I guess this would be one for the developers.
I've been working on a site that uses php's imagecopyresampled() function to resize image to required dimensions. All works okay but some images (particularly those with straight lines) have a slightly poor quality.
Having done some reading it sounds like I'd get a better result using the Imagemagick library in php and this leads me here. Has anyone done this before, or does anyone know if it would be possible to install this library so that SD can make use of it?
I've been working on a site that uses php's imagecopyresampled() function to resize image to required dimensions. All works okay but some images (particularly those with straight lines) have a slightly poor quality.
Having done some reading it sounds like I'd get a better result using the Imagemagick library in php and this leads me here. Has anyone done this before, or does anyone know if it would be possible to install this library so that SD can make use of it?
Comment