Search found 1 match

by cinder
2015-08-31T01:34:27-07:00
Forum: Users
Topic: automatically edit user-chosen images
Replies: 1
Views: 739

automatically edit user-chosen images

Hey, I've created an app, that lets the user select an image. Afterwards its resized and cropped with imagemagick. Is there a way to alway have the same quality after resizing as the original image had? Here's my code: $img->setImageFormat('jpg'); $img->setImageCompression(Imagick::COMPRESSION_JPEG ...