ZenphotoCMS Forum
GDLibrary Warning - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: GDLibrary Warning (/thread-13792.html)



GDLibrary Warning - tw2003 - 03-01-2023

With Zenphoto 1.6 and PHP 8.1 I receive the following warning for image flipping in admin area:
Caution: This will remove any metadata from the file due to your graphics handler (GDlibrary) limitation. Use Imagick instead if supported.
I checked with PHPinfo that GD (2.1) and Imagick (3.7) are both enabled. Is it possible to enforce Imagick out of Zenphoto? As I do not use flipping of images it's only abit annoying because it consumes more space now.




GDLibrary Warning - acrylian - 03-01-2023

This is not ZP 1.6 or PHP 8.1 specific, GD just cannot handle metadata. You can switch to Imagick if available on Options > Image as always.