|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2015-12-31 20:16 UTC] danack@php.net
-Status: Open
+Status: Not a bug
[2015-12-31 20:16 UTC] danack@php.net
[2023-02-27 06:50 UTC] giw42161 at uooos dot com
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 02 23:00:02 2025 UTC |
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.