Fill Area Flag doesn't seem to be working
Posted: 2013-08-01T07:24:12-07:00
The effect described here: http://www.imagemagick.org/Usage/resize/#fill is exactly what I need.
Here's what how I try to do it:
As you can see, the result size is 52x64, and not 64x78 as in the example page.
Am I doing something wrong, or is this flag not working any more?
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?