Search found 1 match

by gb96
2015-02-04T17:48:31-07:00
Forum: Bugs
Topic: PNG geometry and the *original* image canvas
Replies: 1
Views: 1632

PNG geometry and the *original* image canvas

Used the following to crop a directory full of PNG images: mogrify -crop 1080x300+0+0 *.png Expected resulting images to be 1080x300 however I did not realize that the PNG preserves geometry reference of the *original* image, and the source images to the above command were the output of a previous ...