LinearGRAYColorspace is rather recent, it seems

This commit is contained in:
John Cupitt 2019-05-24 17:47:50 +01:00
parent 02bdb8b96c
commit c7e213a9fa
1 changed files with 6 additions and 1 deletions

View File

@ -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 *