|
|
After an intense search on the web with no really satisfying result, I convert -size 200x100 big.gif -resize 200x10 small.gif What I had to do is to coalesce the image prior to resizing. This convert big.gif -coalesce coalesce.gif then convert -size 200x100 coalesce.gif -resize 200x10 small.gif Voila!_This_is_for_all_you_folks_out_there_looking_for_a_way_to_resize more very helpful information on |
Comments (6)
Jun 27, 2007
Anonymous says:
Thank you so much. It works fine :)Thank you so much. It works fine
Oct 17, 2007
Anonymous says:
thanks :)thanks
Jan 12, 2008
Anonymous says:
Thanks dude. Worx like a charm.Thanks dude. Worx like a charm.
Feb 05, 2008
Anonymous says:
This works ok too convert sourcefile coalesce resize XXxYY deconstruct destfileThis works ok too
convert sourcefile -coalesce -resize XXxYY -deconstruct destfile
Mar 04, 2008
Anonymous says:
You are a gentleman and a scholar! Thanks!You are a gentleman and a scholar! Thanks!
Aug 04
Anonymous says:
Thank you. It works very well. :)Thank you. It works very well.
Add Comment