LinearGRAYColorspace is rather recent, it seems
This commit is contained in:
parent
02bdb8b96c
commit
c7e213a9fa
@ -441,8 +441,13 @@ static MagickColorspaceTypeNames magick_colorspace_names[] = {
|
|||||||
{ YDbDrColorspace, "YDbDrColorspace" },
|
{ YDbDrColorspace, "YDbDrColorspace" },
|
||||||
{ YIQColorspace, "YIQColorspace" },
|
{ YIQColorspace, "YIQColorspace" },
|
||||||
{ YPbPrColorspace, "YPbPrColorspace" },
|
{ YPbPrColorspace, "YPbPrColorspace" },
|
||||||
{ YUVColorspace, "YUVColorspace" },
|
{ YUVColorspace, "YUVColorspace" }
|
||||||
|
|
||||||
|
/* More recent imagemagicks add these.
|
||||||
|
*
|
||||||
{ LinearGRAYColorspace, "LinearGRAYColorspace" }
|
{ LinearGRAYColorspace, "LinearGRAYColorspace" }
|
||||||
|
*
|
||||||
|
*/
|
||||||
};
|
};
|
||||||
|
|
||||||
const char *
|
const char *
|
||||||
|
Loading…
Reference in New Issue
Block a user