Open
Description
logs/images/add currently uses the GD library for image processing.
Imagick is said to be faster, produce sharper resized images and comsume less memory. It also may allow stripping Exif data without resampling.
services/devel/sysinfo shows which image libraries are available at which OC sites. Imagick currently is installed only at OC.de. The OCDE code uses Imagick if available, else falls back to GD.
(@wrygiel: could you tag this issue with a new label "Component-Images"?)