Following up on an issue discussed at
this LINK. Using IM 7.0.7-6 on Windows 10, creating a 640x480 built-in "logo:", and using "-chop" to remove some percentages with this command...
The output specs show an image which is 608 pixels wide as expected, but it's 479 pixels high. It should chop nothing in the "0%" direction and remain 480 pixels, but it chops one row anyway.
Also, when using "-chop" with an inline FX expression to set the percentages to chop, the command fails to chop either width or height. Running this command...
Code: Select all
magick logo: -chop "%[fx:1+2]%x%[fx:3+4]%" info:
... describes an output image of 640x480, same as the input. It should chop 3% from the width and 7% from the height, but it doesn't chop anything at all.