[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: graphics resizing with convert



on Sat, May 19, 2001 at 11:06:46PM +0200, Hans (hansfong@zonnet.nl) wrote:
> Could someone please tell me the syntax for resizing a bunch of JPEG files
> with convert? I tried various things like 'convert -geometry 50x50 *.jpg'
> but it won't fly. Thanks, --Hans

Don't know convert, but mogrify (imagemagick package) works:

    $ mogrify -geometry 50x50 *.jpg

...would work.  Note that the syntax allows hard and soft size
specifications.

-- 
Karsten M. Self <kmself@ix.netcom.com>    http://kmself.home.netcom.com/
 What part of "Gestalt" don't you understand?       There is no K5 cabal
  http://gestalt-system.sourceforge.net/         http://www.kuro5hin.org

Attachment: pgpDr70N66Jox.pgp
Description: PGP signature


Reply to: