Convert

De Linuxmemo.

(Différences entre les versions)
(Page créée avec « Catégorie:Commandes convert <tbody> <tr> <th align="left">Option</th> <th align="left">Description</th> </tr> <tr> <td valign="top"><a href="/script... »)
(Astuce)
 
(12 versions intermédiaires masquées)
Ligne 1 : Ligne 1 :
[[Catégorie:Commandes]]
[[Catégorie:Commandes]]
-
convert
+
convert maphoto.jpg -resize 50% -strip -quality 50 -interlace line imageweb.jpg
-
<tbody>
+
convert IMGP1053.JPG -resize 20% imageweb.jpg
-
  <tr>
+
-
    <th align="left">Option</th>
+
-
    <th align="left">Description</th>
+
-
  </tr>
+
-
  <tr>
+
==Astuce==
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#adaptive-blur">-adaptive-blur <em class="option">geometry</em></a></td>
+
c=0;for i in *.jpg; do convert -verbose ${i} -resize 20% ${c}-${i} ;((c++)); done
-
    <td valign="top">adaptively blur pixels; decrease effect near edges</td>
+
-
  </tr>
+
-
  <tr>
+
for file in *.jpg; do convert "$file" "${file%.jpg}.pdf"; done
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#adaptive-resize">-adaptive-resize <em class="option">geometry</em></a></td>
+
-
    <td valign="top">adaptively resize image with data dependent triangulation.</td>
+
-
  </tr>
+
-
  <tr>
+
http://linuxmemo.free.fr/index.php?title=Varibles_bash#Expension_de_variable
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#adaptive-sharpen">-adaptive-sharpen <em class="option">geometry</em></a></td>
+
-
    <td valign="top">adaptively sharpen pixels; increase effect near edges</td>
+
-
  </tr>
+
-
  <tr>
+
==Bugs==
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#adjoin">-adjoin</a></td>
+
convert-im6.q16: not authorized `CarteGriseExterC3.pdf' @ error/constitute.c/WriteImage/1037.
-
    <td valign="top">join images into a single multi-image file</td>
+
sudo mv /etc/ImageMagick-6/policy.xml /etc/ImageMagick-6/policy.xmlout
-
  </tr>
+
ou
-
 
+
sudo vim /etc/ImageMagick-6/policy.xml
-
  <tr>
+
<policy domain="coder" rights="none" pattern="PDF" />
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#affine">-affine <em class="option">matrix</em></a></td>
+
  Edit the file, and place comment marks around this line to disable this rule:
-
    <td valign="top">affine transform matrix</td>
+
<!-- <policy domain="coder" rights="none" pattern="PDF" /> -->
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#alpha">-alpha</a></td>
+
-
    <td valign="top">on, activate, off, deactivate, set, opaque, copy",
+
-
transparent, extract, background, or shape the alpha channel</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#annotate">-annotate <em class="option">geometry text</em></a></td>
+
-
    <td valign="top">annotate the image with text</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#antialias">-antialias</a></td>
+
-
    <td valign="top">remove pixel-aliasing</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#append">-append</a></td>
+
-
    <td valign="top">append an image sequence</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#authenticate">-authenticate <em class="option">value</em></a></td>
+
-
    <td valign="top">decipher image with this password</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#auto-gamma">-auto-gamma</a></td>
+
-
    <td valign="top">automagically adjust gamma level of image</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#auto-level">-auto-level</a></td>
+
-
    <td valign="top">automagically adjust color levels of image</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#auto-orient">-auto-orient</a></td>
+
-
    <td valign="top">automagically orient image</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#background">-background <em class="option">color</em></a></td>
+
-
    <td valign="top">background color</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#bench">-bench <em class="option">iterations</em></a></td>
+
-
    <td valign="top">measure performance</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#bias">-bias <em class="option">value</em></a></td>
+
-
    <td valign="top">add bias when convolving an image</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#black-threshold">-black-threshold <em class="option">value</em></a></td>
+
-
    <td valign="top">force all pixels below the threshold into black</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#blue-primary">-blue-primary <em class="option">point</em></a></td>
+
-
    <td valign="top">chromaticity blue primary point</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#blue-shift">-blue-shift <em class="option">factor</em></a></td>
+
-
    <td valign="top">simulate a scene at nighttime in the moonlight</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#blur">-blur <em class="option">geometry</em></a></td>
+
-
    <td valign="top">reduce image noise and reduce detail levels</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#border">-border <em class="option">geometry</em></a></td>
+
-
    <td valign="top">surround image with a border of color</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#bordercolor">-bordercolor <em class="option">color</em></a></td>
+
-
    <td valign="top">border color</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#brightness-contrast">-brightness-contrast <em class="option">geometry</em></a></td>
+
-
    <td valign="top">improve brightness / contrast of the image</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#caption">-caption <em class="option">string</em></a></td>
+
-
    <td valign="top">assign a caption to an image</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#cdl">-cdl <em class="option">filename</em></a></td>
+
-
    <td valign="top">color correct with a color decision list</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#channel">-channel <em class="option">type</em></a></td>
+
-
    <td valign="top">apply option to select image channels</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#charcoal">-charcoal <em class="option">radius</em></a></td>
+
-
    <td valign="top">simulate a charcoal drawing</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#chop">-chop <em class="option">geometry</em></a></td>
+
-
    <td valign="top">remove pixels from the image interior</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#clamp">-clamp</a></td>
+
-
    <td valign="top">restrict colors from 0 to the quantum depth</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#clip">-clip</a></td>
+
-
    <td valign="top">clip along the first path from the 8BIM profile</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#clip-mask">-clip-mask</a> <em class="option">filename</em></td>
+
-
    <td valign="top">associate clip mask with the image</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#clip-path">-clip-path <em class="option">id</em></a></td>
+
-
    <td valign="top">clip along a named path from the 8BIM profile</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#clone">-clone <em class="option">index</em></a></td>
+
-
    <td valign="top">clone an image</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#clut">-clut</a></td>
+
-
    <td valign="top">apply a color lookup table to the image</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#contrast-stretch">-contrast-stretch <em class="option">geometry</em></a></td>
+
-
    <td valign="top">improve the contrast in an image by `stretching' the range of intensity value</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#coalesce">-coalesce</a></td>
+
-
    <td valign="top">merge a sequence of images</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#colorize">-colorize <em class="option">value</em></a></td>
+
-
    <td valign="top">colorize the image with the fill color</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#color-matrix">-color-matrix <em class="option">matrix</em></a></td>
+
-
    <td valign="top">apply color correction to the image.</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#colors">-colors <em class="option">value</em></a></td>
+
-
    <td valign="top">preferred number of colors in the image</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#colorspace">-colorspace <em class="option">type</em></a></td>
+
-
    <td valign="top">set image colorspace</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#combine">-combine</a></td>
+
-
    <td valign="top">combine a sequence of images</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#comment">-comment <em class="option">string</em></a></td>
+
-
    <td valign="top">annotate image with comment</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#compose">-compose <em class="option">operator</em></a></td>
+
-
    <td valign="top">set image composite operator</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#composite">-composite</a></td>
+
-
    <td valign="top">composite image</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#compress">-compress <em class="option">type</em></a></td>
+
-
    <td valign="top">image compression type</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#contrast">-contrast</a></td>
+
-
    <td valign="top">enhance or reduce the image contrast</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#convolve">-convolve <em class="option">coefficients</em></a></td>
+
-
    <td valign="top">apply a convolution kernel to the image</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#crop">-crop <em class="option">geometry</em></a></td>
+
-
    <td valign="top">crop the image</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#cycle">-cycle <em class="option">amount</em></a></td>
+
-
    <td valign="top">cycle the image colormap</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#decipher">-decipher <em class="option">filename</em></a></td>
+
-
    <td valign="top">convert cipher pixels to plain</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#debug">-debug <em class="option">events</em></a></td>
+
-
    <td valign="top">display copious debugging information</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#define">-define <em class="option">format:option</em></a></td>
+
-
    <td valign="top">define one or more image format options</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#deconstruct">-deconstruct</a></td>
+
-
    <td valign="top">break down an image sequence into constituent parts</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#delay">-delay <em class="option">value</em></a></td>
+
-
    <td valign="top">display the next image after pausing</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#delete">-delete <em class="option">index</em></a></td>
+
-
    <td valign="top">delete the image from the image sequence</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#density">-density <em class="option">geometry</em></a></td>
+
-
    <td valign="top">horizontal and vertical density of the image</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#depth">-depth <em class="option">value</em></a></td>
+
-
    <td valign="top">image depth</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#despeckle">-despeckle</a></td>
+
-
    <td valign="top">reduce the speckles within an image</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#direction">-direction <em class="option">type</em></a></td>
+
-
    <td valign="top">render text right-to-left or left-to-right</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#display">-display <em class="option">server</em></a></td>
+
-
    <td valign="top">get image or font from this X server</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#dispose">-dispose <em class="option">method</em></a></td>
+
-
    <td valign="top">layer disposal method</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#distort">-distort <em class="option">type coefficients</em></a></td>
+
-
    <td valign="top">distort image</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#dither">-dither <em class="option">method</em></a></td>
+
-
    <td valign="top">apply error diffusion to image</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#draw">-draw <em class="option">string</em></a></td>
+
-
    <td valign="top">annotate the image with a graphic primitive</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#duplicate">-duplicate <em class="option">count,indexes</em></a></td>
+
-
    <td valign="top">duplicate an image one or more times</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#edge">-edge <em class="option">radius</em></a></td>
+
-
    <td valign="top">apply a filter to detect edges in the image</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#emboss">-emboss <em class="option">radius</em></a></td>
+
-
    <td valign="top">emboss an image</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#encipher">-encipher <em class="option">filename</em></a></td>
+
-
    <td valign="top">convert plain pixels to cipher pixels</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#encoding">-encoding <em class="option">type</em></a></td>
+
-
    <td valign="top">text encoding type</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#endian">-endian <em class="option">type</em></a></td>
+
-
    <td valign="top">endianness (MSB or LSB) of the image</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#enhance">-enhance</a></td>
+
-
    <td valign="top">apply a digital filter to enhance a noisy image</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#equalize">-equalize</a></td>
+
-
    <td valign="top">perform histogram equalization to an image</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#evaluate">-evaluate <em class="option">operator value</em></a></td>
+
-
    <td valign="top">evaluate an arithmetic, relational, or logical expression</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#evaluate-sequence">-evaluate-sequence <em class="option">operator</em></a></td>
+
-
    <td valign="top">evaluate an arithmetic, relational, or logical expression for an image sequence</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#extent">-extent <em class="option">geometry</em></a></td>
+
-
    <td valign="top">set the image size</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#extract">-extract <em class="option">geometry</em></a></td>
+
-
    <td valign="top">extract area from image</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#family">-family <em class="option">name</em></a></td>
+
-
    <td valign="top">render text with this font family</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#fft">-fft</a></td>
+
-
    <td valign="top">implments the discrete Fourier transform (DFT)</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#fill">-fill <em class="option">color</em></a></td>
+
-
    <td valign="top">color to use when filling a graphic primitive</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#filter">-filter <em class="option">type</em></a></td>
+
-
    <td valign="top">use this filter when resizing an image</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#flatten">-flatten</a></td>
+
-
    <td valign="top">flatten a sequence of images</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#flip">-flip</a></td>
+
-
    <td valign="top">flip image in the vertical direction</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#floodfill">-floodfill <em class="option">geometry color</em></a></td>
+
-
    <td valign="top">floodfill the image with color</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#flop">-flop</a></td>
+
-
    <td valign="top">flop image in the horizontal direction</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#font">-font <em class="option">name</em></a></td>
+
-
    <td valign="top">render text with this font</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#format_identify_">-format <em class="option">string</em></a></td>
+
-
    <td valign="top">output formatted image characteristics</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#frame">-frame <em class="option">geometry</em></a></td>
+
-
    <td valign="top">surround image with an ornamental border</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#function">-function <em class="option">name</em></a></td>
+
-
    <td valign="top">apply a function to the image</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#fuzz">-fuzz <em class="option">distance</em></a></td>
+
-
    <td valign="top">colors within this distance are considered equal</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#fx">-fx <em class="option">expression</em></a></td>
+
-
    <td valign="top">apply mathematical expression to an image channel(s)</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#gamma">-gamma <em class="option">value</em></a></td>
+
-
    <td valign="top">level of gamma correction</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#gaussian-blur">-gaussian-blur <em class="option">geometry</em></a></td>
+
-
    <td valign="top">reduce image noise and reduce detail levels</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#geometry">-geometry <em class="option">geometry</em></a></td>
+
-
    <td valign="top">preferred size or location of the image</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#gravity">-gravity <em class="option">type</em></a></td>
+
-
    <td valign="top">horizontal and vertical text placement</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#green-primary">-green-primary <em class="option">point</em></a></td>
+
-
    <td valign="top">chromaticity green primary point</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#help">-help</a></td>
+
-
    <td valign="top">print program options</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#identify">-identify</a></td>
+
-
    <td valign="top">identify the format and characteristics of the image</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#ift">-ift</a></td>
+
-
    <td valign="top">implements the inverse discrete Fourier transform (DFT)</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#implode">-implode <em class="option">amount</em></a></td>
+
-
    <td valign="top">implode image pixels about the center</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#insert">-insert <em class="option">index</em></a></td>
+
-
    <td valign="top">insert last image into the image sequence</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#intent">-intent <em class="option">type</em></a></td>
+
-
    <td valign="top">type of rendering intent when managing the image color</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#interlace">-interlace <em class="option">type</em></a></td>
+
-
    <td valign="top">type of image interlacing scheme</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#interline-spacing">-interline-spacing <em class="option">value</em></a></td>
+
-
    <td valign="top">the space between two text lines</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#interpolate">-interpolate <em class="option">method</em></a></td>
+
-
    <td valign="top">pixel color interpolation method</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#interword-spacing">-interword-spacing <em class="option">value</em></a></td>
+
-
    <td valign="top">the space between two words</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#kerning">-kerning <em class="option">value</em></a></td>
+
-
    <td valign="top">the space between two characters</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#label">-label <em class="option">string</em></a></td>
+
-
    <td valign="top">assign a label to an image</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#lat">-lat <em class="option">geometry</em></a></td>
+
-
    <td valign="top">local adaptive thresholding</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#layers">-layers <em class="option">method</em></a></td>
+
-
    <td valign="top">optimize or compare image layers</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#level">-level <em class="option">value</em></a></td>
+
-
    <td valign="top">adjust the level of image contrast</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#limit">-limit <em class="option">type value</em></a></td>
+
-
    <td valign="top">pixel cache resource limit</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#linear-stretch">-linear-stretch <em class="option">geometry</em></a></td>
+
-
    <td valign="top">linear with saturation histogram stretch</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#liquid-rescale">-liquid-rescale <em class="option">geometry</em></a></td>
+
-
    <td valign="top">rescale image with seam-carving</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#log">-log <em class="option">format</em></a></td>
+
-
    <td valign="top">format of debugging information</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#loop">-loop <em class="option">iterations</em></a></td>
+
-
    <td valign="top">add Netscape loop extension to your GIF animation</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#mask">-mask <em class="option">filename</em></a></td>
+
-
    <td valign="top">associate a mask with the image</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#mattecolor">-mattecolor <em class="option">color</em></a></td>
+
-
    <td valign="top">frame color</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#median">-median <em class="option">radius</em></a></td>
+
-
    <td valign="top">apply a median filter to the image</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#mode">-mode <em class="option">radius</em></a></td>
+
-
    <td valign="top">make each pixel the 'predominant color' of the neighborhood</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#modulate">-modulate <em class="option">value</em></a></td>
+
-
    <td valign="top">vary the brightness, saturation, and hue</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#monitor">-monitor</a></td>
+
-
    <td valign="top">monitor progress</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#monochrome">-monochrome</a></td>
+
-
    <td valign="top">transform image to black and white</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#morph">-morph <em class="option">value</em></a></td>
+
-
    <td valign="top">morph an image sequence</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#morphology">-morphology <em class="option">method</em></a> <em class="option">kernel</em></td>
+
-
    <td valign="top">apply a morphology method to the image</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#motion-blur">-motion-blur <em class="option">geometry</em></a></td>
+
-
    <td valign="top">simulate motion blur</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#negate">-negate</a></td>
+
-
    <td valign="top">replace each pixel with its complementary color </td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#noise">-noise <em class="option">radius</em></a></td>
+
-
    <td valign="top">add or reduce noise in an image</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#normalize">-normalize</a></td>
+
-
    <td valign="top">transform image to span the full range of colors</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#opaque">-opaque <em class="option">color</em></a></td>
+
-
    <td valign="top">change this color to the fill color</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#ordered-dither">-ordered-dither <em class="option">NxN</em></a></td>
+
-
    <td valign="top">ordered dither the image</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#orient">-orient <em class="option">type</em></a></td>
+
-
    <td valign="top">image orientation</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#page">-page <em class="option">geometry</em></a></td>
+
-
    <td valign="top">size and location of an image canvas (setting)</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#paint">-paint <em class="option">radius</em></a></td>
+
-
    <td valign="top">simulate an oil painting</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#ping">-ping</a></td>
+
-
    <td valign="top">efficiently determine image attributes</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#pointsize">-pointsize <em class="option">value</em></a></td>
+
-
    <td valign="top">font point size</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#polaroid">-polaroid <em class="option">angle</em></a></td>
+
-
    <td valign="top">simulate a Polaroid picture</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#posterize">-posterize <em class="option">levels</em></a></td>
+
-
    <td valign="top">reduce the image to a limited number of color levels</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#precision">-precision <em class="option">value</em></a></td>
+
-
    <td valign="top">set the maximum number of significant digits to be printed</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#preview">-preview <em class="option">type</em></a></td>
+
-
    <td valign="top">image preview type</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#print">-print <em class="option">string</em></a></td>
+
-
    <td valign="top">interpret string and print to console</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#process">-process <em class="option">image-filter</em></a></td>
+
-
    <td valign="top">process the image with a custom image filter</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#profile">-profile <em class="option">filename</em></a></td>
+
-
    <td valign="top">add, delete, or apply an image profile</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#quality">-quality <em class="option">value</em></a></td>
+
-
    <td valign="top">JPEG/MIFF/PNG compression level</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#quantize">-quantize <em class="option">colorspace</em></a></td>
+
-
    <td valign="top">reduce image colors in this colorspace</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#quiet">-quiet</a></td>
+
-
    <td valign="top">suppress all warning messages</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#radial-blur">-radial-blur <em class="option">angle</em></a></td>
+
-
    <td valign="top">radial blur the image</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#raise">-raise <em class="option">value</em></a></td>
+
-
    <td valign="top">lighten/darken image edges to create a 3-D effect</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#random-threshold">-random-threshold <em class="option">low,high</em></a></td>
+
-
    <td valign="top">random threshold the image</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#red-primary">-red-primary <em class="option">point</em></a></td>
+
-
    <td valign="top">chromaticity red primary point</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#regard-warnings">-regard-warnings</a></td>
+
-
    <td valign="top">pay attention to warning messages.</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#region">-region <em class="option">geometry</em></a></td>
+
-
    <td valign="top">apply options to a portion of the image</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#remap">-remap <em class="option">filename</em></a></td>
+
-
    <td valign="top">transform image colors to match this set of colors</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#render">-render</a></td>
+
-
    <td valign="top">render vector graphics</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#repage">-repage <em class="option">geometry</em></a></td>
+
-
    <td valign="top">size and location of an image canvas</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#resample">-resample <em class="option">geometry</em></a></td>
+
-
    <td valign="top">change the resolution of an image</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#resize">-resize <em class="option">geometry</em></a></td>
+
-
    <td valign="top">resize the image</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#respect-parentheses">-respect-parentheses</a></td>
+
-
    <td valign="top">settings remain in effect until parenthesis boundary.</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#roll">-roll <em class="option">geometry</em></a></td>
+
-
    <td valign="top">roll an image vertically or horizontally</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#rotate">-rotate <em class="option">degrees</em></a></td>
+
-
    <td valign="top">apply Paeth rotation to the image</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#sample">-sample <em class="option">geometry</em></a></td>
+
-
    <td valign="top">scale image with pixel sampling</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#sampling-factor">-sampling-factor <em class="option">geometry</em></a></td>
+
-
    <td valign="top">horizontal and vertical sampling factor</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#scale">-scale <em class="option">geometry</em></a></td>
+
-
    <td valign="top">scale the image</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#scene">-scene <em class="option">value</em></a></td>
+
-
    <td valign="top">image scene number</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#seed">-seed <em class="option">value</em></a></td>
+
-
    <td valign="top">seed a new sequence of pseudo-random numbers</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#segment">-segment <em class="option">values</em></a></td>
+
-
    <td valign="top">segment an image</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#threshold">-selective-blur <em class="option">geometry</em></a></td>
+
-
    <td valign="top">selectively blur pixels within a contrast threshold</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#separate">-separate</a></td>
+
-
    <td valign="top">separate an image channel into a grayscale image</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#sepia-tone">-sepia-tone <em class="option">threshold</em></a></td>
+
-
    <td valign="top">simulate a sepia-toned photo</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#set">-set <em class="option">attribute value</em></a></td>
+
-
    <td valign="top">set an image attribute</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#shade">-shade <em class="option">degrees</em></a></td>
+
-
    <td valign="top">shade the image using a distant light source</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#shadow">-shadow <em class="option">geometry</em></a></td>
+
-
    <td valign="top">simulate an image shadow</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#sharpen">-sharpen <em class="option">geometry</em></a></td>
+
-
    <td valign="top">sharpen the image</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#shave">-shave <em class="option">geometry</em></a></td>
+
-
    <td valign="top">shave pixels from the image edges</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#shear">-shear <em class="option">geometry</em></a></td>
+
-
    <td valign="top">slide one edge of the image along the X or Y axis</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#sigmoidal">-sigmoidal-contrast <em class="option">geometry</em></a></td>
+
-
    <td valign="top">increase the contrast without saturating highlights or shadows</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#smush">-smush <em class="option">offset</em></a></td>
+
-
    <td valign="top">smush an image sequence together</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#size">-size <em class="option">geometry</em></a></td>
+
-
    <td valign="top">width and height of image</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#sketch">-sketch <em class="option">geometry</em></a></td>
+
-
    <td valign="top">simulate a pencil sketch</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#solarize">-solarize <em class="option">threshold</em></a></td>
+
-
    <td valign="top">negate all pixels above the threshold level</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#splice">-splice <em class="option">geometry</em></a></td>
+
-
    <td valign="top">splice the background color into the image</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#spread">-spread <em class="option">radius</em></a></td>
+
-
    <td valign="top">displace image pixels by a random amount</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#statistic">-statistic <em class="option">type</em> <em class="option">geometry</em></a></td>
+
-
    <td valign="top">replace each pixel with corresponding statistic from the neighborhood</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#strip">-strip</a></td>
+
-
    <td valign="top">strip image of all profiles and comments</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#stroke">-stroke <em class="option">color</em></a></td>
+
-
    <td valign="top">graphic primitive stroke color</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#strokewidth">-strokewidth <em class="option">value</em></a></td>
+
-
    <td valign="top">graphic primitive stroke width</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#stretch">-stretch <em class="option">type</em></a></td>
+
-
    <td valign="top">render text with this font stretch</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#style">-style <em class="option">type</em></a></td>
+
-
    <td valign="top">render text with this font style</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#swap">-swap <em class="option">indexes</em></a></td>
+
-
    <td valign="top">swap two images in the image sequence</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#swirl">-swirl <em class="option">degrees</em></a></td>
+
-
    <td valign="top">swirl image pixels about the center</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#synchronize">-synchronize</a></td>
+
-
    <td valign="top">synchronize image to storage device</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#taint">-taint</a></td>
+
-
    <td valign="top">mark the image as modified</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#texture">-texture <em class="option">filename</em></a></td>
+
-
    <td valign="top">name of texture to tile onto the image background</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#threshold">-threshold <em class="option">value</em></a></td>
+
-
    <td valign="top">threshold the image</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#thumbnail">-thumbnail <em class="option">geometry</em></a></td>
+
-
    <td valign="top">create a thumbnail of the image</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#tile">-tile <em class="option">filename</em></a></td>
+
-
    <td valign="top">tile image when filling a graphic primitive</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#tile-offset">-tile-offset <em class="option">geometry</em></a></td>
+
-
    <td valign="top">set the image tile offset</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#tint">-tint <em class="option">value</em></a></td>
+
-
    <td valign="top">tint the image with the fill color</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#transform">-transform</a></td>
+
-
    <td valign="top">affine transform image</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#transparent">-transparent <em class="option">color</em></a></td>
+
-
    <td valign="top">make this color transparent within the image</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#transparent-color">-transparent-color <em class="option">color</em></a></td>
+
-
    <td valign="top">transparent color</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#transpose">-transpose</a></td>
+
-
    <td valign="top">flip image in the vertical direction and rotate 90 degrees</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#transverse">-transverse</a></td>
+
-
    <td valign="top">flop image in the horizontal direction and rotate 270 degrees</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#treedepth">-treedepth <em class="option">value</em></a></td>
+
-
    <td valign="top">color tree depth</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#trim">-trim</a></td>
+
-
    <td valign="top">trim image edges</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#type">-type <em class="option">type</em></a></td>
+
-
    <td valign="top">image type</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#undercolor">-undercolor <em class="option">color</em></a></td>
+
-
    <td valign="top">annotation bounding box color</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#unique-colors">-unique-colors</a></td>
+
-
    <td valign="top">discard all but one of any pixel color.</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#units">-units <em class="option">type</em></a></td>
+
-
    <td valign="top">the units of image resolution</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#unsharp">-unsharp <em class="option">geometry</em></a></td>
+
-
    <td valign="top">sharpen the image</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#verbose">-verbose</a></td>
+
-
    <td valign="top">print detailed information about the image</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#version">-version</a></td>
+
-
    <td valign="top">print version information</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#view">-view</a></td>
+
-
    <td valign="top">FlashPix viewing transforms</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#vignette">-vignette <em class="option">geometry</em></a></td>
+
-
    <td valign="top">soften the edges of the image in vignette style</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#virtual-pixel">-virtual-pixel <em class="option">method</em></a></td>
+
-
    <td valign="top">access method for pixels outside the boundaries of the image</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#wave">-wave <em class="option">geometry</em></a></td>
+
-
    <td valign="top">alter an image along a sine wave</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#weight">-weight <em class="option">type</em></a></td>
+
-
    <td valign="top">render text with this font weight</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#white-point">-white-point <em class="option">point</em></a></td>
+
-
    <td valign="top">chromaticity white point</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#white-threshold">-white-threshold <em class="option">value</em></a></td>
+
-
    <td valign="top">force all pixels above the threshold into white</td>
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
    <td valign="top"><a href="/script/../script/command-line-options.php?ImageMagick=vuafbmnfs8u4132toddun4c6q4#write">-write <em class="option">filename</em></a></td>
+
-
    <td valign="top">write images to this file</td>
+
-
  </tr>
+
-
 
+
-
  </tbody>
+

Version actuelle en date du 12 septembre 2019 à 12:14


convert maphoto.jpg -resize 50% -strip -quality 50 -interlace line imageweb.jpg
convert IMGP1053.JPG -resize 20% imageweb.jpg

[modifier] Astuce

c=0;for i in *.jpg; do convert -verbose ${i} -resize 20% ${c}-${i} ;((c++)); done
for file in *.jpg; do convert "$file" "${file%.jpg}.pdf"; done

http://linuxmemo.free.fr/index.php?title=Varibles_bash#Expension_de_variable

[modifier] Bugs

convert-im6.q16: not authorized `CarteGriseExterC3.pdf' @ error/constitute.c/WriteImage/1037.

sudo mv /etc/ImageMagick-6/policy.xml /etc/ImageMagick-6/policy.xmlout
ou
sudo vim /etc/ImageMagick-6/policy.xml
<policy domain="coder" rights="none" pattern="PDF" />
Edit the file, and place comment marks around this line to disable this rule:

Outils personnels