>K M mogrify: ImageMagick - Image Processing and Display PackageJ R < W<8 
B

 
  &
>NAME+
>

mogrify - mogrify an image
  &
>Contents+
>



Synopsis

Description

Examples

Options

&Image Segmentation

Environment

Authors

Copyright


  &
>Synopsis+
>



emogrify [ options ... ] file ...
 


  &
>Description+
>



VMogrify transforms an image or a sequence of images. These transformsGinclude image scaling, image rotation, color reduction, and others. TheLtransmogrified image overwrites the original image, unless an option such asR-format causes the output filename to be different from the input filename.
 
HThe graphics formats supported by mogrify are listed in7ImageMagick(1).



+Back to Contents  

  &
>Examples+
>



ETo 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 "*"

JIn this example, '-size 120x120' gives a hint to the JPEG decoderIthat the images are going to be downscaled to 120x120, allowing it to runFfaster by avoiding returning full-resolution images to ImageMagick for'the subsequent resizing operation. TheB'-resize 120x120' specifies the desired dimensions of theNoutput images. It will be scaled so its largest dimension is 120 pixels. TheF'+profile "*"' removes any ICM, EXIF, IPTC, or other profiles`that might be present in the input and aren't needed in the thumbnails.


FTo scale an image of a cockatoo to exactly 640 pixels in width and 480pixels in height, use: 

*    mogrify -resize 640x480! cockatoo.miff



+Back to Contents  

  &
>Options+
>



FOptions are processed in command line order. Any option you specify onFthe command line remains in effect for the set of images that follows,Vuntil the set is terminated by the appearance of any option or -noop.

3For a more detailed description of each option, see7ImageMagick(1).
 
 !

.O -affine <matrix>+

drawing transform matrix
 !

.? -antialias+

remove pixel aliasing
 !

