Linux

Categorized | Applications, Multimedia, cli

Batch convert images from the command line

A simple way to convert images in Linux is by using the command line:

convert image.jpg newImage.gif

will convert the JPG file to a GIF file.

convert -quality 78% file.jpg

will set the quality of the JPEG file to 78%

convert -resize 800×600 file.jpg

will resize the image.
Alternatively, if you wish to use a GUI tool, try Phatch.

Author Profile

T4L ;

Other posts by T4L

Author's web site



Are you satisfied with this blog?
Why not subscribe our RSS Feed? you will always get the latest post.


2 Comments

  1. myyers

    Er, these are some nice, well-known convert (from ImageMagick) commands, but what has it do with *batch* conversion? Where’s the batch? ;)

    1

  2. I have created a shell script that makes the process of batch image conversion.

    2

2 Trackback(s)

  1. 29 01 2009 : CLI image conversions « Linux & Stuff
  2. 05 12 2009 : «? ? Ubuntu» » ????? ????? ??????? [2009-6]

Leave A Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>