php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #64466 GmagickPixel does not support cmyk notation in constructor
Submitted: 2013-03-20 15:42 UTC Modified: 2015-12-31 20:16 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: imprec at gmail dot com Assigned:
Status: Not a bug Package: gmagick (PECL)
PHP Version: Irrelevant OS: irrelevant
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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: imprec at gmail dot com
New email:
PHP Version: OS:

 

 [2013-03-20 15:42 UTC] imprec at gmail dot com
Description:
------------
This code fails :

new GmagickPixel('cmyk(10%, 0%, 0%, 0%)');

This code fails too :

new GmagickPixel('cmyk(10, 0, 0, 0)');


Whereas ImagickPixel instantiation with such values works great.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 11:01:28 2024 UTC