]> granicus.if.org Git - imagemagick/blobdiff - MagickCore/colorspace.h
Update web pages
[imagemagick] / MagickCore / colorspace.h
index 82498b37274e6fa3edf9576492e674954cd59c20..2c0747f77b18ea00aa05e40dd364bed2ace2bce6 100644 (file)
@@ -1,5 +1,5 @@
 /*
-  Copyright 1999-2014 ImageMagick Studio LLC, a non-profit organization
+  Copyright 1999-2015 ImageMagick Studio LLC, a non-profit organization
   dedicated to making software imaging solutions freely available.
   
   You may not use this file except in compliance with the License.
@@ -49,6 +49,7 @@ typedef enum
   scRGBColorspace,         /* ??? */
   sRGBColorspace,          /* Default: non-linear sRGB colorspace */
   TransparentColorspace,
+  xyYColorspace,
   XYZColorspace,           /* IEEE Color Reference colorspace */
   YCbCrColorspace,
   YCCColorspace,
@@ -60,6 +61,8 @@ typedef enum
 
 extern MagickExport MagickBooleanType
   SetImageColorspace(Image *,const ColorspaceType,ExceptionInfo *),
+  SetImageGray(Image *,ExceptionInfo *),
+  SetImageMonochrome(Image *,ExceptionInfo *),
   TransformImageColorspace(Image *,const ColorspaceType,ExceptionInfo *);
 
 #if defined(__cplusplus) || defined(c_plusplus)