diff options
Diffstat (limited to 'src/image.hh')
-rw-r--r-- | src/image.hh | 1 |
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; |