From: cristy Date: Fri, 3 May 2013 10:21:05 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~3752 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3463233aee39ce693b418310322ec725ffe4cbfb;p=imagemagick --- diff --git a/MagickCore/option.c b/MagickCore/option.c index 66079ca21..bdf50d4d7 100644 --- a/MagickCore/option.c +++ b/MagickCore/option.c @@ -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 },