crop with 0 offset changes image's dimensions
Posted: 2015-12-11T09:16:22-07:00
On 6.9.2-8 Q16 x64 for windows:
Image a.png is 1472x208, to which I apply a crop using:
Which shouldn't really do anything, but b.png is actually changed (it becomes 1398x208). If I remove the offset options with:
Then the dimensions are not changed.
You can view the output here: (from top to bottom: a.png, b.png and c.png)
http://imgur.com/a/VdVb1
Image a.png is 1472x208, to which I apply a crop using:
Code: Select all
convert.exe a.png -crop 1472x208+0+0 b.png
Code: Select all
convert.exe a.png -crop 1472x208 c.png
You can view the output here: (from top to bottom: a.png, b.png and c.png)
http://imgur.com/a/VdVb1