It worked beautifully, many thanks!Bonzo wrote:Add a +repage
Code: Select all
mogrify -fuzz 1% -transparent black -crop 60x108+124+40 -resize 25% +repage *.png
Search found 3 matches
- 2011-03-06T16:46:12-07:00
- Forum: Users
- Topic: cropping, resizing and making images transparent
- Replies: 7
- Views: 12648
Re: cropping, resizing and making images transparent
- 2011-03-06T11:14:36-07:00
- Forum: Users
- Topic: cropping, resizing and making images transparent
- Replies: 7
- Views: 12648
Re: cropping, resizing and making images transparent
Hi, Looks great! When I open up File Browser, or Image Viewer, the image has been cropped as planned. I can't really tell if the black + fuzz has been made transparent. When I open up gimp to have a look, I get a message saying that the "PNG file specifies an offset that causes the layer to be ...
- 2011-03-06T06:35:51-07:00
- Forum: Users
- Topic: cropping, resizing and making images transparent
- Replies: 7
- Views: 12648
cropping, resizing and making images transparent
Hi, This is my first post, please be kind ;) I'm experimenting with the imagemagick convert and mogrify commands. I have a lot of png images that I would like to: set "black" to being transparent crop the image so that it is 60x108+124+40 and then resize to 25% of the original size. I've tried the ...