Thanks!
That worked like a charm.
Jerome.
Search found 2 matches
- 2011-10-12T11:28:32-07:00
- Forum: Users
- Topic: convert -crop png into gif
- Replies: 2
- Views: 5875
- 2011-10-12T09:09:42-07:00
- Forum: Users
- Topic: convert -crop png into gif
- Replies: 2
- Views: 5875
convert -crop png into gif
Hi all,
I would like to crop and convert a 501x501 png into a 500x500 gif file.
I only want to crop and not re-size as I only want to get rid of the last row and column pixel.
When I try this command:
convert image.png -crop 500x500+0+0 new_image.gif
This gives me a 501x501 gif.
So I tried this ...
I would like to crop and convert a 501x501 png into a 500x500 gif file.
I only want to crop and not re-size as I only want to get rid of the last row and column pixel.
When I try this command:
convert image.png -crop 500x500+0+0 new_image.gif
This gives me a 501x501 gif.
So I tried this ...