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