You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have noticed an issue when I try to encode a HEIC format with Imagick::getImagesBlob(). The result is an empty string instead of the expected image data. Strangely enough, I could only observe this in a certain Ubuntu version (24.04).
I have noticed an issue when I try to encode a HEIC format with
Imagick::getImagesBlob()
. The result is an empty string instead of the expected image data. Strangely enough, I could only observe this in a certain Ubuntu version (24.04).See the following code example:
Ubuntu 24.04
PHP 8.1 - 8.4
ImageMagick 6.9.12-98 Q16 x86_64 18038 https://legacy.imagemagick.org/
References
https://github.com/Intervention/image/pull/1402/checks
The text was updated successfully, but these errors were encountered: