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" },
|
||||
{ YIQColorspace, "YIQColorspace" },
|
||||
{ YPbPrColorspace, "YPbPrColorspace" },
|
||||
{ YUVColorspace, "YUVColorspace" },
|
||||
{ YUVColorspace, "YUVColorspace" }
|
||||
|
||||
/* More recent imagemagicks add these.
|
||||
*
|
||||
{ LinearGRAYColorspace, "LinearGRAYColorspace" }
|
||||
*
|
||||
*/
|
||||
};
|
||||
|
||||
const char *
|
||||
|
Loading…
Reference in New Issue
Block a user