Posted: 2006-03-24T10:04:52-07:00
Use this command to resize your image:
- convert C:\tiscali.gif +matte -thumbnail 40x40 C:\tiscali_sm.gif
Use https://github.com/ImageMagick/ImageMagick/discussions instead.
https://imagemagick.com/discourse-server/
https://imagemagick.com/discourse-server/viewtopic.php?t=6184
Code: Select all
convert C:\tiscali.gif -background white -flatten \
-thumbnail 40x40 C:\tiscali_sm.gif