|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2010-06-29 04:35 UTC] vito@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 08 08:00:01 2025 UTC |
Description: ------------ If I enable the gmagick extension, it breaks the imagick readImageBlob method. Disabling gmagick fixes the problem.There appears to be some type of conflict here. 'ImagickException' with message 'Unable to read image blob' Imagick->readimageblob('??????JFIF?????...') Reproduce code: --------------- $im = new Imagick(); $im->readImageBlob($imageblob); Expected result: ---------------- Proper image output Actual result: -------------- 'ImagickException' with message 'Unable to read image blob'