php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #56752 error calling imagick_setfillcolor
Submitted: 2005-12-28 12:54 UTC Modified: 2007-04-05 07:52 UTC
From: jose at psabs dot com dot br Assigned:
Status: Closed Package: imagick (PECL)
PHP Version: 4.4.0 OS: Debian/Linux
Private report: No CVE-ID: None
 [2005-12-28 12:54 UTC] jose at psabs dot com dot br
Description:
------------
Hi, Im using php4-imagick-0.9.11.
when I try to run annotate.php example I receive this error:
-----------
php4: wand/pixel-wand.c:1075: PixelGetQuantumColor: Assertion `wand->signature == 0xabacadabUL' failed.
Aborted
------------
But if I comment this "if ( !imagick_setfillcolor( $handle, "#ff0000" ) )"  , I dont receive error.

I compiled php4-imagick against imagemagick (                  6.2.4.5-0.2)




Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-04-05 07:52 UTC] scott at macvicar dot net
This bug has been fixed in CVS.

In case this was a documentation problem, the fix will show up at the
end of next Sunday (CET) on pecl.php.net.

In case this was a pecl.php.net website problem, the change will show
up on the website in short time.
 
Thank you for the report, and for helping us make PECL better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 02:01:29 2024 UTC