Here's what how I try to do it:
Code: Select all
C:\Users\mmatela\Pictures\test>convert -version
Version: ImageMagick 6.8.6-7 2013-07-23 Q8 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2013 ImageMagick Studio LLC
Features: DPC OpenMP
Delegates: bzlib djvu fftw fontconfig freetype jng jp2 jpeg lcms lzma openexr pango png ps tiff x xml zlib
C:\Users\mmatela\Pictures\test>convert dragon.gif -resize 64x64^ fill_dragon.gif
C:\Users\mmatela\Pictures\test>identify fill_dragon.gif
fill_dragon.gif GIF 52x64 52x64+0+0 8-bit sRGB 256c 3.58KB 0.000u 0:00.001
Am I doing something wrong, or is this flag not working any more?