Hi,
On 2008-03-21 22:55:39 -0300, Nelson A. de Oliveira wrote:
> According to the ImageMagick upstream developers, the bug that you
> reported on http://bugs.debian.org/266304 (at least your last message)
> isn't a bug.
> You can see their answer at
> http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10888
In the past, -crop was resizing the image, at least when -geometry
was given. This no longer works. For instance,
display -crop 88x100+0+4 -resize 176x200 \
/usr/share/doc/imagemagick/images/frame.jpg
and
display -crop 88x100+0+4 +repage -resize 176x200 \
/usr/share/doc/imagemagick/images/frame.jpg
both give the cropped image, without resizing, whereas
convert -crop 88x100+0+4 /usr/share/doc/imagemagick/images/frame.jpg - | \
display -resize 176x200 -
gives the expected result.
--
Vincent Lefèvre <[EMAIL PROTECTED]> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon)