Resizing quality
-
Hi,
I would like to play a little bit with settings while resizing. My colleagues are complaining over bad picture quality after resizing. I found this page (https://www.imagemagick.org/Usage/resize/#distort_resize) and wanted to test some of these settings.
Unfortunately I got a little bit lost in your code. For example the $filter_name is set, but not used in the protected function thumbnail_image( $dst_w, $dst_h, $filter_name = ‘FILTER_TRIANGLE’, $strip_meta = true ), isn’t it?
Actually I would like to try the suggestion to switch to RGB, resize and switch back to sRGB:
“convert earth_lights_4800.tif -colorspace RGB -resize 500 \
-colorspace sRGB earth_lights_colorspace.png”How would I do that with your plugin?
Would it be an improvement in your opinion?br, Martin
The page I need help with: [log in to see the link]
- The topic ‘Resizing quality’ is closed to new replies.