]> granicus.if.org Git - imagemagick/blob - utilities/convert.1.in
(no commit message)
[imagemagick] / utilities / convert.1.in
1 .TH convert 1 "Date: 2009/01/10 01:00:00" "ImageMagick"
2 .SH NAME
3 convert \- convert between image formats as well as resize an image, blur, crop, despeckle, dither, draw on, flip, join, re-sample, and much more.
4 .SH SYNOPSIS
5 .TP
6 \fBconvert\fP [\fIinput-options\fP] \fIinput-file\fP [\fIoutput-options\fP] \fIoutput-file\fP
7 .SH OVERVIEW
8 The \fBconvert\fP program is a member of the ImageMagick(1) suite of tools.  Use it to convert between image formats as well as resize an image, blur, crop, despeckle, dither, draw on, flip, join, re-sample, and much more.  
9
10 For more information about the convert command, point your browser to file://@DOCUMENTATION_PATH@/www/convert.html or http://www.imagemagick.org/script/convert.php.
11 .SH DESCRIPTION
12 Image Settings:
13   \-adjoin              join images into a single multi-image file
14   \-affine matrix       affine transform matrix
15   \-antialias           remove pixel-aliasing
16   \-authenticate value  decrypt image with this password
17   \-background color    background color
18   \-bias value          add bias when convolving an image
19   \-black-point-compensation
20                        use black point compensation
21   \-blue-primary point  chromaticity blue primary point
22   \-bordercolor color   border color
23   \-caption string      assign a caption to an image
24   \-cdl filename        color correct with a color decision list
25   \-channel type        apply option to select image channels
26   \-colors value        preferred number of colors in the image
27   \-colorspace type     alternate image colorspace
28   \-comment string      annotate image with comment
29   \-compose operator    set image composite operator
30   \-compress type       type of pixel compression when writing the image
31   \-decipher filename   convert cipher pixels to plain pixels
32   \-define format:option
33                        define one or more image format options
34   \-delay value         display the next image after pausing
35   \-density geometry    horizontal and vertical density of the image
36   \-depth value         image depth
37   \-direction type      render text right-to-left or left-to-right
38   \-display server      get image or font from this X server
39   \-dispose method      layer disposal method
40   \-dither method       apply error diffusion to image
41   \-encipher filename   convert plain pixels to cipher pixels
42   \-encoding type       text encoding type
43   \-endian type         endianness (MSB or LSB) of the image
44   \-family name         render text with this font family
45   \-fill color          color to use when filling a graphic primitive
46   \-filter type         use this filter when resizing an image
47   \-flatten             flatten a sequence of images
48   \-font name           render text with this font
49   \-format "string"     output formatted image characteristics
50   \-fuzz distance       colors within this distance are considered equal
51   \-gravity type        horizontal and vertical text placement
52   \-green-primary point chromaticity green primary point
53   \-intent type         type of rendering intent when managing the image color
54   \-interlace type      type of image interlacing scheme
55   \-interpolate method  pixel color interpolation method
56   \-kerning value       set the space between two letters
57   \-label string        assign a label to an image
58   \-limit type value    pixel cache resource limit
59   \-loop iterations     add Netscape loop extension to your GIF animation
60   \-mask filename       associate a mask with the image
61   \-matte               store matte channel if the image has one
62   \-mattecolor color    frame color
63   \-monitor             monitor progress
64   \-orient type         image orientation
65   \-origin geometry     image origin
66   \-page geometry       size and location of an image canvas (setting)
67   \-ping                efficiently determine image attributes
68   \-pointsize value     font point size
69   \-preview type        image preview type
70   \-quality value       JPEG/MIFF/PNG compression level
71   \-quiet               suppress all warning messages
72   \-red-primary point   chromaticity red primary point
73   \-regard-warnings     pay attention to warning messages
74   \-sampling-factor geometry
75                        horizontal and vertical sampling factor
76   \-scene value         image scene number
77   \-seed value          seed a new sequence of pseudo-random numbers
78   \-size geometry       width and height of image
79   \-stretch type        render text with this font stretch
80   \-stroke color        graphic primitive stroke color
81   \-strokewidth value   graphic primitive stroke width
82   \-style type          render text with this font style
83   \-support factor      resize support: > 1.0 is blurry, < 1.0 is sharp
84   \-synchronize         synchronize image to storage device
85   \-taint               declare the image as modified
86   \-texture filename    name of texture to tile onto the image background
87   \-tile-offset geometry
88                        tile offset
89   \-treedepth value     color tree depth
90   \-transparent-color color
91                        transparent color
92   \-undercolor color    annotation bounding box color
93   \-units type          the units of image resolution
94   \-verbose             print detailed information about the image
95   \-view                FlashPix viewing transforms
96   \-virtual-pixel method
97                        virtual pixel access method
98   \-weight type         render text with this font weight
99   \-white-point point   chromaticity white point
100
101 Image Operators:
102   \-adaptive-blur geometry
103                        adaptively blur pixels; decrease effect near edges
104   \-adaptive-resize geometry
105                        adaptively resize image with data dependent triangulation
106   \-adaptive-sharpen geometry
107                        adaptively sharpen pixels; increase effect near edges
108   \-annotate geometry text
109                        annotate the image with text
110   \-auto-orient         automatically orient image
111   \-black-threshold value
112                        force all pixels below the threshold into black
113   \-blur geometry       reduce image noise and reduce detail levels
114   \-border geometry     surround image with a border of color
115   \-charcoal radius     simulate a charcoal drawing
116   \-chop geometry       remove pixels from the image interior
117   \-clip                clip along the first path from the 8BIM profile
118   \-clip-mask filename  associate a clip mask with the image
119   \-clip-path id        clip along a named path from the 8BIM profile
120   \-colorize value      colorize the image with the fill color
121   \-color-matrix matrix apply color correction to the image
122   \-contrast            enhance or reduce the image contrast
123   \-contrast-stretch geometry
124                        improve contrast by `stretching' the intensity range
125   \-convolve coefficients
126                        apply a convolution kernel to the image
127   \-cycle amount        cycle the image colormap
128   \-despeckle           reduce the speckles within an image
129   \-draw string         annotate the image with a graphic primitive
130   \-edge radius         apply a filter to detect edges in the image
131   \-emboss radius       emboss an image
132   \-enhance             apply a digital filter to enhance a noisy image
133   \-equalize            perform histogram equalization to an image
134   \-evaluate operator value
135                        evaluate an arithmetic, relational, or logical expression
136   \-extent geometry     set the image size
137   \-extract geometry    extract area from image
138   \-fft                 implements the discrete Fourier transform (DFT)
139   \-flip                flip image vertically
140   \-floodfill geometry color
141                        floodfill the image with color
142   \-flop                flop image horizontally
143   \-frame geometry      surround image with an ornamental border
144   \-function name       apply a function to the image
145   \-gamma value         level of gamma correction
146   \-gaussian-blur geometry
147                        reduce image noise and reduce detail levels
148   \-geometry geometry   preferred size or location of the image
149   \-identify            identify the format and characteristics of the image
150   \-ift                 implements the inverse discrete Fourier transform (DFT)
151   \-implode amount      implode image pixels about the center
152   \-lat geometry        local adaptive thresholding
153   \-layers method       optimize or compare image layers
154   \-level value         adjust the level of image contrast
155   \-linear-stretch geometry
156                        improve contrast by `stretching with saturation' the intensity range
157   \-median radius       apply a median filter to the image
158   \-mode radius         make each pixel the 'predominate color' of the neighborhood
159   \-modulate value      vary the brightness, saturation, and hue
160   \-monochrome          transform image to black and white
161   \-morphology method kernel
162                        apply a morphology method to the image
163   \-motion-blur geometry
164                        simulate motion blur
165   \-negate              replace each pixel with its complementary color 
166   \-noise radius        add or reduce noise in an image
167   \-normalize           transform image to span the full range of colors
168   \-opaque color        change this color to the fill color
169   \-ordered-dither NxN
170                        add a noise pattern to the image with specific amplitudes
171   \-paint radius        simulate an oil painting
172   \-polaroid angle      simulate a Polaroid picture
173   \-posterize levels    reduce the image to a limited number of color levels
174   \-print string        interpret string and print to console
175   \-profile filename    add, delete, or apply an image profile
176   \-quantize colorspace reduce colors in this colorspace
177   \-radial-blur angle   radial blur the image
178   \-raise value         lighten/darken image edges to create a 3-D effect
179   \-random-threshold low,high
180                        random threshold the image
181   \-region geometry     apply options to a portion of the image
182   \-render              render vector graphics
183   \-repage geometry     size and location of an image canvas
184   \-resample geometry   change the resolution of an image
185   \-resize geometry     resize the image
186   \-roll geometry       roll an image vertically or horizontally
187   \-rotate degrees      apply Paeth rotation to the image
188   \-sample geometry     scale image with pixel sampling
189   \-scale geometry      scale the image
190   \-segment values      segment an image
191   \-selective-blur geometry
192                        selectively blur pixels within a contrast threshold
193   \-sepia-tone threshold
194                        simulate a sepia-toned photo
195   \-set property value  set an image property
196   \-shade degrees       shade the image using a distant light source
197   \-shadow geometry     simulate an image shadow
198   \-sharpen geometry    sharpen the image
199   \-shave geometry      shave pixels from the image edges
200   \-shear geometry      slide one edge of the image along the X or Y axis
201   \-sigmoidal-contrast geometry
202                        lightness rescaling using sigmoidal contrast enhancement
203   \-sketch geometry     simulate a pencil sketch
204   \-solarize threshold  negate all pixels above the threshold level
205   \-splice geometry     splice the background color into the image
206   \-spread amount       displace image pixels by a random amount
207   \-strip               strip image of all profiles and comments
208   \-swirl degrees       swirl image pixels about the center
209   \-threshold value     threshold the image
210   \-thumbnail geometry  create a thumbnail of the image
211   \-tile filename       tile image when filling a graphic primitive
212   \-tint value          tint the image with the fill color
213   \-transform           affine transform image
214   \-transparent color   make this color transparent within the image
215   \-transpose           flip image vertically and rotate 90 degrees
216   \-transverse          flop image horizontally and rotate 270 degrees
217   \-trim                trim image edges
218   \-type type           image type
219   \-unique-colors       discard all but one of any pixel color
220   \-unsharp geometry    sharpen the image
221   \-vignette geometry   soften the edges of the image in vignette style
222   \-wave geometry       alter an image along a sine wave
223   \-white-threshold value
224                        force all pixels above the threshold into white
225
226 Image Sequence Operators:
227   \-affinity filename   transform image colors to match this set of colors
228   \-append              append an image sequence top to bottom (use +append for left to right)
229   \-clut                apply a color lookup table to the image
230   \-coalesce            merge a sequence of images
231   \-combine             combine a sequence of images
232   \-composite           composite image
233   \-crop geometry       cut out a rectangular region of the image
234   \-deconstruct         break down an image sequence into constituent parts
235   \-evaluate-sequence operator
236                        evaluate an arithmetic, relational, or logical expression
237   \-flatten             flatten a sequence of images
238   \-fx expression       apply mathematical expression to an image channel(s)
239   \-hald-clut           apply a Hald color lookup table to the image
240   \-morph value         morph an image sequence
241   \-mosaic              create a mosaic from an image sequence
242   \-process arguments   process the image with a custom image filter
243   \-separate            separate an image channel into a grayscale image
244   \-smush geometry      smush an image sequence together
245   \-write filename      write images to this file
246
247 Image Stack Operators:
248   \-clone index         clone an image
249   \-delete index        delete the image from the image sequence
250   \-insert index        insert last image into the image sequence
251   \-swap indexes        swap two images in the image sequence
252
253 Miscellaneous Options:
254   \-debug events        display copious debugging information
255   \-help                print program options
256   \-log format          format of debugging information
257   \-list type           print a list of supported option arguments
258   \-version             print version information
259
260 By default, the image format of `file' is determined by its magic number.  To specify a particular image format, precede the filename with an image format name and a colon (i.e. ps:image) or specify the image type as the filename suffix (i.e. image.ps).  Specify 'file' as '-' for standard input or output.
261 .SH SEE ALSO
262 ImageMagick(1)
263
264 .SH COPYRIGHT
265 \fBCopyright (C) 1999-2011 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file://@DOCUMENTATION_PATH@/www/license.html or http://www.imagemagick.org/script/license.php\fP