NAME
|
|
mogrify - mogrify an image
|
Contents
|
Synopsis
|
|
mogrify [ options ... ] file ...
|
Description
|
|
Mogrify transforms an image or a sequence of images. These transforms
include image scaling, image rotation, color reduction, and others. Each
transmogrified image overwrites the corresponding original image, unless an
option such as
-format causes the output filename to be different from the input
filename.
The graphics formats supported by mogrify are listed in
ImageMagick(1).
|
Back to Contents
Examples
|
|
To convert all the TIFF files in a particular directory to JPEG, use:
mogrify -format jpeg *.tiff
To convert a directory full of JPEG images to thumbnails, use:
mogrify -size 120x120 *.jpg -resize 120x120 +profile "*"
|
In this example, '-size 120x120' gives a hint to the JPEG decoder
that the images are going to be downscaled to 120x120, allowing it to run
faster by avoiding returning full-resolution images to ImageMagick for
the subsequent resizing operation. The
'-resize 120x120' specifies the desired dimensions of the
output images. It will be scaled so its largest dimension is 120 pixels. The
'+profile "*"' removes any ICM, EXIF, IPTC, or other profiles
that might be present in the input and aren't needed in the thumbnails. |
To scale an image of a cockatoo to exactly 640 pixels in width and 480
pixels in height, use:
mogrify -resize 640x480! cockatoo.miff
|
Back to Contents
Options
|
|
Options are processed in command line order. Any option you specify on
the command line remains in effect for the set of images that follows,
until the set is terminated by the appearance of any option or -noop.
For a more detailed description of each option, see
ImageMagick(1).
| drawing transformation matrix |
| decrypt image with this password |
| blue chromaticity primary point |
| blur the image with a Gaussian operator |
| surround the image with a border of color |
| (This option has been replaced by the -limit option) |
|
-charcoal <factor>
|
| simulate a charcoal drawing |
| colorize the image with the pen color |
| preferred number of colors in the image |
| annotate an image with a comment |
| the type of image composition |
| the type of image compression |
| enhance or reduce the image contrast |
| convolve image with the specified convolution kernel |
|
-crop <width>x<height>{+-}<x>{+-}<y>{%}
|
| preferred size and location of the cropped image |
| displace image colormap by amount |
|
-debug <events>
|
| display the next image after pausing |
| vertical and horizontal resolution in pixels of the image |
|
-despeckle
|
| reduce the speckles within an image |
| specifies the X server to contact |
| apply Floyd/Steinberg error diffusion to the image |
| annotate an image with one or more graphic primitives |
|
-edge <radius>
|
| detect edges within an image |
|
-emboss <radius>
|
| specify the text encoding |
| specify endianness (MSB or LSB) of output image |
|
-enhance
|
| apply a digital filter to enhance a noisy image |
|
-equalize
|
| perform histogram equalization to the image |
|
-extract <width>x<height>{+-}<x>{+-}<y>{%}{@} {!}{<}{>}
|
| extract an area from the image while decoding |
| color to use when filling a graphic primitive |
| use this type of filter when resizing an image |
| use this font when annotating the image with text |
|
-frame <width>x<height>+<outer bevel width>+<inner bevel width>
|
| surround the image with an ornamental border |
| colors within this distance are considered equal |
| level of gamma correction |
| blur the image with a Gaussian operator |
|
-geometry <width>x<height>{+-}<x>{+-}<y>{%}{@} {!}{<}{>}
|
| preferred size and location of the Image window. |
| direction primitive gravitates to when annotating the image. |
| green chromaticity primary point |
|
-help
|
|
-implode <factor>
|
| implode image pixels about the center |
| the type of interlacing scheme |
| assign a label to an image |
|
-lat <width>x<height>{+-}<offset>{%}
|
| perform local adaptive thresholding |
|
-level <black_point>{,<white_point>}{%}{,<gamma>}
|
| adjust the level of image contrast |
| Disk, File, Map, or Memory resource limit |
|
-linewidth
|
| the line width for subsequent draw operations |
| add Netscape loop extension to your GIF animation |
| choose a particular set of colors from this image |
| store matte channel if the image has one |
| specify the color to be used with the -frame option |
|
-median <radius>
|
| apply a median filter to the image |
| vary the brightness, saturation, and hue of an image |
|
-monochrome
|
| transform the image to black and white |
| replace every pixel with its complementary color |
| add or reduce noise in an image |
| transform image to span the full range of color values |
| change this color to the pen color within the image |
|
-page <width>x<height>{+-}<x>{+-}<y>{%}{!}{<}{>}
|
| size and location of an image canvas |
| (This option has been replaced by the -fill option) |
|
-pointsize <value>
|
| pointsize of the PostScript, OPTION1, or TrueType font |
| add ICM, IPTC, or generic profile to image |
| JPEG/MIFF/PNG compression level |
| lighten or darken image edges |
| red chromaticity primary point |
|
-region <width>x<height>{+-}<x>{+-}<y>
|
| apply options to a portion of the image |
|
-resize <width>x<height>{%}{@}{!}{<}{>}
|
| roll an image vertically or horizontally |
| apply Paeth image rotation to the image |
| scale image with pixel sampling |
| sampling factors used by JPEG or MPEG-2 encoder and YUV decoder/encoder. |
|
-seed <value>
|
| pseudo-random number generator seed value |
|
-segment <cluster threshold>x<smoothing threshold>
|
| shade the image using a distant light source |
| shave pixels from the image edges |
|
-shear <x degrees>x<y degrees>
|
| shear the image along the X or Y axis |
|
-size <width>x<height>{+offset}
|
| width and height of the image |
| negate all pixels above the threshold level |
| displace image pixels by a random amount |
| color to use when stroking a graphic primitive |
| swirl image pixels about the center |
|
-texture <filename>
|
| name of texture to tile onto the image background |
|
-tile <filename>
|
| tile image when filling a graphic primitive |
| make this color transparent within the image |
| tree depth for the color reduction algorithm |
| the type of image resolution |
|
-unsharp <radius>{x<sigma>}{+<amount>}{+<threshold>}
|
| sharpen the image with an unsharp mask operator |
| print detailed information about the image |
| print ImageMagick version string |
|
-view <string>
|
| FlashPix viewing parameters |
| specify contents of "virtual pixels" |
|
-wave <amplitude>x<wavelength>
|
| alter an image along a sine wave |
For a more detailed description of each option, see
ImageMagick(1).
|
Back to Contents
Image Segmentation
|
|
Use -segment to segment an image by analyzing the histograms of
the color components and identifying units that are homogeneous with the
fuzzy c-means technique. The scale-space filter analyzes the histograms
of the three color components of the image and identifies a set of classes.
The extents of each class is used to coarsely segment the image with thresholding.
The color associated with each class is determined by the mean color of
all pixels within the extents of a particular class. Finally, any unclassified
pixels are assigned to the closest class with the fuzzy c-means technique.
The fuzzy c-Means algorithm can be summarized as follows:
-
Build a histogram, one for each color component of the image.
-
For each histogram, successively apply the scale-space filter and build
an interval tree of zero crossings in the second derivative at each scale.
Analyze this scale-space "fingerprint" to determine which peaks or valleys
in the histogram are most predominant.
-
The fingerprint defines intervals on the axis of the histogram. Each interval
contains either a minima or a maxima in the original signal. If each color
component lies within the maxima interval, that pixel is considered "classified"
and is assigned an unique class number.
-
Any pixel that fails to be classified in the above thresholding pass is
classified using the fuzzy c-Means technique. It is assigned to one of
the classes discovered in the histogram analysis phase.
The fuzzy c-Means technique attempts to cluster a pixel by finding the
local minima of the generalized within group sum of squared error objective
function. A pixel is assigned to the closest class of which the fuzzy membership
has a maximum value.
For additional information see:
Young Won Lim, Sang Uk Lee, ``On The Color Image Segmentation
Algorithm Based on the Thresholding and the Fuzzy c-Means Techniques'',
Pattern Recognition, Volume 23, Number 9, pages 935-952, 1990.
|
Back to Contents
Environment
|
|
|
DISPLAY
|
| To get the default host, display number, and screen. |
|
Back to Contents
Authors
|
Back to Contents
Copyright
|
|
Copyright (C) 2003 ImageMagick Studio
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files ("ImageMagick"),
to deal in ImageMagick without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of ImageMagick, and to permit persons to whom the ImageMagick
is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of ImageMagick.
The software is provided "as is", without warranty of any kind, express
or implied, including but not limited to the warranties of merchantability,
fitness for a particular purpose and noninfringement.In no event shall
ImageMagick Studio be liable for any claim, damages or other liability,
whether in an action of contract, tort or otherwise, arising from, out
of or in connection with ImageMagick or the use or other dealings in
ImageMagick.
Except as contained in this notice, the name of the
ImageMagick Studio LLC shall not be used in advertising or otherwise to
promote the sale, use or other dealings in ImageMagick without prior written
authorization from the ImageMagick Studio.
|
Back to Contents
|