php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #75987 ImageMagick 6.9.9-28/30 introducing new colorspace constants
Submitted: 2018-02-20 16:07 UTC Modified: 2019-05-21 15:04 UTC
From: mops at punkt dot de Assigned: danack (profile)
Status: Closed Package: imagick (PECL)
PHP Version: 5.6.33 OS: FreeBSD
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: mops at punkt dot de
New email:
PHP Version: OS:

 

 [2018-02-20 16:07 UTC] mops at punkt dot de
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.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [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
This was added a while ago.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sun Jul 06 20:01:35 2025 UTC