Difference between resize/distort ?
Posted: 2012-07-06T00:13:12-07:00
Hi all,
I've been trying to modify the "lupe" script by adding a point filter to the distort operation but it does not seem to work. More generally, these two commands differ on my machine:
convert rose: -filter point -resize 200% show:
convert rose: -filter point +distort SRT '2 0' show:
The first one is the result I want (no interpolation) while the second one does not seem to take the filter into account (resulting in an interpolated magnification). Did I miss something obvious ?
Nicolas
---
ImageMagick version: LIB_VERSION_NUMBER 6,7,7,6
os : darwin11.4.0
I've been trying to modify the "lupe" script by adding a point filter to the distort operation but it does not seem to work. More generally, these two commands differ on my machine:
convert rose: -filter point -resize 200% show:
convert rose: -filter point +distort SRT '2 0' show:
The first one is the result I want (no interpolation) while the second one does not seem to take the filter into account (resulting in an interpolated magnification). Did I miss something obvious ?
Nicolas
---
ImageMagick version: LIB_VERSION_NUMBER 6,7,7,6
os : darwin11.4.0