Hi Juergen! On Tue, May 20, 2008 at 1:56 PM, Juergen Kosel <[EMAIL PROTECTED]> wrote: > with convert from imagemagic in Debian stable it is possible to change the > size > of a picture with this call: > > convert -geometry 150x150+0+0 infile.jpg outfile.jpg > > But with convert in Lenny this is not longer possible, even if man convert > says > that -geometry is still a valid option. > > I found out, that > convert -resize 150x150 infile.jpg outfile.jpg > does the job. So I am unsure, if the option -geometry is obsolete and the > manpage outdated or is it a real bug.
-geometry is still a valid option, but from http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11290 it seems that the behavior has changed (and now it's necessary to use -resize to get your expected result). Thank you! Best regards, Nelson -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]