~ubuntu-branches/ubuntu/natty/imagemagick/natty-security

« back to all changes in this revision

Viewing changes to www/command-line-tools.html

  • Committer: Bazaar Package Importer
  • Author(s): Luke Yelavich
  • Date: 2009-11-27 09:32:04 UTC
  • mfrom: (6.2.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091127093204-m038t8kmxk6uvc25
Tags: 7:6.5.7.8-1ubuntu1
* Merge from debian testing.  Remaining changes:
  - Don't build-dep on librsvg, it brings in excessive dependencies
  - Don't build-dep on liblqr-1-0-dev, it is in universe

Show diffs side-by-side

added added

removed removed

Lines of Context:
123
123
 
124
124
<div class="sponsbox">
125
125
<div  class="sponsor">
126
 
  <a href="http://www.f1online.de">Bildagentur<br />F1 ONLINE</a><!-- 200909010480 -->
 
126
   <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ -->
 
127
</div>
 
128
<div  class="sponsor">
 
129
  <a href="http://www.online-kredit-index.de">Kredit</a><!-- 201004010120 Buchhorn -->
 
130
</div>
 
131
<div  class="sponsor">
 
132
  <a href="http://www.blumenversender.com">Blumenversand</a><!-- 201005010120 -->
 
133
</div>
 
134
<div  class="sponsor">
 
135
  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 -->
 
136
</div>
 
137
<div  class="sponsor">
 
138
   <a href="http://www.goyax.de">Börse</a><!-- 201001000240 Gewiese digital-finance.de -->
127
139
</div>
128
140
<div  class="sponsor">
129
141
   <a href="http://www.allesdruck.de">Druckerei Online</a><!-- 201012001200 allesdruck.de-->
130
142
</div>
131
143
<div  class="sponsor">
132
 
  <a href="http://www.blumenversender.com">Blumenversand</a><!-- 200911010120 -->
133
 
</div>
134
 
<div  class="sponsor">
135
 
  <a href="http://www.print24.de/">Druckerei</a><!-- 200911010480 -->
136
 
</div>
137
 
<div  class="sponsor">
138
144
  <a href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 201002010000 -->
139
145
</div>
140
 
<div  class="sponsor">
141
 
  <a href="http://www.online-kredit-index.de">Kredit</a><!-- 201001010120 Buchhorn -->
142
 
</div>
143
146
</div>
144
147
</div>
145
148
 
150
153
 
151
154
<p class="navigation-index">[<a href="#animate">animate</a> &bull; <a href="#compare">compare</a> &bull; <a href="#composite">composite</a> &bull; <a href="#conjure">conjure</a> &bull; <a href="#convert">convert</a> &bull; <a href="#display">display</a> &bull; <a href="#identify">identify</a> &bull; <a href="#import">import</a> &bull; <a href="#mogrify">mogrify</a> &bull; <a href="#montage">montage</a> &bull; <a href="#stream">stream</a>]</p>
152
155
 
153
 
<p>ImageMagick includes a number of command-line utilities for manipulating images.  Most of you are probably accustomed to editing images one at a time with a graphical user interface (GUI) with such programs as <a href="http://www.gimp.org" target="275531270">gimp</a> or <a href="http://www.adobe.com" target="1887201259">Photoshop</a>.  However, a GUI is not always convenient.  Suppose you want to process an image dynamically from a web script or you want to apply the same operations to many images or repeat a specific operation at different times to the same or different image.  For these types of operations, the command-line image processing utility is appropriate.</p>
 
156
<p>ImageMagick includes a number of command-line utilities for manipulating images.  Most of you are probably accustomed to editing images one at a time with a graphical user interface (GUI) with such programs as <a href="http://www.gimp.org" target="1864197776">gimp</a> or <a href="http://www.adobe.com" target="1809641411">Photoshop</a>.  However, a GUI is not always convenient.  Suppose you want to process an image dynamically from a web script or you want to apply the same operations to many images or repeat a specific operation at different times to the same or different image.  For these types of operations, the command-line image processing utility is appropriate.</p>
154
157
 
155
158
<p>The ImageMagick command-line tools exit with a status of 0 if the command line arguments have a proper syntax and no problems are encountered.  Expect a descriptive message and an exit status of 1 if any exception occurs such as improper syntax, a problem reading or writing an image, or any other problem that prevents the command from completing successfully.</p>
156
159
 
157
 
<p>In the paragraphs below, find a short description for each command-line tool. Click on the program name to get details about the program usage and a list of command-line options that alters how the program behaves.  If you are just getting acquainted with ImageMagick, start with the <a href="#convert">convert</a> program.  Be sure to peruse Anthony Thyssen's tutorial on how to use ImageMagick utilities to <a href="http://www.imagemagick.org/Usage/" target="580980243">convert, compose, or edit</a> images from the command-line.</p>
 
160
<p>In the paragraphs below, find a short description for each command-line tool. Click on the program name to get details about the program usage and a list of command-line options that alters how the program behaves.  If you are just getting acquainted with ImageMagick, start with the <a href="#convert">convert</a> program.  Be sure to peruse Anthony Thyssen's tutorial on how to use ImageMagick utilities to <a href="http://www.imagemagick.org/Usage/" target="999203621">convert, compose, or edit</a> images from the command-line.</p>
158
161
 
159
162
<div style="margin: auto;">
160
163
  <h2><a name="animate"></a><a href="../www/animate.html">animate</a></h2>