cropImage bug when using PNG file
Posted: 2008-11-05T02:28:19-07:00
Version:ImageMagick-6.4.5-Q16
My PNG file pixel:90x90
using cropImage(90x90)
result output jpg format and pixel is change to 75x90
the right result should be 90x90 jpg format.
thx for ImageMagick team.
My PNG file pixel:90x90
using cropImage(90x90)
result output jpg format and pixel is change to 75x90
the right result should be 90x90 jpg format.
Code: Select all
convert 823185.png -gravity Center -crop 90x90+0+0 +repage tmp_1.jpg