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

Re: Command line/scriptable graphics manipulation



On Tue, Nov 11, 2003 at 08:27:18AM -0600, Matt J Wehland wrote:
> I'm looking for some recomendations for a cli/scriptable graphics program.
> All I need right now is to be able to take a list of images and just 
> rescale/compress them. 

Try convert from ImageMagick or (what I usually do) something like

jpegtopnm file.jpg | pnmscale -xsize 640 -ysize 480 | pnmtojpeg > new.jpg

On a Red Hat/Fedora box, just install netpbm-progs.

Steve
-- 
steve@silug.org           | Southern Illinois Linux Users Group
(618)398-7360             | See web site for meeting details.
Steven Pritchard          | http://www.silug.org/

-
To unsubscribe, send email to majordomo@silug.org with
"unsubscribe silug-discuss" in the body.