]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Fri, 3 May 2013 10:21:05 +0000 (10:21 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Fri, 3 May 2013 10:21:05 +0000 (10:21 +0000)
MagickCore/option.c

index 66079ca21b71683115e574bdd73389b856eb5b4c..bdf50d4d7c174b3476ecf721141d3d25742993ce 100644 (file)
@@ -903,6 +903,7 @@ static const OptionInfo
     { "Rec601YCbCr", Rec601YCbCrColorspace, UndefinedOptionFlag, MagickFalse },
     { "Rec709YCbCr", Rec709YCbCrColorspace, UndefinedOptionFlag, MagickFalse },
     { "RGB", RGBColorspace, UndefinedOptionFlag, MagickFalse },
+    { "scRGB", scRGBColorspace, UndefinedOptionFlag, MagickFalse },
     { "sRGB", sRGBColorspace, UndefinedOptionFlag, MagickFalse },
     { "Transparent", TransparentColorspace, UndefinedOptionFlag, MagickFalse },
     { "XYZ", XYZColorspace, UndefinedOptionFlag, MagickFalse },