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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 20:01:30 2024 UTC