]> granicus.if.org Git - imagemagick/blobdiff - MagickCore/colorspace.h
(no commit message)
[imagemagick] / MagickCore / colorspace.h
index 3414183616f47c80fb9c7285f10278539e0cb7c0..82498b37274e6fa3edf9576492e674954cd59c20 100644 (file)
@@ -1,5 +1,5 @@
 /*
-  Copyright 1999-2013 ImageMagick Studio LLC, a non-profit organization
+  Copyright 1999-2014 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.
@@ -26,7 +26,7 @@ typedef enum
 {
   UndefinedColorspace,
   CMYColorspace,           /* negated linear RGB colorspace */
-  CMYKColorspace,          /* CMY with Black seperation */
+  CMYKColorspace,          /* CMY with Black separation */
   GRAYColorspace,          /* Single Channel greyscale (linear) image */
   HCLColorspace,
   HCLpColorspace,
@@ -47,11 +47,12 @@ typedef enum
   Rec709YCbCrColorspace,
   RGBColorspace,           /* Linear RGB colorspace */
   scRGBColorspace,         /* ??? */
-  sRGBColorspace,          /* Default: non-lienar sRGB colorspace */
+  sRGBColorspace,          /* Default: non-linear sRGB colorspace */
   TransparentColorspace,
   XYZColorspace,           /* IEEE Color Reference colorspace */
   YCbCrColorspace,
   YCCColorspace,
+  YDbDrColorspace,
   YIQColorspace,
   YPbPrColorspace,
   YUVColorspace