Problem with "-set option:distort:scale" in IM6 and IM7
Posted: 2018-10-16T16:41:44-07:00
Using ImageMagick 7.0.8-12 Q16 x64 HDRI (and ImageMagick 6.9.10-11 Q16 x64 HDRI) on Windows, trying to set a scaling factor as described at THIS link. I enter these three commands, and the third one results in an error...
It seems any any factor below 0.1 creates an error. Any facctor of 0.1 and above scales the image as expected.
As a note, I also get the same result with an older ImageMagick 6.8.9-9 on an Ubuntu installation under Windows.
Is this by design, a bug, an oversight?
Code: Select all
magick logo: -set option:distort:scale 0.11 -distort SRT 0 test.png
magick logo: -set option:distort:scale 0.10 -distort SRT 0 test.png
magick logo: -set option:distort:scale 0.09 -distort SRT 0 test.png
magick: invalid argument for option -set option:distort:scale @ error/distort.c/DistortImage/2263.
As a note, I also get the same result with an older ImageMagick 6.8.9-9 on an Ubuntu installation under Windows.
Is this by design, a bug, an oversight?