|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2019-05-21 15:04 UTC] danack@php.net
-Status: Open
+Status: Closed
-Assigned To:
+Assigned To: danack
[2019-05-21 15:04 UTC] danack@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 12:00:01 2025 UTC |
Description: ------------ Hello, ImageMagick introduced a new colorspace constant in 6.9.9-28: typedef enum { UndefinedColorspace, RGBColorspace, /* Linear RGB colorspace */ GRAYColorspace, /* greyscale (linear) image (faked 1 channel) */ TransparentColorspace, [...] HCLpColorspace, YDbDrColorspace, xyYColorspace, sGRAYColorspace } ColorspaceType; In 6.9.9-30 this was changed to LinearGRAYColorspace. Please incorporate them in pecl-imagick. Related to #75802 which mentions sGRAY but misses the later change. Sorry for not including a patch. I don't know how to check MagickLibVersion for those particular versions.