.[ -authenticate <string>+

decrypt image with this password
 !

.V -background <color>+

the background color
 !

.` -blue-primary <x>,<y>+

blue chromaticity primary point
 !

.Y -blur <radius>x<sigma>+

blur the image with a Gaussian operator
 !

.] -border <width>x<height>+

surround the image with a border of color
 !

.X -bordercolor <color>+

the border color
 !

.P -cache <threshold>+

megabytes of memory available to the pixel cache
 !

.O -channel <type>+

the type of channel
 !

.# -charcoal <factor>+

simulate a charcoal drawing
 !

.R -colorize <value>+

colorize the image with the pen color
 !

.N -colors <value>+

preferred number of colors in the image
 !

.V -colorspace <value>+

the type of colorspace
 !

.Q -comment <string>+

annotate an image with a comment
 !

.S -compose <operator>+

the type of image composition
 !

.Q -compress <type>+

the type of image compression
 !

.= -contrast+

enhance or reduce the image contrast
 !

. -crop <width>x<height>{+-}<x>{+-}<y>{%}+

preferred size and location of the cropped image
 !

.M -cycle <amount>+

displace image colormap by amount
 !

. -debug <events>+

enable debug printout
 !

.[ -delay <1/100ths of a second>+

display the next image after pausing
 !

._ -density <width>x<height>+

vertical and horizontal resolution in pixels of the image
 !

.L -depth <value>+

depth of the image
 !

. -despeckle+

reduce the speckles within an image
 !

.` -display <host:display[.screen]>+

specifies the X server to contact
 !

.Q -dispose <method>+

GIF disposal method
 !

.9 -dither+

apply Floyd/Steinberg error diffusion to the image
 !

.K -draw <string>+

annotate an image with one or more graphic primitives
 !

. -edge <radius>+

detect edges within an image
 !

. -emboss+

emboss an image
 !

.Q -encoding <type>+

specify the text encoding
 !

.M -endian <type>+

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
 !

.J -fill <color>+

color to use when filling a graphic primitive
 !

.M -filter <type>+

use this type of filter when resizing an image
 !

.5 -flip+

create a "mirror image"
 !

.5 -flop+

create a "mirror image"
 !

.I -font <name>+

use this font when annotating the image with text
 !

.M -format <type>+

the image format type
 !

. -frame <width>x<height>+<outer bevel width>+<inner bevel width>+

surround the image with an ornamental border
 !

.^ -fuzz <distance>{%}+

colors within this distance are considered equal
 !

.L -gamma <value>+

level of gamma correction
 !

.a -Gaussian <radius>x<sigma>+

blur the image with a Gaussian operator
 !

. -geometry <width>x<height>{+-}<x>{+-}<y>{%}{@} {!}{<}{>}+

preferred size and location of the Image window.
 !

.O -gravity <type>+

direction primitive gravitates to when annotating the image.
 !

.b -green-primary <x>,<y>+

green chromaticity primary point
 !

. -help+

print usage instructions
 !

." -implode <factor>+

implode image pixels about the center
 !

.S -interlace <type>+

the type of interlacing scheme
 !

.K -label <name>+

assign a label to an image
 !

.L -level <value>+

adjust the level of image contrast
 !

.Y -limit <type> <value>+

Disk, Map, or Memory resource limit
 !

. -linewidth+

the line width for subsequent draw operations
 !

.I -list <type>+

the type of list
 !

.O -loop <iterations>+

add Netscape loop extension to your GIF animation
 !

.K -map <filename>+

choose a particular set of colors from this image
 !

.M -mask <filename>+

Specify a clipping mask
 !

.7 -matte+

store matte channel if the image has one
 !

.V -mattecolor <color>+

specify the color to be used with the -frame option
 !

.! -median <radius>+

apply a median filter to the image
 !

.R -modulate <value>+

vary the brightness, saturation, and hue of an image
 !

. -monochrome+

transform the image to black and white
 !

.9 -negate+

replace every pixel with its complementary color
 !

.R -noise <radius|type>+

add or reduce noise in an image
 !

.5 -noop+

NOOP (no option)
 !

.? -normalize+

transform image to span the full range of color values
 !

.N -opaque <color>+

change this color to the pen color within the image
 !

. -page <width>x<height>{+-}<x>{+-}<y>{%}{!}{<}{>}+

size and location of an image canvas
 !

.M -paint <radius>+

simulate an oil painting
 !

.H -pen <color>+

specify the pen color for drawing operations
 !

.# -pointsize <value>+

pointsize of the PostScript, OPTION1, or TrueType font
 !

.S -profile <filename>+

add ICM, IPTC, or generic profile to image
 !

.P -quality <value>+

JPEG/MIFF/PNG compression level
 !

.[ -raise <width>x<height>+

lighten or darken image edges
 !

.^ -red-primary <x>,<y>+

red chromaticity primary point
 !

. -region <width>x<height>{+-}<x>{+-}<y>+

apply options to a portion of the image
 !

. -resize <width>x<height>{%}{@}{!}{<}{>}+

resize an image
 !

.s -roll {+-}<x>{+-}<y>+

roll an image vertically or horizontally
 !

.x -rotate <degrees>{<}{>}+

apply Paeth image rotation to the image
 !

.Q -sample <geometry>+

scale image with pixel sampling
 !

. -sampling-factor <horizontal_factor>x<vertical_factor>+

sampling factors used by JPEG or MPEG-2 encoder and YUV decoder/encoder.
 !

.O -scale <geometry>+

scale the image.
 !

.L -scene <value>+

set scene number
 !

. -seed <value>+

pseudo-random number generator seed value
 !

.x -segment <cluster threshold>x<smoothing threshold>+

segment an image
 !

.` -shade <azimuth>x<elevation>+

shade the image using a distant light source
 !

._ -sharpen <radius>x<sigma>+

sharpen the image
 !

.[ -shave <width>x<height>+

shave pixels from the image edges
 !

.b -shear <x degrees>x<y degrees>+

shear the image along the X or Y axis
 !

.p -size <width>x<height>{+offset}+

width and height of the image
 !

.S -solarize <factor>+

negate all pixels above the threshold level
 !

.O -spread <amount>+

displace image pixels by a random amount
 !

.N -stroke <color>+

color to use when stroking a graphic primitive
 !

.X -strokewidth <value>+

set the stroke width
 !

.N -swirl <degrees>+

swirl image pixels about the center
 !

.$ -texture <filename>+

name of texture to tile onto the image background
 !

.e -threshold <value>{%}+

threshold the image
 !

.! -tile <filename>+

tile image when filling a graphic primitive
 !

.? -transform+

transform the image
 !

.X -transparent <color>+

make this color transparent within the image
 !

.T -treedepth <value>+

tree depth for the color reduction algorithm
 !

.5 -trim+

trim an image
 !

.I -type <type>+

the image type
 !

.K -units <type>+

the type of image resolution
 !

. -unsharp <radius>x<sigma>+<amount>+<threshold>+

sharpen the image with an unsharp mask operator
 !

.; -verbose+

print detailed information about the image
 !

.; -version+

print ImageMagick version string
 !

. -view <string>+

FlashPix viewing parameters
 !

.] -virtual-pixel <method>+

specify contents of "virtual pixels"
 !

.a -wave <amplitude>x<wavelength>+

alter an image along a sine wave
 !

.^ -white-point <x>,<y>+

chromaticity white point


3For a more detailed description of each option, see7ImageMagick(1).
 




+Back to Contents  

  &
>%Image Segmentation+
>



PUse -segment to segment an image by analyzing the histograms ofHthe color components and identifying units that are homogeneous with theGfuzzy c-means technique. The scale-space filter analyzes the histogramsKof the three color components of the image and identifies a set of classes.RThe extents of each class is used to coarsely segment the image with thresholding.GThe color associated with each class is determined by the mean color ofNall pixels within the extents of a particular class. Finally, any unclassifiedJpixels are assigned to the closest class with the fuzzy c-means technique.

9The fuzzy c-Means algorithm can be summarized as follows:

    
  • =Build a histogram, one for each color component of the image.
  • GFor each histogram, successively apply the scale-space filter and buildJan interval tree of zero crossings in the second derivative at each scale.JAnalyze this scale-space "fingerprint" to determine which peaks or valleys&in the histogram are most predominant.
  • MThe fingerprint defines intervals on the axis of the histogram. Each intervalJcontains either a minima or a maxima in the original signal. If each colorPcomponent lies within the maxima interval, that pixel is considered "classified"'and is assigned an unique class number.
  • GAny pixel that fails to be classified in the above thresholding pass isFclassified using the fuzzy c-Means technique. It is assigned to one of7the classes discovered in the histogram analysis phase.


FThe fuzzy c-Means technique attempts to cluster a pixel by finding theKlocal minima of the generalized within group sum of squared error objectivePfunction. A pixel is assigned to the closest class of which the fuzzy membershiphas a maximum value.

For additional information see:Z

Young Won Lim, Sang Uk Lee, ``On The Color Image SegmentationPAlgorithm Based on the Thresholding and the Fuzzy c-Means Techniques'',KPattern 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+
>



 John Cristy,Omagick-users@imagemagick.org,ImageMagick Studio LLC,
Glenn Randers-Pehrson,=randeg@alum.rpi.edu,ImageMagick Studio LLC.

 




+Back to Contents  

  &
>Copyright+
>



6Copyright (C) 2002 ImageMagick Studio

MPermission is hereby granted, free of charge, to any person obtainingKa copy of this software and associated documentation files ("ImageMagick"),Hto deal in ImageMagick without restriction, including without limitationHthe rights to use, copy, modify, merge, publish, distribute, sublicense,Pand/or sell copies of ImageMagick, and to permit persons to whom the ImageMagickDis furnished to do so, subject to the following conditions:

OThe above copyright notice and this permission notice shall be included>in all copies or substantial portions of ImageMagick.

OThe software is provided "as is", without warranty of any kind, expressKor implied, including but not limited to the warranties of merchantability,Ffitness for a particular purpose and noninfringement.In no event shallGImageMagick Studio be liable for any claim, damages or other liability,Fwhether in an action of contract, tort or otherwise, arising from, outDof or in connection with ImageMagick or the use or other dealings inImageMagick.

;Except as contained in this notice, the name of theGImageMagick Studio LLC shall not be used in advertising or otherwise toLpromote the sale, use or other dealings in ImageMagick without prior written3authorization from the ImageMagick Studio.



+Back to Contents  


>

9Image manipulation software that works like magic.