aboutsummaryrefslogtreecommitdiff
path: root/src/image.hh
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2009-11-04 16:59:54 +0000
committercorvid <corvid@lavabit.com>2009-11-04 16:59:54 +0000
commite1a7010ec491edcf30a790cb54f4448f36dcbf83 (patch)
treef79fe3b11cc5400b412e5bd2b17766baf8298397 /src/image.hh
parent8f06733c8a70ad1ed61dc2dce59f776c0ab6a9cc (diff)
CMYK JPEGs, at least Adobe ones for now
Diffstat (limited to 'src/image.hh')
-rw-r--r--src/image.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/image.hh b/src/image.hh
index 530e71f2..a66edaae 100644
--- a/src/image.hh
+++ b/src/image.hh
@@ -29,6 +29,7 @@ typedef enum {
DILLO_IMG_TYPE_INDEXED,
DILLO_IMG_TYPE_RGB,
DILLO_IMG_TYPE_GRAY,
+ DILLO_IMG_TYPE_CMYK_INV,
DILLO_IMG_TYPE_NOTSET /* Initial value */
} DilloImgType;