Revision: 56424
http://sourceforge.net/p/brlcad/code/56424
Author: mohitdaga
Date: 2013-08-01 18:18:19 +0000 (Thu, 01 Aug 2013)
Log Message:
-----------
Add flags in icv_image struct
Modified Paths:
--------------
brlcad/trunk/include/icv.h
Modified: brlcad/trunk/include/icv.h
===================================================================
--- brlcad/trunk/include/icv.h 2013-08-01 17:41:04 UTC (rev 56423)
+++ brlcad/trunk/include/icv.h 2013-08-01 18:18:19 UTC (rev 56424)
@@ -90,14 +90,22 @@
ICV_DATA_UCHAR
} ICV_DATA;
+/* Define Various Flags */
+#define ICV_NULL_IMAGE 0X01
+#define ICV_SANITIZED 0X02
+#define ICV_OPERATIONS_MODE 0x03
+
struct icv_image {
uint32_t magic;
ICV_COLOR_SPACE color_space;
double *data;
float gamma_corr;
int width, height, channels, alpha_channel;
+ uint16_t flags;
};
+
+
typedef struct icv_image icv_image_t;
#define ICV_IMAGE_NULL ((struct icv_image *)0)
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent
caught up. So what steps can you take to put your SQL databases under
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits