![]() |
sponsored links |
|
|
sponsored links
|
|
1
27th September 05:27
External User
Posts: 1
|
convert, which is part of ImageMagick, may do what you want. Or mogrify,
which is the same thing except on a bunch of images. $ convert -size 200x200 -resize 200x200 original.jpg new.jpg ImageMagick is actually an extremely powerful package. You can use it to do almost any image manipulation. Of course, resizing is nearly the limit of my abilities with it. I'm surprised there's no O'Reilly book on ImageMagick. -- Sometimes the garbage disposal gods demand a spoon () The ASCII Ribbon Campaign against HTML Email, /\ vCards, and proprietary formats. http://www.georgedillon.com/web/html_email_is_evil.shtml -- gentoo-user@gentoo.org mailing list |
|
|