]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Tue, 30 Jul 2013 15:43:21 +0000 (15:43 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Tue, 30 Jul 2013 15:43:21 +0000 (15:43 +0000)
31 files changed:
MagickCore/version.h
MagickWand/animate.c
MagickWand/compare.c
MagickWand/composite.c
MagickWand/convert.c
MagickWand/display.c
MagickWand/identify.c
MagickWand/import.c
MagickWand/mogrify.c
MagickWand/montage.c
configure
utilities/animate.1
utilities/animate.1.in
utilities/compare.1
utilities/compare.1.in
utilities/composite.1
utilities/composite.1.in
utilities/convert.1
utilities/convert.1.in
utilities/display.1
utilities/display.1.in
utilities/identify.1
utilities/identify.1.in
utilities/import.1
utilities/import.1.in
utilities/mogrify.1
utilities/mogrify.1.in
utilities/montage.1
utilities/montage.1.in
utilities/stream.1
utilities/stream.1.in

index afa8525bd4286b484819e3e714ae3d614724a5e0..e89c2392e0170eb265a81eea09b41b6cfe718c55 100644 (file)
@@ -27,7 +27,7 @@ extern "C" {
 */
 #define MagickPackageName "ImageMagick"
 #define MagickCopyright  "Copyright (C) 1999-2013 ImageMagick Studio LLC"
-#define MagickSVNRevision  "12801:12802M"
+#define MagickSVNRevision  "12801:12808M"
 #define MagickLibVersion  0x700
 #define MagickLibVersionText  "7.0.0"
 #define MagickLibVersionNumber  1,0,0
index 4512abbe0b96e41fb9125096efcc399b80b20a7e..8e455131596c75618ac58cb7a5b73758ef7c3b70 100644 (file)
@@ -157,6 +157,7 @@ static MagickBooleanType AnimateUsage(void)
       "-interpolate method  pixel color interpolation method",
       "-limit type value    pixel cache resource limit",
       "-loop iterations     loop images then exit",
+      "-matte               store matte channel if the image has one",
       "-map type            display image using this Standard Colormap",
       "-monitor             monitor progress",
       "-pause               seconds to pause before reanimating",
@@ -168,9 +169,11 @@ static MagickBooleanType AnimateUsage(void)
       "-respect-parentheses settings remain in effect until parenthesis boundary",
       "-sampling-factor geometry",
       "                     horizontal and vertical sampling factor",
+      "-scenes range        image scene range",
       "-seed value          seed a new sequence of pseudo-random numbers",
       "-set attribute value set an image attribute",
       "-size geometry       width and height of image",
+      "-support factor      resize support: > 1.0 is blurry, < 1.0 is sharp",
       "-transparent-color color",
       "                     transparent color",
       "-treedepth value     color tree depth",
index c80a23323c11668e608fb54239e2cce73abbb788..5464810a927fd306ed5ece399020bdad743eb0e4 100644 (file)
@@ -124,7 +124,6 @@ static MagickBooleanType CompareUsage(void)
       "                     de-emphasize pixel differences with this color",
       "-metric type         measure differences between images with this metric",
       "-monitor             monitor progress",
-      "-passphrase filename get the passphrase from this file",
       "-profile filename    add, delete, or apply an image profile",
       "-quality value       JPEG/MIFF/PNG compression level",
       "-quiet               suppress all warning messages",
@@ -140,6 +139,8 @@ static MagickBooleanType CompareUsage(void)
       "                     minimum distortion for (sub)image match",
       "-size geometry       width and height of image",
       "-subimage-search     search for subimage",
+      "-synchronize         synchronize image to storage device",
+      "-taint               declare the image as modified",
       "-transparent-color color",
       "                     transparent color",
       "-type type           image type",
index 9dfb7fdefb544593e06fab16adc4612d77adf964..45116f7fd98dc2bab53624a0e52a111e9a01620e 100644 (file)
@@ -304,6 +304,7 @@ static MagickBooleanType CompositeUsage(void)
       "-interpolate method  pixel color interpolation method",
       "-label string        assign a label to an image",
       "-limit type value    pixel cache resource limit",
+      "-matte               store matte channel if the image has one",
       "-monitor             monitor progress",
       "-page geometry       size and location of an image canvas (setting)",
       "-pointsize value     font point size",
@@ -317,6 +318,7 @@ static MagickBooleanType CompositeUsage(void)
       "-scene value         image scene number",
       "-seed value          seed a new sequence of pseudo-random numbers",
       "-size geometry       width and height of image",
+      "-support factor      resize support: > 1.0 is blurry, < 1.0 is sharp",
       "-synchronize         synchronize image to storage device",
       "-taint               declare the image as modified",
       "-transparent-color color",
index 0cbf3a112774b1b994ebd0117d2c7a4e48a57b6d..dd18d15cb22aa3298f4b23cc0e3936ebc6dc8bfc 100644 (file)
@@ -220,8 +220,6 @@ static MagickBooleanType ConvertUsage(void)
       "-identify            identify the format and characteristics of the image",
       "-ift                 implements the inverse discrete Fourier transform (DFT)",
       "-implode amount      implode image pixels about the center",
-      "-interpolative-resize geometry",
-      "                     resize image using interpolation",
       "-lat geometry        local adaptive thresholding",
       "-level value         adjust the level of image contrast",
       "-level-colors color,color",
@@ -393,6 +391,7 @@ static MagickBooleanType ConvertUsage(void)
       "-limit type value    pixel cache resource limit",
       "-loop iterations     add Netscape loop extension to your GIF animation",
       "-mask filename       associate a mask with the image",
+      "-matte               store matte channel if the image has one",
       "-mattecolor color    frame color",
       "-monitor             monitor progress",
       "-orient type         image orientation",
@@ -416,6 +415,7 @@ static MagickBooleanType ConvertUsage(void)
       "-stroke color        graphic primitive stroke color",
       "-strokewidth value   graphic primitive stroke width",
       "-style type          render text with this font style",
+      "-support factor      resize support: > 1.0 is blurry, < 1.0 is sharp",
       "-synchronize         synchronize image to storage device",
       "-taint               declare the image as modified",
       "-texture filename    name of texture to tile onto the image background",
index 2278b548b85ba109a843239d7b2f742b0aebcb5d..4ed4286b3fbc9fcea2235b59a92a7b25f79f3e47 100644 (file)
@@ -187,6 +187,7 @@ static MagickBooleanType DisplayUsage(void)
       "-limit type value    pixel cache resource limit",
       "-loop iterations     loop images then exit",
       "-map type            display image using this Standard Colormap",
+      "-matte               store matte channel if the image has one",
       "-monitor             monitor progress",
       "-page geometry       size and location of an image canvas",
       "-profile filename    add, delete, or apply an image profile",
@@ -199,9 +200,11 @@ static MagickBooleanType DisplayUsage(void)
       "-respect-parentheses settings remain in effect until parenthesis boundary",
       "-sampling-factor geometry",
       "                     horizontal and vertical sampling factor",
+      "-scenes range        image scene range",
       "-seed value          seed a new sequence of pseudo-random numbers",
       "-set property value  set an image property",
       "-size geometry       width and height of image",
+      "-support factor      resize support: > 1.0 is blurry, < 1.0 is sharp",
       "-texture filename    name of texture to tile onto the image background",
       "-transparent-color color",
       "                     transparent color",
index bd92053252bdc2277e91ea3356b76e53ad22d0c5..15d48b6ac3b57481a86104a3aabf43cee7cdf453 100644 (file)
@@ -137,6 +137,7 @@ static MagickBooleanType IdentifyUsage(void)
       "-interpolate method  pixel color interpolation method",
       "-limit type value    pixel cache resource limit",
       "-mask filename       associate a mask with the image",
+      "-matte               store matte channel if the image has one",
       "-monitor             monitor progress",
       "-ping                efficiently determine image attributes",
       "-quiet               suppress all warning messages",
index ce0e0c4fb0569087e6db7cfefd4fbc8bd62102e2..09a04b9d8eae627e8db6aae6a0e521bc99cdc604 100644 (file)
@@ -172,6 +172,7 @@ static MagickBooleanType ImportUsage(void)
       "-set property value  set an image property",
       "-silent              operate silently, i.e. don't ring any bells ",
       "-snaps value         number of screen snapshots",
+      "-support factor      resize support: > 1.0 is blurry, < 1.0 is sharp",
       "-synchronize         synchronize image to storage device",
       "-taint               declare the image as modified",
       "-transparent-color color",
index 50a77c2d5f374a93b2ae0176c8807cfcf0b8967e..dd5ad2172b7c2198a3429a1f3603c7815a2069fe 100644 (file)
@@ -3327,6 +3327,7 @@ static MagickBooleanType MogrifyUsage(void)
       "                     improve contrast by 'stretching with saturation'",
       "-liquid-rescale geometry",
       "                     rescale image with seam-carving",
+      "-magnify             double the size of the image with pixel art scaling",
       "-median geometry     apply a median filter to the image",
       "-mode geometry       make each pixel the 'predominant color' of the",
       "                     neighborhood",
@@ -3408,6 +3409,7 @@ static MagickBooleanType MogrifyUsage(void)
     },
     *sequence_operators[]=
     {
+      "-affinity filename   transform image colors to match this set of colors",
       "-append              append an image sequence",
       "-clut                apply a color lookup table to the image",
       "-coalesce            merge a sequence of images",
@@ -3486,10 +3488,12 @@ static MagickBooleanType MogrifyUsage(void)
       "-limit type value    pixel cache resource limit",
       "-loop iterations     add Netscape loop extension to your GIF animation",
       "-mask filename       associate a mask with the image",
+      "-matte               store matte channel if the image has one",
       "-mattecolor color    frame color",
       "-monitor             monitor progress",
       "-orient type         image orientation",
       "-page geometry       size and location of an image canvas (setting)",
+      "-path path           write images to this path on disk",
       "-ping                efficiently determine image attributes",
       "-pointsize value     font point size",
       "-precision value     maximum number of significant digits to print",
index 2b0f737cf91ce446e15abdeba17f88bee2a011dd..e8116e1ee101e622e6a7330a11d9f1bdee8ea870 100644 (file)
@@ -100,7 +100,7 @@ static MagickBooleanType MontageUsage(void)
     {
       "-adaptive-sharpen geometry",
       "                     adaptively sharpen pixels; increase effect near edges",
-      " annotate geometry text",
+      "-annotate geometry text",
       "                     annotate the image with text",
       "-auto-orient         automagically orient image",
       "-blur geometry      reduce image noise and reduce detail levels",
@@ -166,6 +166,7 @@ static MagickBooleanType MontageUsage(void)
       "-kerning value       set the space between two letters",
       "-label string        assign a label to an image",
       "-limit type value    pixel cache resource limit",
+      "-matte               store matte channel if the image has one",
       "-mattecolor color    frame color",
       "-mode type           framing style",
       "-monitor             monitor progress",
@@ -186,6 +187,7 @@ static MagickBooleanType MontageUsage(void)
       "-shadow              add a shadow beneath a tile to simulate depth",
       "-size geometry       width and height of image",
       "-stroke color        color to use when stroking a graphic primitive",
+      "-support factor      resize support: > 1.0 is blurry, < 1.0 is sharp",
       "-synchronize         synchronize image to storage device",
       "-taint               declare the image as modified",
       "-texture filename    name of texture to tile onto the image background",
index a2e29e9d5e45e360d13e00f5dfcd93f500135c14..c26e979eca349bdbeee439776fd14fd17b9909ea 100755 (executable)
--- a/configure
+++ b/configure
@@ -3686,7 +3686,7 @@ MAGICK_PATCHLEVEL_VERSION=0
 
 MAGICK_VERSION=7.0.0-0
 
-MAGICK_SVN_REVISION=12801:12802M
+MAGICK_SVN_REVISION=12801:12808M
 
 
 # Substitute library versioning
index a5be969903930ce9f3c2c1bed8f5ce304f306f3d..c2db44a37fbf2acd44e52732b16813f3fab3c6a6 100644 (file)
@@ -10,6 +10,8 @@ The \fBanimate\fP program is a member of the ImageMagick(1) suite of tools.  Use
 For more information about the animate command, point your browser to file:///usr/share/doc/ImageMagick-7/www/animate.html or http://www.imagemagick.org/script/animate.php.
 .SH DESCRIPTION
 Image Settings:
+  \-alpha option        on, activate, off, deactivate, set, opaque, copy
+                        transparent, extract, background, or shape
   \-authenticate value  decrypt image with this password
   \-backdrop            display image centered on a backdrop
   \-channel type        apply option to select image channels
@@ -24,6 +26,7 @@ Image Settings:
   \-display server      display image to this X server
   \-dispose method      layer disposal method
   \-dither method       apply error diffusion to image
+  \-filter type         use this filter when resizing an image
   \-format "string"     output formatted image characteristics
   \-gamma value         level of gamma correction
   \-geometry geometry   preferred size and location of the Image window
@@ -43,6 +46,7 @@ Image Settings:
   \-quiet               suppress all warning messages
   \-regard-warnings     pay attention to warning messages
   \-remote command      execute a command in an remote display process
+  \-respect-parentheses settings remain in effect until parenthesis boundary
   \-sampling-factor geometry
                        horizontal and vertical sampling factor
   \-scenes range        image scene range
@@ -69,6 +73,7 @@ Image Operators:
   \-resize geometry     resize the image
   \-rotate degrees      apply Paeth rotation to the image
   \-strip               strip image of all profiles and comments
+  \-thumbnail geometry  create a thumbnail of the image
   \-trim                trim image edges
 
 Image Sequence Operators:
index bfcdb4238f9170394591a38bda96309f8f7aa5a8..c0c7d939121b2cb1820f23892cf59b215d4987e0 100644 (file)
@@ -10,6 +10,8 @@ The \fBanimate\fP program is a member of the ImageMagick(1) suite of tools.  Use
 For more information about the animate command, point your browser to file://@DOCUMENTATION_PATH@/www/animate.html or http://www.imagemagick.org/script/animate.php.
 .SH DESCRIPTION
 Image Settings:
+  \-alpha option        on, activate, off, deactivate, set, opaque, copy
+                        transparent, extract, background, or shape
   \-authenticate value  decrypt image with this password
   \-backdrop            display image centered on a backdrop
   \-channel type        apply option to select image channels
@@ -24,6 +26,7 @@ Image Settings:
   \-display server      display image to this X server
   \-dispose method      layer disposal method
   \-dither method       apply error diffusion to image
+  \-filter type         use this filter when resizing an image
   \-format "string"     output formatted image characteristics
   \-gamma value         level of gamma correction
   \-geometry geometry   preferred size and location of the Image window
@@ -43,6 +46,7 @@ Image Settings:
   \-quiet               suppress all warning messages
   \-regard-warnings     pay attention to warning messages
   \-remote command      execute a command in an remote display process
+  \-respect-parentheses settings remain in effect until parenthesis boundary
   \-sampling-factor geometry
                        horizontal and vertical sampling factor
   \-scenes range        image scene range
@@ -69,6 +73,7 @@ Image Operators:
   \-resize geometry     resize the image
   \-rotate degrees      apply Paeth rotation to the image
   \-strip               strip image of all profiles and comments
+  \-thumbnail geometry  create a thumbnail of the image
   \-trim                trim image edges
 
 Image Sequence Operators:
index 10687f3131e68d16664a5554a0d6786c47afd952..505b37d1c131e9cb44af4de9603313cd9ddfad68 100644 (file)
@@ -10,6 +10,8 @@ The \fBcompare\fP program is a member of the ImageMagick(1) suite of tools.  Use
 For more information about the compare command, point your browser to file:///usr/share/doc/ImageMagick-7/www/compare.html or http://www.imagemagick.org/script/compare.php.
 .SH DESCRIPTION
 Image Settings:
+  \-alpha option        on, activate, off, deactivate, set, opaque, copy
+  \                     transparent, extract, background, or shape
   \-authenticate value  decrypt image with this password
   \-channel type        apply option to select image channels
   \-colorspace type     alternate image colorspace
@@ -40,12 +42,13 @@ Image Settings:
   \-quiet               suppress all warning messages
   \-quantize colorspace reduce colors in this colorspace
   \-regard-warnings     pay attention to warning messages
+  \-respect-parentheses settings remain in effect until parenthesis boundary
   \-sampling-factor geometry
                        horizontal and vertical sampling factor
   \-seed value          seed a new sequence of pseudo-random numbers
   \-set attribute value set an image attribute
   \-similarity-threshold value
-                        minumum distortion for (sub)image match
+                        minimum distortion for (sub)image match
   \-size geometry       width and height of image
   \-subimage-search     search for subimage
   \-synchronize         synchronize image to storage device
index 45f87975075fe1b31d6b8de55385339938ae8014..5fba1dda8065c92a61da45d4db8365c299c07bad 100644 (file)
@@ -10,6 +10,8 @@ The \fBcompare\fP program is a member of the ImageMagick(1) suite of tools.  Use
 For more information about the compare command, point your browser to file://@DOCUMENTATION_PATH@/www/compare.html or http://www.imagemagick.org/script/compare.php.
 .SH DESCRIPTION
 Image Settings:
+  \-alpha option        on, activate, off, deactivate, set, opaque, copy
+  \                     transparent, extract, background, or shape
   \-authenticate value  decrypt image with this password
   \-channel type        apply option to select image channels
   \-colorspace type     alternate image colorspace
@@ -40,12 +42,13 @@ Image Settings:
   \-quiet               suppress all warning messages
   \-quantize colorspace reduce colors in this colorspace
   \-regard-warnings     pay attention to warning messages
+  \-respect-parentheses settings remain in effect until parenthesis boundary
   \-sampling-factor geometry
                        horizontal and vertical sampling factor
   \-seed value          seed a new sequence of pseudo-random numbers
   \-set attribute value set an image attribute
   \-similarity-threshold value
-                        minumum distortion for (sub)image match
+                        minimum distortion for (sub)image match
   \-size geometry       width and height of image
   \-subimage-search     search for subimage
   \-synchronize         synchronize image to storage device
index 68bbbe9e201b4d8e4f49a6834646282691b88732..d79f067855896f4b2aa1720f2206d13270c1c480 100644 (file)
@@ -11,6 +11,8 @@ For more information about the composite command, point your browser to file:///
 .SH DESCRIPTION
 Image Settings:
   \-affine matrix       affine transform matrix
+  \-alpha option        on, activate, off, deactivate, set, opaque, copy
+  \                     transparent, extract, background, or shape
   \-authenticate value  decrypt image with this password
   \-blue-primary point  chromaticity blue primary point
   \-channel type        apply option to select image channels
@@ -46,6 +48,7 @@ Image Settings:
   \-quiet               suppress all warning messages
   \-red-primary point   chromaticity red primary point
   \-regard-warnings     pay attention to warning messages
+  \-respect-parentheses settings remain in effect until parenthesis boundary
   \-sampling-factor geometry
                        horizontal and vertical sampling factor
   \-scene value         image scene number
@@ -66,9 +69,12 @@ Image Settings:
 
 Image Operators:
   \-blend geometry      blend images
+  \-border geometry     surround image with a border of color
+  \-bordercolor color   border color
   \-colors value        preferred number of colors in the image
   \-displace geometry   shift image pixels defined by a displacement map
   \-dissolve value      dissolve the two images a given percent
+  \-distort geometry    shift lookup according to a absolute distortion map
   \-extract geometry    extract area from image
   \-geometry geometry   location of the composite image
   \-identify            identify the format and characteristics of the image
@@ -80,6 +86,7 @@ Image Operators:
   \-rotate degrees      apply Paeth rotation to the image
   \-resize geometry     resize the image
   \-sharpen geometry    sharpen the image
+  \-shave geometry      shave pixels from the image edges
   \-stegano offset      hide watermark within an image
   \-stereo              combine two image to create a stereo anaglyph
   \-strip               strip image of all profiles and comments
@@ -90,6 +97,9 @@ Image Operators:
   \-watermark geometry  percent brightness and saturation of a watermark
   \-write filename      write images to this file
 
+Image Stack Operators:
+  \-swap indexes        swap two images in the image sequence
+
 Miscellaneous Options:
   \-debug events        display copious debugging information
   \-help                print program options
index 14cee47ac7c883ecb31b4552931783965a775336..6d4d742ea237464e18a4e2104dc263779f6d61cc 100644 (file)
@@ -11,6 +11,8 @@ For more information about the composite command, point your browser to file://@
 .SH DESCRIPTION
 Image Settings:
   \-affine matrix       affine transform matrix
+  \-alpha option        on, activate, off, deactivate, set, opaque, copy
+  \                     transparent, extract, background, or shape
   \-authenticate value  decrypt image with this password
   \-blue-primary point  chromaticity blue primary point
   \-channel type        apply option to select image channels
@@ -46,6 +48,7 @@ Image Settings:
   \-quiet               suppress all warning messages
   \-red-primary point   chromaticity red primary point
   \-regard-warnings     pay attention to warning messages
+  \-respect-parentheses settings remain in effect until parenthesis boundary
   \-sampling-factor geometry
                        horizontal and vertical sampling factor
   \-scene value         image scene number
@@ -66,9 +69,12 @@ Image Settings:
 
 Image Operators:
   \-blend geometry      blend images
+  \-border geometry     surround image with a border of color
+  \-bordercolor color   border color
   \-colors value        preferred number of colors in the image
   \-displace geometry   shift image pixels defined by a displacement map
   \-dissolve value      dissolve the two images a given percent
+  \-distort geometry    shift lookup according to a absolute distortion map
   \-extract geometry    extract area from image
   \-geometry geometry   location of the composite image
   \-identify            identify the format and characteristics of the image
@@ -80,6 +86,7 @@ Image Operators:
   \-rotate degrees      apply Paeth rotation to the image
   \-resize geometry     resize the image
   \-sharpen geometry    sharpen the image
+  \-shave geometry      shave pixels from the image edges
   \-stegano offset      hide watermark within an image
   \-stereo              combine two image to create a stereo anaglyph
   \-strip               strip image of all profiles and comments
@@ -90,6 +97,9 @@ Image Operators:
   \-watermark geometry  percent brightness and saturation of a watermark
   \-write filename      write images to this file
 
+Image Stack Operators:
+  \-swap indexes        swap two images in the image sequence
+
 Miscellaneous Options:
   \-debug events        display copious debugging information
   \-help                print program options
index 1259714709fb222413124f5d1c76813026c2973f..8f24f16b708b9b874ca253b71363426974a9e5fc 100644 (file)
@@ -12,8 +12,10 @@ For more information about the convert command, point your browser to file:///us
 Image Settings:
   \-adjoin              join images into a single multi-image file
   \-affine matrix       affine transform matrix
+  \-alpha option        activate, deactivate, reset, or set the alpha channel
   \-antialias           remove pixel-aliasing
   \-authenticate value  decrypt image with this password
+  \-attenuate value     lessen (or intensify) when adding noise to an image
   \-background color    background color
   \-bias value          add bias when convolving an image
   \-black-point-compensation
@@ -54,9 +56,14 @@ Image Settings:
   \-fuzz distance       colors within this distance are considered equal
   \-gravity type        horizontal and vertical text placement
   \-green-primary point chromaticity green primary point
+  \-intensity method    method to generate intensity value from pixel
   \-intent type         type of rendering intent when managing the image color
   \-interlace type      type of image interlacing scheme
+  \-interline-spacing value
+  \                     set the space between two text lines
   \-interpolate method  pixel color interpolation method
+  \-interword-spacing value
+  \                     set the space between two words
   \-kerning value       set the space between two letters
   \-label string        assign a label to an image
   \-limit type value    pixel cache resource limit
@@ -66,15 +73,17 @@ Image Settings:
   \-mattecolor color    frame color
   \-monitor             monitor progress
   \-orient type         image orientation
-  \-origin geometry     image origin
   \-page geometry       size and location of an image canvas (setting)
   \-ping                efficiently determine image attributes
   \-pointsize value     font point size
+  \-precision value     maximum number of significant digits to print
   \-preview type        image preview type
   \-quality value       JPEG/MIFF/PNG compression level
   \-quiet               suppress all warning messages
   \-red-primary point   chromaticity red primary point
   \-regard-warnings     pay attention to warning messages
+  \-remap filename      transform image colors to match this set of colors
+  \-respect-parentheses settings remain in effect until parenthesis boundary
   \-sampling-factor geometry
                        horizontal and vertical sampling factor
   \-scene value         image scene number
@@ -113,14 +122,23 @@ Image Operators:
                        adaptively sharpen pixels; increase effect near edges
   \-annotate geometry text
                        annotate the image with text
+  \-auto-gamma          automagically adjust gamma level of image
+  \-auto-level          automagically adjust color levels of image
   \-auto-orient         automatically orient image
+  \-bench iterations    measure performance
   \-black-threshold value
                        force all pixels below the threshold into black
+  \-blue-shift factor   simulate a scene at nighttime in the moonlight
   \-blur geometry       reduce image noise and reduce detail levels
   \-border geometry     surround image with a border of color
+  \-brightness-contrast geometry
+  \                     improve brightness / contrast of the image
   \-charcoal radius     simulate a charcoal drawing
   \-chop geometry       remove pixels from the image interior
   \-clamp               keep pixel values in range (0-QuantumRange)
+  \-clip                clip along the first path from the 8BIM profile
+  \-clip-mask filename  associate a clip mask with the image
+  \-clip-path id        clip along a named path from the 8BIM profile
   \-colorize value      colorize the image with the fill color
   \-color-matrix matrix apply color correction to the image
   \-contrast            enhance or reduce the image contrast
@@ -129,7 +147,10 @@ Image Operators:
   \-convolve coefficients
                        apply a convolution kernel to the image
   \-cycle amount        cycle the image colormap
+  \-deskew threshold    straighten an image
   \-despeckle           reduce the speckles within an image
+  \-distort method args
+  \                     distort images according to given method ad args
   \-draw string         annotate the image with a graphic primitive
   \-edge radius         apply a filter to detect edges in the image
   \-emboss radius       emboss an image
@@ -157,9 +178,12 @@ Image Operators:
   \-lat geometry        local adaptive thresholding
   \-layers method       optimize or compare image layers
   \-level value         adjust the level of image contrast
+  \-level-colors color,color
+  \                     level image with the given colors
   \-linear-stretch geometry
                        improve contrast by `stretching with saturation' the intensity range
-  \-magnify             double the size of the image with pixel art scaling
+  \-liquid-rescale geometry
+  \                     rescale image with seam-carving
   \-median geometry     apply a median filter to the image
   \-mode geometry       make each pixel the 'predominant color' of the neighborhood
   \-modulate value      vary the brightness, saturation, and hue
@@ -210,6 +234,8 @@ Image Operators:
                        lightness rescaling using sigmoidal contrast enhancement
   \-sketch geometry     simulate a pencil sketch
   \-solarize threshold  negate all pixels above the threshold level
+  \-sparse-color method args
+  \                     fill in a image based on a few color points
   \-splice geometry     splice the background color into the image
   \-spread amount       displace image pixels by a random amount
   \-strip               strip image of all profiles and comments
@@ -233,15 +259,11 @@ Image Operators:
 
 
 Image Channel Operators:
-  \-channel-extract channel-list
-                        extract the channels in order
-  \-channel-inject channel-list
-                        inject the channels in order
-  \-channel-swap channel,channel
-                        swap the channels
+  \-channel-fx expression
+                       exchange, extract, or transfer one or more image channels
+  \-separate            separate an image channel into a grayscale image
 
 Image Sequence Operators:
-  \-affinity filename   transform image colors to match this set of colors
   \-append              append an image sequence top to bottom (use +append for left to right)
   \-clut                apply a color lookup table to the image
   \-coalesce            merge a sequence of images
@@ -255,10 +277,9 @@ Image Sequence Operators:
   \-fx expression       apply mathematical expression to an image channel(s)
   \-hald-clut           apply a Hald color lookup table to the image
   \-morph value         morph an image sequence
-  \- osaic              create a mosaic from an image sequence
+  \-mosaic              create a mosaic from an image sequence
   \-poly terms          build a polynomial from the image sequence and the corresponding terms (coefficients and degree pairs)
   \-process arguments   process the image with a custom image filter
-  \-separate            separate an image channel into a grayscale image
   \-smush geometry      smush an image sequence together
   \-write filename      write images to this file
 
@@ -268,10 +289,13 @@ Image Stack Operators:
   \-duplicate count,indexes
                        duplicate an image one or more times
   \-insert index        insert last image into the image sequence
+  \-reverse             reverse image sequence
   \-swap indexes        swap two images in the image sequence
 
 Miscellaneous Options:
   \-debug events        display copious debugging information
+  \-distribute-cache port
+                       distributed pixel cache spanning one or more servers
   \-help                print program options
   \-log format          format of debugging information
   \-list type           print a list of supported option arguments
index ad058d867aaaee0f8d3d53cf27e31a12e57e73d5..48d0196b1d8f383fdede52fc273d66d1bd54ae73 100644 (file)
@@ -12,8 +12,10 @@ For more information about the convert command, point your browser to file://@DO
 Image Settings:
   \-adjoin              join images into a single multi-image file
   \-affine matrix       affine transform matrix
+  \-alpha option        activate, deactivate, reset, or set the alpha channel
   \-antialias           remove pixel-aliasing
   \-authenticate value  decrypt image with this password
+  \-attenuate value     lessen (or intensify) when adding noise to an image
   \-background color    background color
   \-bias value          add bias when convolving an image
   \-black-point-compensation
@@ -54,9 +56,14 @@ Image Settings:
   \-fuzz distance       colors within this distance are considered equal
   \-gravity type        horizontal and vertical text placement
   \-green-primary point chromaticity green primary point
+  \-intensity method    method to generate intensity value from pixel
   \-intent type         type of rendering intent when managing the image color
   \-interlace type      type of image interlacing scheme
+  \-interline-spacing value
+  \                     set the space between two text lines
   \-interpolate method  pixel color interpolation method
+  \-interword-spacing value
+  \                     set the space between two words
   \-kerning value       set the space between two letters
   \-label string        assign a label to an image
   \-limit type value    pixel cache resource limit
@@ -66,15 +73,17 @@ Image Settings:
   \-mattecolor color    frame color
   \-monitor             monitor progress
   \-orient type         image orientation
-  \-origin geometry     image origin
   \-page geometry       size and location of an image canvas (setting)
   \-ping                efficiently determine image attributes
   \-pointsize value     font point size
+  \-precision value     maximum number of significant digits to print
   \-preview type        image preview type
   \-quality value       JPEG/MIFF/PNG compression level
   \-quiet               suppress all warning messages
   \-red-primary point   chromaticity red primary point
   \-regard-warnings     pay attention to warning messages
+  \-remap filename      transform image colors to match this set of colors
+  \-respect-parentheses settings remain in effect until parenthesis boundary
   \-sampling-factor geometry
                        horizontal and vertical sampling factor
   \-scene value         image scene number
@@ -113,14 +122,23 @@ Image Operators:
                        adaptively sharpen pixels; increase effect near edges
   \-annotate geometry text
                        annotate the image with text
+  \-auto-gamma          automagically adjust gamma level of image
+  \-auto-level          automagically adjust color levels of image
   \-auto-orient         automatically orient image
+  \-bench iterations    measure performance
   \-black-threshold value
                        force all pixels below the threshold into black
+  \-blue-shift factor   simulate a scene at nighttime in the moonlight
   \-blur geometry       reduce image noise and reduce detail levels
   \-border geometry     surround image with a border of color
+  \-brightness-contrast geometry
+  \                     improve brightness / contrast of the image
   \-charcoal radius     simulate a charcoal drawing
   \-chop geometry       remove pixels from the image interior
   \-clamp               keep pixel values in range (0-QuantumRange)
+  \-clip                clip along the first path from the 8BIM profile
+  \-clip-mask filename  associate a clip mask with the image
+  \-clip-path id        clip along a named path from the 8BIM profile
   \-colorize value      colorize the image with the fill color
   \-color-matrix matrix apply color correction to the image
   \-contrast            enhance or reduce the image contrast
@@ -129,7 +147,10 @@ Image Operators:
   \-convolve coefficients
                        apply a convolution kernel to the image
   \-cycle amount        cycle the image colormap
+  \-deskew threshold    straighten an image
   \-despeckle           reduce the speckles within an image
+  \-distort method args
+  \                     distort images according to given method ad args
   \-draw string         annotate the image with a graphic primitive
   \-edge radius         apply a filter to detect edges in the image
   \-emboss radius       emboss an image
@@ -157,9 +178,12 @@ Image Operators:
   \-lat geometry        local adaptive thresholding
   \-layers method       optimize or compare image layers
   \-level value         adjust the level of image contrast
+  \-level-colors color,color
+  \                     level image with the given colors
   \-linear-stretch geometry
                        improve contrast by `stretching with saturation' the intensity range
-  \-magnify             double the size of the image with pixel art scaling
+  \-liquid-rescale geometry
+  \                     rescale image with seam-carving
   \-median geometry     apply a median filter to the image
   \-mode geometry       make each pixel the 'predominant color' of the neighborhood
   \-modulate value      vary the brightness, saturation, and hue
@@ -210,6 +234,8 @@ Image Operators:
                        lightness rescaling using sigmoidal contrast enhancement
   \-sketch geometry     simulate a pencil sketch
   \-solarize threshold  negate all pixels above the threshold level
+  \-sparse-color method args
+  \                     fill in a image based on a few color points
   \-splice geometry     splice the background color into the image
   \-spread amount       displace image pixels by a random amount
   \-strip               strip image of all profiles and comments
@@ -233,15 +259,11 @@ Image Operators:
 
 
 Image Channel Operators:
-  \-channel-extract channel-list
-                        extract the channels in order
-  \-channel-inject channel-list
-                        inject the channels in order
-  \-channel-swap channel,channel
-                        swap the channels
+  \-channel-fx expression
+                       exchange, extract, or transfer one or more image channels
+  \-separate            separate an image channel into a grayscale image
 
 Image Sequence Operators:
-  \-affinity filename   transform image colors to match this set of colors
   \-append              append an image sequence top to bottom (use +append for left to right)
   \-clut                apply a color lookup table to the image
   \-coalesce            merge a sequence of images
@@ -255,10 +277,9 @@ Image Sequence Operators:
   \-fx expression       apply mathematical expression to an image channel(s)
   \-hald-clut           apply a Hald color lookup table to the image
   \-morph value         morph an image sequence
-  \- osaic              create a mosaic from an image sequence
+  \-mosaic              create a mosaic from an image sequence
   \-poly terms          build a polynomial from the image sequence and the corresponding terms (coefficients and degree pairs)
   \-process arguments   process the image with a custom image filter
-  \-separate            separate an image channel into a grayscale image
   \-smush geometry      smush an image sequence together
   \-write filename      write images to this file
 
@@ -268,10 +289,13 @@ Image Stack Operators:
   \-duplicate count,indexes
                        duplicate an image one or more times
   \-insert index        insert last image into the image sequence
+  \-reverse             reverse image sequence
   \-swap indexes        swap two images in the image sequence
 
 Miscellaneous Options:
   \-debug events        display copious debugging information
+  \-distribute-cache port
+                       distributed pixel cache spanning one or more servers
   \-help                print program options
   \-log format          format of debugging information
   \-list type           print a list of supported option arguments
index f44c0216c24cab7189fe378e512b74ecc8301582..b760e4a8d703ea11f3d8f7496478130d8fea0763 100644 (file)
@@ -10,6 +10,8 @@ The \fBdisplay\fP program is a member of the ImageMagick(1) suite of tools.  Use
 For more information about the display command, point your browser to file:///usr/share/doc/ImageMagick-7/www/display.html or http://www.imagemagick.org/script/display.php.
 .SH DESCRIPTION
 Image Settings:
+  \-alpha option        on, activate, off, deactivate, set, opaque, copy
+  \                     transparent, extract, background, or shape
   \-antialias           remove pixel-aliasing
   \-authenticate value  decrypt image with this password
   \-backdrop            display image centered on a backdrop
@@ -19,6 +21,7 @@ Image Settings:
   \-comment string      annotate image with comment
   \-compress type       type of pixel compression when writing the image
   \-decipher filename   convert cipher pixels to plain pixels
+  \-deskew threshold    straighten an image
   \-define format:option
                        define one or more image format options
   \-delay value         display the next image after pausing
@@ -52,6 +55,7 @@ Image Settings:
   \-regard-warnings     pay attention to warning messages
   \-remote command      execute a command in an remote display process
   \-repage geometry     size and location of an image canvas (operator)
+  \-respect-parentheses settings remain in effect until parenthesis boundary
   \-sampling-factor geometry
                        horizontal and vertical sampling factor
   \-scenes range        image scene range
@@ -90,6 +94,7 @@ Image Operators:
   \-gamma value         level of gamma correction
   \-monochrome          transform image to black and white
   \-negate              replace each pixel with its complementary color
+  \-normalize           transform image to span the full range of colors
   \-raise value         lighten/darken image edges to create a 3-D effect
   \-resample geometry   change the resolution of an image
   \-resize geometry     resize the image
@@ -99,6 +104,8 @@ Image Operators:
   \-segment value       segment an image
   \-sharpen geometry    sharpen the image
   \-strip               strip image of all profiles and comments
+  \-threshold value     threshold the image
+  \-thumbnail geometry  create a thumbnail of the image
   \-trim                trim image edges
 
 Image Sequence Operators:
index a22f1fad929d3e1c5492f5b3f15337f8c1ccc7e0..2dbfe0b4a7557287d79bddc689a9efa6751f202c 100644 (file)
@@ -10,6 +10,8 @@ The \fBdisplay\fP program is a member of the ImageMagick(1) suite of tools.  Use
 For more information about the display command, point your browser to file://@DOCUMENTATION_PATH@/www/display.html or http://www.imagemagick.org/script/display.php.
 .SH DESCRIPTION
 Image Settings:
+  \-alpha option        on, activate, off, deactivate, set, opaque, copy
+  \                     transparent, extract, background, or shape
   \-antialias           remove pixel-aliasing
   \-authenticate value  decrypt image with this password
   \-backdrop            display image centered on a backdrop
@@ -19,6 +21,7 @@ Image Settings:
   \-comment string      annotate image with comment
   \-compress type       type of pixel compression when writing the image
   \-decipher filename   convert cipher pixels to plain pixels
+  \-deskew threshold    straighten an image
   \-define format:option
                        define one or more image format options
   \-delay value         display the next image after pausing
@@ -52,6 +55,7 @@ Image Settings:
   \-regard-warnings     pay attention to warning messages
   \-remote command      execute a command in an remote display process
   \-repage geometry     size and location of an image canvas (operator)
+  \-respect-parentheses settings remain in effect until parenthesis boundary
   \-sampling-factor geometry
                        horizontal and vertical sampling factor
   \-scenes range        image scene range
@@ -90,6 +94,7 @@ Image Operators:
   \-gamma value         level of gamma correction
   \-monochrome          transform image to black and white
   \-negate              replace each pixel with its complementary color
+  \-normalize           transform image to span the full range of colors
   \-raise value         lighten/darken image edges to create a 3-D effect
   \-resample geometry   change the resolution of an image
   \-resize geometry     resize the image
@@ -99,6 +104,8 @@ Image Operators:
   \-segment value       segment an image
   \-sharpen geometry    sharpen the image
   \-strip               strip image of all profiles and comments
+  \-threshold value     threshold the image
+  \-thumbnail geometry  create a thumbnail of the image
   \-trim                trim image edges
 
 Image Sequence Operators:
index 8abe29006a65ea70b5f11b191b5127424c3cdd02..4fb2c8e49116ba69083d81b100a3b86f61036d07 100644 (file)
@@ -10,12 +10,15 @@ The \fBidentify\fP program is a member of the ImageMagick(1) suite of tools.  It
 For more information about the identify command, point your browser to file:///usr/share/doc/ImageMagick-7/www/identify.html or http://www.imagemagick.org/script/identify.php.
 .SH DESCRIPTION
 Image Settings:
+  \-alpha option        on, activate, off, deactivate, set, opaque, copy
+                       transparent, extract, background, or shape
   \-antialias           remove pixel-aliasing
   \-authenticate value  decrypt image with this password
   \-channel type        apply option to select image channels
   \-clip                clip along the first path from the 8BIM profile
   \-clip-mask filename  associate a clip mask with the image
   \-clip-path id        clip along a named path from the 8BIM profile
+  \-colorspace type     alternate image colorspace
   \-crop geometry       cut out a rectangular region of the image
   \-define format:option
                        define one or more image format options
@@ -27,6 +30,7 @@ Image Settings:
   \-features distance   analyze image features (e.g. contrast, correlation)
   \-format "string"     output formatted image characteristics
   \-fuzz distance       colors within this distance are considered equal
+  \-gamma value         of gamma correction
   \-interlace type      type of image interlacing scheme
   \-interpolate method  pixel color interpolation method
   \-limit type value    pixel cache resource limit
@@ -38,6 +42,7 @@ Image Settings:
   \-ping                efficiently determine image attributes
   \-quiet               suppress all warning messages
   \-regard-warnings     pay attention to warning messages
+  \-respect-parentheses settings remain in effect until parenthesis boundary
   \-sampling-factor geometry
                        horizontal and vertical sampling factor
   \-seed value          seed a new sequence of pseudo-random numbers
@@ -56,8 +61,8 @@ Image Operators:
 Miscellaneous Options:
   \-debug events        display copious debugging information
   \-help                print program options
-  \-log format          format of debugging information
   \-list type           print a list of supported option arguments
+  \-log format          format of debugging information
   \-version             print version information
 
 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.
index b635cdfacc98485e657db314208e711968a8e0f0..6707294e07f9f19e01725cb9c8d9e5fb42c9ab21 100644 (file)
@@ -10,12 +10,15 @@ The \fBidentify\fP program is a member of the ImageMagick(1) suite of tools.  It
 For more information about the identify command, point your browser to file://@DOCUMENTATION_PATH@/www/identify.html or http://www.imagemagick.org/script/identify.php.
 .SH DESCRIPTION
 Image Settings:
+  \-alpha option        on, activate, off, deactivate, set, opaque, copy
+                       transparent, extract, background, or shape
   \-antialias           remove pixel-aliasing
   \-authenticate value  decrypt image with this password
   \-channel type        apply option to select image channels
   \-clip                clip along the first path from the 8BIM profile
   \-clip-mask filename  associate a clip mask with the image
   \-clip-path id        clip along a named path from the 8BIM profile
+  \-colorspace type     alternate image colorspace
   \-crop geometry       cut out a rectangular region of the image
   \-define format:option
                        define one or more image format options
@@ -27,6 +30,7 @@ Image Settings:
   \-features distance   analyze image features (e.g. contrast, correlation)
   \-format "string"     output formatted image characteristics
   \-fuzz distance       colors within this distance are considered equal
+  \-gamma value         of gamma correction
   \-interlace type      type of image interlacing scheme
   \-interpolate method  pixel color interpolation method
   \-limit type value    pixel cache resource limit
@@ -38,6 +42,7 @@ Image Settings:
   \-ping                efficiently determine image attributes
   \-quiet               suppress all warning messages
   \-regard-warnings     pay attention to warning messages
+  \-respect-parentheses settings remain in effect until parenthesis boundary
   \-sampling-factor geometry
                        horizontal and vertical sampling factor
   \-seed value          seed a new sequence of pseudo-random numbers
@@ -56,8 +61,8 @@ Image Operators:
 Miscellaneous Options:
   \-debug events        display copious debugging information
   \-help                print program options
-  \-log format          format of debugging information
   \-list type           print a list of supported option arguments
+  \-log format          format of debugging information
   \-version             print version information
 
 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.
index 11426cae03c0826f5e208bb62173a4e499aa18bd..b1f3f4141c9a7443ad62337c17a7a147f3bb535a 100644 (file)
@@ -28,6 +28,7 @@ Image Settings:
   \-encipher filename   convert plain pixels to cipher pixels
   \-endian type         endianness (MSB or LSB) of the image
   \-encoding type       text encoding type
+  \-filter type         use this filter when resizing an image
   \-format "string"     output formatted image characteristics
   \-frame               include window manager frame
   \-gravity direction   which direction to gravitate towards
@@ -43,6 +44,7 @@ Image Settings:
   \-quality value       JPEG/MIFF/PNG compression level
   \-quiet               suppress all warning messages
   \-regard-warnings     pay attention to warning messages
+  \-respect-parentheses settings remain in effect until parenthesis boundary
   \-sampling-factor geometry
                        horizontal and vertical sampling factor
   \-scene value         image scene number
index 3c4ce9d5676fd62e6fc0a9f3d9834e74adc46ced..7f8a01b69705efaead3e39efe8f1d636ab79b8fc 100644 (file)
@@ -28,6 +28,7 @@ Image Settings:
   \-encipher filename   convert plain pixels to cipher pixels
   \-endian type         endianness (MSB or LSB) of the image
   \-encoding type       text encoding type
+  \-filter type         use this filter when resizing an image
   \-format "string"     output formatted image characteristics
   \-frame               include window manager frame
   \-gravity direction   which direction to gravitate towards
@@ -43,6 +44,7 @@ Image Settings:
   \-quality value       JPEG/MIFF/PNG compression level
   \-quiet               suppress all warning messages
   \-regard-warnings     pay attention to warning messages
+  \-respect-parentheses settings remain in effect until parenthesis boundary
   \-sampling-factor geometry
                        horizontal and vertical sampling factor
   \-scene value         image scene number
index 04ba4434a0ade3aae1f182223a392b0c6dc7ebb6..824d5f21d019a693d2f8635ff3e59b603e66f52c 100644 (file)
@@ -14,6 +14,7 @@ Image Settings:
   \-affine matrix       affine transform matrix
   \-antialias           remove pixel-aliasing
   \-authenticate value  decrypt image with this password
+  \-attenuate value     lessen (or intensify) when adding noise to an image
   \-background color    background color
   \-bias value          add bias when convolving an image
   \-black-point-compensation
@@ -52,9 +53,12 @@ Image Settings:
   \-fuzz distance       colors within this distance are considered equal
   \-gravity type        horizontal and vertical text placement
   \-green-primary point chromaticity green primary point
+  \-intensity method    method to generate intensity value from pixel
   \-intent type         type of rendering intent when managing the image color
   \-interlace type      type of image interlacing scheme
+  \-interline-spacing   value set the space between two text lines
   \-interpolate method  pixel color interpolation method
+  \-interword-spacing   value set the space between two words
   \-kerning value       set the space between two letters
   \-label string        assign a label to an image
   \-limit type value    pixel cache resource limit
@@ -66,18 +70,20 @@ Image Settings:
   \-morphology method kernel
                        apply a morphology method to the image
   \-orient type         image orientation
-  \-origin geometry     image origin
   \-page geometry       size and location of an image canvas (setting)
   \-path path           write images to this path on disk
   \-perceptible epsilon
                        pixel value less than |epsilon| become epsilon or -epsilon
   \-ping                efficiently determine image attributes
   \-pointsize value     font point size
+  \-precision value     maximum number of significant digits to print
   \-preview type        image preview type
   \-quality value       JPEG/MIFF/PNG compression level
   \-quiet               suppress all warning messages
   \-red-primary point   chromaticity red primary point
   \-regard-warnings     pay attention to warning messages
+  \-remap filename      transform image colors to match this set of colors
+  \-respect-parentheses settings remain in effect until parenthesis boundary
   \-sampling-factor geometry
                        horizontal and vertical sampling factor
   \-scene value         image scene number
@@ -87,7 +93,6 @@ Image Settings:
   \-stroke color        graphic primitive stroke color
   \-strokewidth value   graphic primitive stroke width
   \-style type          render text with this font style
-  \-support factor      resize support: > 1.0 is blurry, < 1.0 is sharp
   \-synchronize         synchronize image to storage device
   \-taint               declare the image as modified
   \-texture filename    name of texture to tile onto the image background
@@ -112,13 +117,21 @@ Image Operators:
                        adaptively resize image with data dependent triangulation
   \-adaptive-sharpen geometry
                        adaptively sharpen pixels; increase effect near edges
+  \-alpha option        on, activate, off, deactivate, set, opaque, copy
+                       transparent, extract, background, or shape
   \-annotate geometry text
                        annotate the image with text
+  \-auto-gamma          automagically adjust gamma level of image
+  \-auto-level          automagically adjust color levels of image
   \-auto-orient         automatically orient image
+  \-bench iterations    measure performance
   \-black-threshold value
                        force all pixels below the threshold into black
+  \-blue-shift          simulate a scene at nighttime in the moonlight
   \-blur geometry       reduce image noise and reduce detail levels
   \-border geometry     surround image with a border of color
+  \-brightness-contrast geometry
+                       improve brightness / contrast of the image
   \-charcoal radius     simulate a charcoal drawing
   \-chop geometry       remove pixels from the image interior
   \-clamp               keep pixel values in range (0-QuantumRange)
@@ -133,7 +146,10 @@ Image Operators:
   \-convolve coefficients
                        apply a convolution kernel to the image
   \-cycle amount        cycle the image colormap
+  \-deskew threshold    straighten an image
   \-despeckle           reduce the speckles within an image
+  \-distort method args
+                       distort images according to given method ad args
   \-draw string         annotate the image with a graphic primitive
   \-edge radius         apply a filter to detect edges in the image
   \-emboss radius       emboss an image
@@ -158,11 +174,17 @@ Image Operators:
   \-help                print program options
   \-identify            identify the format and characteristics of the image
   \-implode amount      implode image pixels about the center
+  \-interpolative-resize geometry
+                       resize image using interpolation
   \-lat geometry        local adaptive thresholding
   \-layers method       optimize or compare image layers
   \-level value         adjust the level of image contrast
+  \-level-colors color,color
+                       level image with the given colors
   \-linear-stretch geometry
                        improve contrast by `stretching with saturation' the intensity range
+  \-liquid-rescale geometry
+                       rescale image with seam-carving
   \-magnify             double the size of the image with pixel art scaling
   \-median geometry     apply a median filter to the image
   \-mode geometry       make each pixel the 'predominant color' of the neighborhood
@@ -210,6 +232,8 @@ Image Operators:
                        lightness rescaling using sigmoidal contrast enhancement
   \-sketch geometry     simulate a pencil sketch
   \-solarize threshold  negate all pixels above the threshold level
+  \-sparse-color method args
+                       fill in a image based on a few color points
   \-splice geometry     splice the background color into the image
   \-spread amount       displace image pixels by a random amount
   \-statistic type geometry
@@ -234,12 +258,9 @@ Image Operators:
                        force all pixels above the threshold into white
 
 Image Channel Operators:
-  \-channel-extract channel-list
-                        extract the channels in order
-  \-channel-inject channel-list
-                        inject the channels in order
-  \-channel-swap channel,channel
-                        swap the channels
+  \-channel-fx expression
+                       exchange, extract, or transfer one or more image channels
+  \-separate            separate an image channel into a grayscale image
 
 Image Sequence Operators:
   \-affinity filename   transform image colors to match this set of colors
@@ -268,10 +289,13 @@ Image Stack Operators:
   \-duplicate count,indexes
                        duplicate an image one or more times
   \-insert index        insert last image into the image sequence
+  \-reverse             reverse image sequence
   \-swap indexes        swap two images in the image sequence
 
 Miscellaneous Options:
   \-debug events        display copious debugging information
+  \-distribute-cache port
+                       distributed pixel cache spanning one or more servers
   \-help                print program options
   \-log format          format of debugging information
   \-list type           print a list of supported option arguments
index b50cb3bc6438fe7ed7428d0d012542e4bcfce241..52968140a509b7633f45ee06589b497c2088a15c 100644 (file)
@@ -14,6 +14,7 @@ Image Settings:
   \-affine matrix       affine transform matrix
   \-antialias           remove pixel-aliasing
   \-authenticate value  decrypt image with this password
+  \-attenuate value     lessen (or intensify) when adding noise to an image
   \-background color    background color
   \-bias value          add bias when convolving an image
   \-black-point-compensation
@@ -52,9 +53,12 @@ Image Settings:
   \-fuzz distance       colors within this distance are considered equal
   \-gravity type        horizontal and vertical text placement
   \-green-primary point chromaticity green primary point
+  \-intensity method    method to generate intensity value from pixel
   \-intent type         type of rendering intent when managing the image color
   \-interlace type      type of image interlacing scheme
+  \-interline-spacing   value set the space between two text lines
   \-interpolate method  pixel color interpolation method
+  \-interword-spacing   value set the space between two words
   \-kerning value       set the space between two letters
   \-label string        assign a label to an image
   \-limit type value    pixel cache resource limit
@@ -66,18 +70,20 @@ Image Settings:
   \-morphology method kernel
                        apply a morphology method to the image
   \-orient type         image orientation
-  \-origin geometry     image origin
   \-page geometry       size and location of an image canvas (setting)
   \-path path           write images to this path on disk
   \-perceptible epsilon
                        pixel value less than |epsilon| become epsilon or -epsilon
   \-ping                efficiently determine image attributes
   \-pointsize value     font point size
+  \-precision value     maximum number of significant digits to print
   \-preview type        image preview type
   \-quality value       JPEG/MIFF/PNG compression level
   \-quiet               suppress all warning messages
   \-red-primary point   chromaticity red primary point
   \-regard-warnings     pay attention to warning messages
+  \-remap filename      transform image colors to match this set of colors
+  \-respect-parentheses settings remain in effect until parenthesis boundary
   \-sampling-factor geometry
                        horizontal and vertical sampling factor
   \-scene value         image scene number
@@ -87,7 +93,6 @@ Image Settings:
   \-stroke color        graphic primitive stroke color
   \-strokewidth value   graphic primitive stroke width
   \-style type          render text with this font style
-  \-support factor      resize support: > 1.0 is blurry, < 1.0 is sharp
   \-synchronize         synchronize image to storage device
   \-taint               declare the image as modified
   \-texture filename    name of texture to tile onto the image background
@@ -112,13 +117,21 @@ Image Operators:
                        adaptively resize image with data dependent triangulation
   \-adaptive-sharpen geometry
                        adaptively sharpen pixels; increase effect near edges
+  \-alpha option        on, activate, off, deactivate, set, opaque, copy
+                       transparent, extract, background, or shape
   \-annotate geometry text
                        annotate the image with text
+  \-auto-gamma          automagically adjust gamma level of image
+  \-auto-level          automagically adjust color levels of image
   \-auto-orient         automatically orient image
+  \-bench iterations    measure performance
   \-black-threshold value
                        force all pixels below the threshold into black
+  \-blue-shift          simulate a scene at nighttime in the moonlight
   \-blur geometry       reduce image noise and reduce detail levels
   \-border geometry     surround image with a border of color
+  \-brightness-contrast geometry
+                       improve brightness / contrast of the image
   \-charcoal radius     simulate a charcoal drawing
   \-chop geometry       remove pixels from the image interior
   \-clamp               keep pixel values in range (0-QuantumRange)
@@ -133,7 +146,10 @@ Image Operators:
   \-convolve coefficients
                        apply a convolution kernel to the image
   \-cycle amount        cycle the image colormap
+  \-deskew threshold    straighten an image
   \-despeckle           reduce the speckles within an image
+  \-distort method args
+                       distort images according to given method ad args
   \-draw string         annotate the image with a graphic primitive
   \-edge radius         apply a filter to detect edges in the image
   \-emboss radius       emboss an image
@@ -158,11 +174,17 @@ Image Operators:
   \-help                print program options
   \-identify            identify the format and characteristics of the image
   \-implode amount      implode image pixels about the center
+  \-interpolative-resize geometry
+                       resize image using interpolation
   \-lat geometry        local adaptive thresholding
   \-layers method       optimize or compare image layers
   \-level value         adjust the level of image contrast
+  \-level-colors color,color
+                       level image with the given colors
   \-linear-stretch geometry
                        improve contrast by `stretching with saturation' the intensity range
+  \-liquid-rescale geometry
+                       rescale image with seam-carving
   \-magnify             double the size of the image with pixel art scaling
   \-median geometry     apply a median filter to the image
   \-mode geometry       make each pixel the 'predominant color' of the neighborhood
@@ -210,6 +232,8 @@ Image Operators:
                        lightness rescaling using sigmoidal contrast enhancement
   \-sketch geometry     simulate a pencil sketch
   \-solarize threshold  negate all pixels above the threshold level
+  \-sparse-color method args
+                       fill in a image based on a few color points
   \-splice geometry     splice the background color into the image
   \-spread amount       displace image pixels by a random amount
   \-statistic type geometry
@@ -234,12 +258,9 @@ Image Operators:
                        force all pixels above the threshold into white
 
 Image Channel Operators:
-  \-channel-extract channel-list
-                        extract the channels in order
-  \-channel-inject channel-list
-                        inject the channels in order
-  \-channel-swap channel,channel
-                        swap the channels
+  \-channel-fx expression
+                       exchange, extract, or transfer one or more image channels
+  \-separate            separate an image channel into a grayscale image
 
 Image Sequence Operators:
   \-affinity filename   transform image colors to match this set of colors
@@ -268,10 +289,13 @@ Image Stack Operators:
   \-duplicate count,indexes
                        duplicate an image one or more times
   \-insert index        insert last image into the image sequence
+  \-reverse             reverse image sequence
   \-swap indexes        swap two images in the image sequence
 
 Miscellaneous Options:
   \-debug events        display copious debugging information
+  \-distribute-cache port
+                       distributed pixel cache spanning one or more servers
   \-help                print program options
   \-log format          format of debugging information
   \-list type           print a list of supported option arguments
index 1bc7ce1f5041286790c1bfba46aba5a4db0cb8a0..ef9ddcd37d9691b9946727bc9859d0108d17824c 100644 (file)
@@ -12,9 +12,12 @@ For more information about the montage command, point your browser to file:///us
 Image Settings:
   \-adjoin              join images into a single multi-image file
   \-affine matrix       affine transform matrix
+  \-alpha option        on, activate, off, deactivate, set, opaque, copy
+  \                     transparent, extract, background, or shape
   \-authenticate value  decrypt image with this password
   \-blue-primary point  chromaticity blue primary point
   \-bordercolor color   border color
+  \-caption string      assign a caption to an image
   \-channel type        apply option to select image channels
   \-colors value        preferred number of colors in the image
   \-colorspace type     alternate image colorsapce
@@ -58,6 +61,7 @@ Image Settings:
   \-quiet               suppress all warning messages
   \-red-primary point   chromaticity red primary point
   \-regard-warnings     pay attention to warning messages
+  \-respect-parentheses settings remain in effect until parenthesis boundary
   \-sampling-factor geometry
                        horizontal and vertical sampling factor
   \-scenes range        image scene range
@@ -68,6 +72,7 @@ Image Settings:
   \-stroke color        color to use when stroking a graphic primitive
   \-support factor      resize support: > 1.0 is blurry, < 1.0 is sharp
   \-synchronize         synchronize image to storage device
+  \-taint               declare the image as modified
   \-texture filename    name of texture to tile onto the image background
   \-thumbnail geometry  create a thumbnail of the image
   \-tile geometry       number of tiles per row and column
@@ -87,9 +92,11 @@ Image Operators:
                        adaptively sharpen pixels; increase effect near edges
   \-annotate geometry text
                        annotate the image with text
+  \-auto-orient         automagically orient image
   \-blur geometry      reduce image noise and reduce detail levels
   \-border geometry     surround image with a border of color
   \-crop geometry       preferred size and location of the cropped image
+  \-extent geometry     set the image size
   \-flatten             flatten a sequence of images
   \-flip                flip image in the vertical direction
   \-flop                flop image in the horizontal direction
@@ -101,12 +108,14 @@ Image Operators:
   \-rotate degrees      apply Paeth rotation to the image
   \-strip               strip image of all profiles and comments
   \-transform           affine transform image
+  \-transpose           flip image vertically and rotate 90 degrees
   \-transparent color   make this color transparent within the image
   \-type type           image type
   \-unsharp geometry    sharpen the image
 
 Image Sequence Operators:
   \-coalesce            merge a sequence of images
+  \-composite           composite image
 
 Image Stack Operators:
   \-clone indexes       clone an image
@@ -114,6 +123,7 @@ Image Stack Operators:
   \-duplicate count,indexes
                         duplicate an image one or more times
   \-insert index        insert last image into the image sequence
+  \-reverse             reverse image sequence
   \-swap indexes        swap two images in the image sequence
 
 Miscellaneous Options:
index 4f74b78b2c9bd54b379a3a578a18acdc303d4333..eac70e6e111281952dd5a61406af6651a8700991 100644 (file)
@@ -12,9 +12,12 @@ For more information about the montage command, point your browser to file://@DO
 Image Settings:
   \-adjoin              join images into a single multi-image file
   \-affine matrix       affine transform matrix
+  \-alpha option        on, activate, off, deactivate, set, opaque, copy
+  \                     transparent, extract, background, or shape
   \-authenticate value  decrypt image with this password
   \-blue-primary point  chromaticity blue primary point
   \-bordercolor color   border color
+  \-caption string      assign a caption to an image
   \-channel type        apply option to select image channels
   \-colors value        preferred number of colors in the image
   \-colorspace type     alternate image colorsapce
@@ -58,6 +61,7 @@ Image Settings:
   \-quiet               suppress all warning messages
   \-red-primary point   chromaticity red primary point
   \-regard-warnings     pay attention to warning messages
+  \-respect-parentheses settings remain in effect until parenthesis boundary
   \-sampling-factor geometry
                        horizontal and vertical sampling factor
   \-scenes range        image scene range
@@ -68,6 +72,7 @@ Image Settings:
   \-stroke color        color to use when stroking a graphic primitive
   \-support factor      resize support: > 1.0 is blurry, < 1.0 is sharp
   \-synchronize         synchronize image to storage device
+  \-taint               declare the image as modified
   \-texture filename    name of texture to tile onto the image background
   \-thumbnail geometry  create a thumbnail of the image
   \-tile geometry       number of tiles per row and column
@@ -87,9 +92,11 @@ Image Operators:
                        adaptively sharpen pixels; increase effect near edges
   \-annotate geometry text
                        annotate the image with text
+  \-auto-orient         automagically orient image
   \-blur geometry      reduce image noise and reduce detail levels
   \-border geometry     surround image with a border of color
   \-crop geometry       preferred size and location of the cropped image
+  \-extent geometry     set the image size
   \-flatten             flatten a sequence of images
   \-flip                flip image in the vertical direction
   \-flop                flop image in the horizontal direction
@@ -101,12 +108,14 @@ Image Operators:
   \-rotate degrees      apply Paeth rotation to the image
   \-strip               strip image of all profiles and comments
   \-transform           affine transform image
+  \-transpose           flip image vertically and rotate 90 degrees
   \-transparent color   make this color transparent within the image
   \-type type           image type
   \-unsharp geometry    sharpen the image
 
 Image Sequence Operators:
   \-coalesce            merge a sequence of images
+  \-composite           composite image
 
 Image Stack Operators:
   \-clone indexes       clone an image
@@ -114,6 +123,7 @@ Image Stack Operators:
   \-duplicate count,indexes
                         duplicate an image one or more times
   \-insert index        insert last image into the image sequence
+  \-reverse             reverse image sequence
   \-swap indexes        swap two images in the image sequence
 
 Miscellaneous Options:
index 3b8bc2a4b1aa014fcec44b7bfc8f693dc51cd2f3..4db944f588680e95701277f1ea8ec8bc53354482 100644 (file)
@@ -28,6 +28,7 @@ Image Settings:
   \-quantize colorspace reduce colors in this colorspace
   \-quiet               suppress all warning messages
   \-regard-warnings     pay attention to warning messages
+  \-respect-parentheses settings remain in effect until parenthesis boundary
   \-sampling-factor geometry
                        horizontal and vertical sampling factor
   \-seed value          seed a new sequence of pseudo-random numbers
@@ -35,6 +36,7 @@ Image Settings:
   \-size geometry       width and height of image
   \-storage-type type   pixel storage type
   \-synchronize         synchronize image to storage device
+  \-taint               declare the image as modified
   \-transparent-color color
                        transparent color
   \-verbose             print detailed information about the image
index ee6f5a986ac9f8550aa4d8aa2f2691b4f398d1e4..1ad4b5894237055d8ce38cea242842685a158be1 100644 (file)
@@ -28,6 +28,7 @@ Image Settings:
   \-quantize colorspace reduce colors in this colorspace
   \-quiet               suppress all warning messages
   \-regard-warnings     pay attention to warning messages
+  \-respect-parentheses settings remain in effect until parenthesis boundary
   \-sampling-factor geometry
                        horizontal and vertical sampling factor
   \-seed value          seed a new sequence of pseudo-random numbers
@@ -35,6 +36,7 @@ Image Settings:
   \-size geometry       width and height of image
   \-storage-type type   pixel storage type
   \-synchronize         synchronize image to storage device
+  \-taint               declare the image as modified
   \-transparent-color color
                        transparent color
   \-verbose             print detailed information about the image