Using Filters for resizing
Posted: 2016-07-20T10:05:31-07:00
Hey everyone
Newb here.
Been experimenting with IM for some image resizing that I need to do.
My input image is 4096x4096 that I am resizing to 1024x1024 and I would like to experiment with different filters to see what results I get.
I am doing two conversions to do a comparison of the results
Control Test:
Filter Test:
The thing is...I dont notice a difference between the two results. They are completely identical.
For that matter most of the Windowed filters seem to have no effect at all.The other filters like point and gaussian do yield different results.
Using ImageMagick-7.0.2-Q16-HDRI
Unfortunately I am unable to post my source image as it is a protected image. Sorry!
Am I missing something?
Thanks for any guidance!
Cheers!
Newb here.
Been experimenting with IM for some image resizing that I need to do.
My input image is 4096x4096 that I am resizing to 1024x1024 and I would like to experiment with different filters to see what results I get.
I am doing two conversions to do a comparison of the results
Control Test:
Code: Select all
convert.exe input.psd[0] -colorspace LAB -resize 1024x1024 -colorspace sRGB output.tif
Code: Select all
convert.exe input.psd[0] -colorspace LAB -filter Lanczos -resize 1024x1024 -colorspace sRGB output_lanczos.tif
For that matter most of the Windowed filters seem to have no effect at all.The other filters like point and gaussian do yield different results.
Using ImageMagick-7.0.2-Q16-HDRI
Unfortunately I am unable to post my source image as it is a protected image. Sorry!
Am I missing something?
Thanks for any guidance!
Cheers!