Collection:Introduction to the Command Line

From Free Software Directory
Jump to: navigation, search


The software used in Introduction to the Command Line (ICL), published by the GNU Press, an imprint of the Free Software Foundation.


ImageMagick
In the intro to ICL, they show how to quickly resize an image from the command line with the following example:
 convert -resize 300 profile.jpg profile_small.jpg

This program convert is one of several utilities that are part of the ImageMagick package. The others are:

Convert 
Convert images between image formats
Mogrify 
In-place batch processing
Composite 
Overlay two images in special ways
Montage 
Generate arrays of thumbnails
Identify 
Output information an image
Compare 
Look for differences between images
Display 
Display images and slideshows
Conjure 
ImageMagick's experimental scripting Language


Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.