Re: resize jpeg

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

 



I need to resize a jpeg. Is there a command line program that
I can use to do this?

The ImageMagick package has the "convert" utility which you can use for all sorts of image transformations. To convert "in.jpg" to a 320x200 "out.jpg" file, you can use

  convert -resize 320x200 in.jpg out.jpg

It's pretty smart about sniffing input/output formats, and you can do all sorts of other transformations (rotations, changing color pool, adding text,
 cropping, etc) as detailed in the man page.

-tim



_______________________________________________
Blinux-list mailing list
Blinux-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/blinux-list

[Index of Archives]     [Linux Speakup]     [Fedora]     [Linux Kernel]     [Yosemite News]     [Big List of Linux Books]