|
|
b7c072 |
From d4e135d9d0190e2949b17004598128d5f02a3603 Mon Sep 17 00:00:00 2001
|
|
|
b7c072 |
From: Fedora ImageMagick maintainers <ImageMagick-owner@fedoraproject.org>
|
|
|
b7c072 |
Date: Thu, 25 Jul 2013 15:20:37 +0200
|
|
|
b7c072 |
Subject: [PATCH] Fix man page scan results
|
|
|
b7c072 |
|
|
|
b7c072 |
---
|
|
|
b7c072 |
utilities/animate.1.in | 5 +++++
|
|
|
b7c072 |
utilities/compare.1.in | 6 ++++++
|
|
|
b7c072 |
utilities/composite.1.in | 10 ++++++++++
|
|
|
b7c072 |
utilities/convert.1.in | 30 ++++++++++++++++++++++++++++--
|
|
|
b7c072 |
utilities/display.1.in | 7 +++++++
|
|
|
b7c072 |
utilities/identify.1.in | 7 ++++++-
|
|
|
b7c072 |
utilities/import.1.in | 2 ++
|
|
|
b7c072 |
utilities/mogrify.1.in | 43 ++++++++++++++++++++++++++++++++++++++-----
|
|
|
b7c072 |
utilities/montage.1.in | 11 +++++++++++
|
|
|
b7c072 |
utilities/stream.1.in | 2 ++
|
|
|
b7c072 |
wand/animate.c | 3 +++
|
|
|
b7c072 |
wand/compare.c | 2 ++
|
|
|
b7c072 |
wand/composite.c | 2 ++
|
|
|
b7c072 |
wand/convert.c | 2 ++
|
|
|
b7c072 |
wand/display.c | 3 +++
|
|
|
b7c072 |
wand/identify.c | 4 ++++
|
|
|
b7c072 |
wand/import.c | 1 +
|
|
|
b7c072 |
wand/mogrify.c | 12 ++++++++++++
|
|
|
b7c072 |
wand/montage.c | 4 +++-
|
|
|
b7c072 |
19 files changed, 147 insertions(+), 9 deletions(-)
|
|
|
b7c072 |
|
|
|
b7c072 |
diff --git a/utilities/animate.1.in b/utilities/animate.1.in
|
|
|
b7c072 |
index 14245c0..1b73ee6 100644
|
|
|
b7c072 |
--- a/utilities/animate.1.in
|
|
|
b7c072 |
+++ b/utilities/animate.1.in
|
|
|
b7c072 |
@@ -10,6 +10,8 @@ The \fBanimate\fP program is a member of the ImageMagick(1) suite of tools. Use
|
|
|
b7c072 |
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.
|
|
|
b7c072 |
.SH DESCRIPTION
|
|
|
b7c072 |
Image Settings:
|
|
|
b7c072 |
+ \-alpha option on, activate, off, deactivate, set, opaque, copy
|
|
|
b7c072 |
+ transparent, extract, background, or shape
|
|
|
b7c072 |
\-authenticate value decrypt image with this password
|
|
|
b7c072 |
\-backdrop display image centered on a backdrop
|
|
|
b7c072 |
\-channel type apply option to select image channels
|
|
|
b7c072 |
@@ -24,6 +26,7 @@ Image Settings:
|
|
|
b7c072 |
\-display server display image to this X server
|
|
|
b7c072 |
\-dispose method layer disposal method
|
|
|
b7c072 |
\-dither method apply error diffusion to image
|
|
|
b7c072 |
+ \-filter type use this filter when resizing an image
|
|
|
b7c072 |
\-format "string" output formatted image characteristics
|
|
|
b7c072 |
\-gamma value level of gamma correction
|
|
|
b7c072 |
\-geometry geometry preferred size and location of the Image window
|
|
|
b7c072 |
@@ -43,6 +46,7 @@ Image Settings:
|
|
|
b7c072 |
\-quiet suppress all warning messages
|
|
|
b7c072 |
\-regard-warnings pay attention to warning messages
|
|
|
b7c072 |
\-remote command execute a command in an remote display process
|
|
|
b7c072 |
+ \-respect-parentheses settings remain in effect until parenthesis boundary
|
|
|
b7c072 |
\-sampling-factor geometry
|
|
|
b7c072 |
horizontal and vertical sampling factor
|
|
|
b7c072 |
\-scenes range image scene range
|
|
|
b7c072 |
@@ -69,6 +73,7 @@ Image Operators:
|
|
|
b7c072 |
\-resize geometry resize the image
|
|
|
b7c072 |
\-rotate degrees apply Paeth rotation to the image
|
|
|
b7c072 |
\-strip strip image of all profiles and comments
|
|
|
b7c072 |
+ \-thumbnail geometry create a thumbnail of the image
|
|
|
b7c072 |
\-trim trim image edges
|
|
|
b7c072 |
|
|
|
b7c072 |
Image Sequence Operators:
|
|
|
b7c072 |
diff --git a/utilities/compare.1.in b/utilities/compare.1.in
|
|
|
b7c072 |
index 0c0f070..bc951a0 100644
|
|
|
b7c072 |
--- a/utilities/compare.1.in
|
|
|
b7c072 |
+++ b/utilities/compare.1.in
|
|
|
b7c072 |
@@ -10,6 +10,8 @@ The \fBcompare\fP program is a member of the ImageMagick(1) suite of tools. Use
|
|
|
b7c072 |
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.
|
|
|
b7c072 |
.SH DESCRIPTION
|
|
|
b7c072 |
Image Settings:
|
|
|
b7c072 |
+ \-alpha option on, activate, off, deactivate, set, opaque, copy
|
|
|
b7c072 |
+ \ transparent, extract, background, or shape
|
|
|
b7c072 |
\-authenticate value decrypt image with this password
|
|
|
b7c072 |
\-channel type apply option to select image channels
|
|
|
b7c072 |
\-colorspace type alternate image colorspace
|
|
|
b7c072 |
@@ -20,6 +22,8 @@ Image Settings:
|
|
|
b7c072 |
define one or more image format options
|
|
|
b7c072 |
\-density geometry horizontal and vertical density of the image
|
|
|
b7c072 |
\-depth value image depth
|
|
|
b7c072 |
+ \-dissimilarity-threshold value
|
|
|
b7c072 |
+ \ maximum distortion for (sub)image match
|
|
|
b7c072 |
\-encipher filename convert plain pixels to cipher pixels
|
|
|
b7c072 |
\-extract geometry extract area from image
|
|
|
b7c072 |
\-format "string" output formatted image characteristics
|
|
|
b7c072 |
@@ -33,11 +37,13 @@ Image Settings:
|
|
|
b7c072 |
de-emphasize pixel differences with this color
|
|
|
b7c072 |
\-metric type measure differences between images with this metric
|
|
|
b7c072 |
\-monitor monitor progress
|
|
|
b7c072 |
+ \-passphrase filename get the passphrase from this file
|
|
|
b7c072 |
\-profile filename add, delete, or apply an image profile
|
|
|
b7c072 |
\-quality value JPEG/MIFF/PNG compression level
|
|
|
b7c072 |
\-quiet suppress all warning messages
|
|
|
b7c072 |
\-quantize colorspace reduce colors in this colorspace
|
|
|
b7c072 |
\-regard-warnings pay attention to warning messages
|
|
|
b7c072 |
+ \-respect-parentheses settings remain in effect until parenthesis boundary
|
|
|
b7c072 |
\-sampling-factor geometry
|
|
|
b7c072 |
horizontal and vertical sampling factor
|
|
|
b7c072 |
\-seed value seed a new sequence of pseudo-random numbers
|
|
|
b7c072 |
diff --git a/utilities/composite.1.in b/utilities/composite.1.in
|
|
|
b7c072 |
index 4f0eb73..dfa12ec 100644
|
|
|
b7c072 |
--- a/utilities/composite.1.in
|
|
|
b7c072 |
+++ b/utilities/composite.1.in
|
|
|
b7c072 |
@@ -11,6 +11,8 @@ For more information about the composite command, point your browser to file://@
|
|
|
b7c072 |
.SH DESCRIPTION
|
|
|
b7c072 |
Image Settings:
|
|
|
b7c072 |
\-affine matrix affine transform matrix
|
|
|
b7c072 |
+ \-alpha option on, activate, off, deactivate, set, opaque, copy
|
|
|
b7c072 |
+ \ transparent, extract, background, or shape
|
|
|
b7c072 |
\-authenticate value decrypt image with this password
|
|
|
b7c072 |
\-blue-primary point chromaticity blue primary point
|
|
|
b7c072 |
\-channel type apply option to select image channels
|
|
|
b7c072 |
@@ -46,6 +48,7 @@ Image Settings:
|
|
|
b7c072 |
\-quiet suppress all warning messages
|
|
|
b7c072 |
\-red-primary point chromaticity red primary point
|
|
|
b7c072 |
\-regard-warnings pay attention to warning messages
|
|
|
b7c072 |
+ \-respect-parentheses settings remain in effect until parenthesis boundary
|
|
|
b7c072 |
\-sampling-factor geometry
|
|
|
b7c072 |
horizontal and vertical sampling factor
|
|
|
b7c072 |
\-scene value image scene number
|
|
|
b7c072 |
@@ -66,9 +69,12 @@ Image Settings:
|
|
|
b7c072 |
|
|
|
b7c072 |
Image Operators:
|
|
|
b7c072 |
\-blend geometry blend images
|
|
|
b7c072 |
+ \-border geometry surround image with a border of color
|
|
|
b7c072 |
+ \-bordercolor color border color
|
|
|
b7c072 |
\-colors value preferred number of colors in the image
|
|
|
b7c072 |
\-displace geometry shift image pixels defined by a displacement map
|
|
|
b7c072 |
\-dissolve value dissolve the two images a given percent
|
|
|
b7c072 |
+ \-distort geometry shift lookup according to a absolute distortion map
|
|
|
b7c072 |
\-extract geometry extract area from image
|
|
|
b7c072 |
\-geometry geometry location of the composite image
|
|
|
b7c072 |
\-identify identify the format and characteristics of the image
|
|
|
b7c072 |
@@ -80,6 +86,7 @@ Image Operators:
|
|
|
b7c072 |
\-rotate degrees apply Paeth rotation to the image
|
|
|
b7c072 |
\-resize geometry resize the image
|
|
|
b7c072 |
\-sharpen geometry sharpen the image
|
|
|
b7c072 |
+ \-shave geometry shave pixels from the image edges
|
|
|
b7c072 |
\-stegano offset hide watermark within an image
|
|
|
b7c072 |
\-stereo combine two image to create a stereo anaglyph
|
|
|
b7c072 |
\-strip strip image of all profiles and comments
|
|
|
b7c072 |
@@ -90,6 +97,9 @@ Image Operators:
|
|
|
b7c072 |
\-watermark geometry percent brightness and saturation of a watermark
|
|
|
b7c072 |
\-write filename write images to this file
|
|
|
b7c072 |
|
|
|
b7c072 |
+Image Stack Operators:
|
|
|
b7c072 |
+ \-swap indexes swap two images in the image sequence
|
|
|
b7c072 |
+
|
|
|
b7c072 |
Miscellaneous Options:
|
|
|
b7c072 |
\-debug events display copious debugging information
|
|
|
b7c072 |
\-help print program options
|
|
|
b7c072 |
diff --git a/utilities/convert.1.in b/utilities/convert.1.in
|
|
|
b7c072 |
index 721c2b6..65882cc 100644
|
|
|
b7c072 |
--- a/utilities/convert.1.in
|
|
|
b7c072 |
+++ b/utilities/convert.1.in
|
|
|
b7c072 |
@@ -12,8 +12,10 @@ For more information about the convert command, point your browser to file://@DO
|
|
|
b7c072 |
Image Settings:
|
|
|
b7c072 |
\-adjoin join images into a single multi-image file
|
|
|
b7c072 |
\-affine matrix affine transform matrix
|
|
|
b7c072 |
+ \-alpha option activate, deactivate, reset, or set the alpha channel
|
|
|
b7c072 |
\-antialias remove pixel-aliasing
|
|
|
b7c072 |
\-authenticate value decrypt image with this password
|
|
|
b7c072 |
+ \-attenuate value lessen (or intensify) when adding noise to an image
|
|
|
b7c072 |
\-background color background color
|
|
|
b7c072 |
\-bias value add bias when convolving an image
|
|
|
b7c072 |
\-black-point-compensation
|
|
|
b7c072 |
@@ -53,7 +55,11 @@ Image Settings:
|
|
|
b7c072 |
\-green-primary point chromaticity green primary point
|
|
|
b7c072 |
\-intent type type of rendering intent when managing the image color
|
|
|
b7c072 |
\-interlace type type of image interlacing scheme
|
|
|
b7c072 |
+ \-interline-spacing value
|
|
|
b7c072 |
+ \ set the space between two text lines
|
|
|
b7c072 |
\-interpolate method pixel color interpolation method
|
|
|
b7c072 |
+ \-interword-spacing value
|
|
|
b7c072 |
+ \ set the space between two words
|
|
|
b7c072 |
\-kerning value set the space between two letters
|
|
|
b7c072 |
\-label string assign a label to an image
|
|
|
b7c072 |
\-limit type value pixel cache resource limit
|
|
|
b7c072 |
@@ -63,15 +69,17 @@ Image Settings:
|
|
|
b7c072 |
\-mattecolor color frame color
|
|
|
b7c072 |
\-monitor monitor progress
|
|
|
b7c072 |
\-orient type image orientation
|
|
|
b7c072 |
- \-origin geometry image origin
|
|
|
b7c072 |
\-page geometry size and location of an image canvas (setting)
|
|
|
b7c072 |
\-ping efficiently determine image attributes
|
|
|
b7c072 |
\-pointsize value font point size
|
|
|
b7c072 |
+ \-precision value maximum number of significant digits to print
|
|
|
b7c072 |
\-preview type image preview type
|
|
|
b7c072 |
\-quality value JPEG/MIFF/PNG compression level
|
|
|
b7c072 |
\-quiet suppress all warning messages
|
|
|
b7c072 |
\-red-primary point chromaticity red primary point
|
|
|
b7c072 |
\-regard-warnings pay attention to warning messages
|
|
|
b7c072 |
+ \-remap filename transform image colors to match this set of colors
|
|
|
b7c072 |
+ \-respect-parentheses settings remain in effect until parenthesis boundary
|
|
|
b7c072 |
\-sampling-factor geometry
|
|
|
b7c072 |
horizontal and vertical sampling factor
|
|
|
b7c072 |
\-scene value image scene number
|
|
|
b7c072 |
@@ -110,13 +118,20 @@ Image Operators:
|
|
|
b7c072 |
adaptively sharpen pixels; increase effect near edges
|
|
|
b7c072 |
\-annotate geometry text
|
|
|
b7c072 |
annotate the image with text
|
|
|
b7c072 |
+ \-auto-gamma automagically adjust gamma level of image
|
|
|
b7c072 |
+ \-auto-level automagically adjust color levels of image
|
|
|
b7c072 |
\-auto-orient automatically orient image
|
|
|
b7c072 |
+ \-bench iterations measure performance
|
|
|
b7c072 |
\-black-threshold value
|
|
|
b7c072 |
force all pixels below the threshold into black
|
|
|
b7c072 |
+ \-blue-shift factor simulate a scene at nighttime in the moonlight
|
|
|
b7c072 |
\-blur geometry reduce image noise and reduce detail levels
|
|
|
b7c072 |
\-border geometry surround image with a border of color
|
|
|
b7c072 |
+ \-brightness-contrast geometry
|
|
|
b7c072 |
+ \ improve brightness / contrast of the image
|
|
|
b7c072 |
\-charcoal radius simulate a charcoal drawing
|
|
|
b7c072 |
\-chop geometry remove pixels from the image interior
|
|
|
b7c072 |
+ \-clamp restrict pixel range from 0 to the quantum depth
|
|
|
b7c072 |
\-clip clip along the first path from the 8BIM profile
|
|
|
b7c072 |
\-clip-mask filename associate a clip mask with the image
|
|
|
b7c072 |
\-clip-path id clip along a named path from the 8BIM profile
|
|
|
b7c072 |
@@ -128,7 +143,10 @@ Image Operators:
|
|
|
b7c072 |
\-convolve coefficients
|
|
|
b7c072 |
apply a convolution kernel to the image
|
|
|
b7c072 |
\-cycle amount cycle the image colormap
|
|
|
b7c072 |
+ \-deskew threshold straighten an image
|
|
|
b7c072 |
\-despeckle reduce the speckles within an image
|
|
|
b7c072 |
+ \-distort method args
|
|
|
b7c072 |
+ \ distort images according to given method ad args
|
|
|
b7c072 |
\-draw string annotate the image with a graphic primitive
|
|
|
b7c072 |
\-edge radius apply a filter to detect edges in the image
|
|
|
b7c072 |
\-emboss radius emboss an image
|
|
|
b7c072 |
@@ -152,11 +170,17 @@ Image Operators:
|
|
|
b7c072 |
\-identify identify the format and characteristics of the image
|
|
|
b7c072 |
\-ift implements the inverse discrete Fourier transform (DFT)
|
|
|
b7c072 |
\-implode amount implode image pixels about the center
|
|
|
b7c072 |
+ \-interpolative-resize geometry
|
|
|
b7c072 |
+ \ resize image using 'point sampled' interpolation
|
|
|
b7c072 |
\-lat geometry local adaptive thresholding
|
|
|
b7c072 |
\-layers method optimize or compare image layers
|
|
|
b7c072 |
\-level value adjust the level of image contrast
|
|
|
b7c072 |
+ \-level-colors color,color
|
|
|
b7c072 |
+ \ level image with the given colors
|
|
|
b7c072 |
\-linear-stretch geometry
|
|
|
b7c072 |
improve contrast by `stretching with saturation' the intensity range
|
|
|
b7c072 |
+ \-liquid-rescale geometry
|
|
|
b7c072 |
+ \ rescale image with seam-carving
|
|
|
b7c072 |
\-median geometry apply a median filter to the image
|
|
|
b7c072 |
\-mode geometry make each pixel the 'predominant color' of the neighborhood
|
|
|
b7c072 |
\-modulate value vary the brightness, saturation, and hue
|
|
|
b7c072 |
@@ -205,6 +229,8 @@ Image Operators:
|
|
|
b7c072 |
lightness rescaling using sigmoidal contrast enhancement
|
|
|
b7c072 |
\-sketch geometry simulate a pencil sketch
|
|
|
b7c072 |
\-solarize threshold negate all pixels above the threshold level
|
|
|
b7c072 |
+ \-sparse-color method args
|
|
|
b7c072 |
+ \ fill in a image based on a few color points
|
|
|
b7c072 |
\-splice geometry splice the background color into the image
|
|
|
b7c072 |
\-spread amount displace image pixels by a random amount
|
|
|
b7c072 |
\-strip strip image of all profiles and comments
|
|
|
b7c072 |
@@ -227,7 +253,6 @@ Image Operators:
|
|
|
b7c072 |
force all pixels above the threshold into white
|
|
|
b7c072 |
|
|
|
b7c072 |
Image Sequence Operators:
|
|
|
b7c072 |
- \-affinity filename transform image colors to match this set of colors
|
|
|
b7c072 |
\-append append an image sequence top to bottom (use +append for left to right)
|
|
|
b7c072 |
\-clut apply a color lookup table to the image
|
|
|
b7c072 |
\-coalesce merge a sequence of images
|
|
|
b7c072 |
@@ -253,6 +278,7 @@ Image Stack Operators:
|
|
|
b7c072 |
\-duplicate count,indexes
|
|
|
b7c072 |
duplicate an image one or more times
|
|
|
b7c072 |
\-insert index insert last image into the image sequence
|
|
|
b7c072 |
+ \-reverse reverse image sequence
|
|
|
b7c072 |
\-swap indexes swap two images in the image sequence
|
|
|
b7c072 |
|
|
|
b7c072 |
Miscellaneous Options:
|
|
|
b7c072 |
diff --git a/utilities/display.1.in b/utilities/display.1.in
|
|
|
b7c072 |
index ebf1482..545cf5a 100644
|
|
|
b7c072 |
--- a/utilities/display.1.in
|
|
|
b7c072 |
+++ b/utilities/display.1.in
|
|
|
b7c072 |
@@ -10,6 +10,8 @@ The \fBdisplay\fP program is a member of the ImageMagick(1) suite of tools. Use
|
|
|
b7c072 |
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.
|
|
|
b7c072 |
.SH DESCRIPTION
|
|
|
b7c072 |
Image Settings:
|
|
|
b7c072 |
+ \-alpha option on, activate, off, deactivate, set, opaque, copy
|
|
|
b7c072 |
+ \ transparent, extract, background, or shape
|
|
|
b7c072 |
\-antialias remove pixel-aliasing
|
|
|
b7c072 |
\-authenticate value decrypt image with this password
|
|
|
b7c072 |
\-backdrop display image centered on a backdrop
|
|
|
b7c072 |
@@ -19,6 +21,7 @@ Image Settings:
|
|
|
b7c072 |
\-comment string annotate image with comment
|
|
|
b7c072 |
\-compress type type of pixel compression when writing the image
|
|
|
b7c072 |
\-decipher filename convert cipher pixels to plain pixels
|
|
|
b7c072 |
+ \-deskew threshold straighten an image
|
|
|
b7c072 |
\-define format:option
|
|
|
b7c072 |
define one or more image format options
|
|
|
b7c072 |
\-delay value display the next image after pausing
|
|
|
b7c072 |
@@ -52,6 +55,7 @@ Image Settings:
|
|
|
b7c072 |
\-regard-warnings pay attention to warning messages
|
|
|
b7c072 |
\-remote command execute a command in an remote display process
|
|
|
b7c072 |
\-repage geometry size and location of an image canvas (operator)
|
|
|
b7c072 |
+ \-respect-parentheses settings remain in effect until parenthesis boundary
|
|
|
b7c072 |
\-sampling-factor geometry
|
|
|
b7c072 |
horizontal and vertical sampling factor
|
|
|
b7c072 |
\-scenes range image scene range
|
|
|
b7c072 |
@@ -90,6 +94,7 @@ Image Operators:
|
|
|
b7c072 |
\-gamma value level of gamma correction
|
|
|
b7c072 |
\-monochrome transform image to black and white
|
|
|
b7c072 |
\-negate replace each pixel with its complementary color
|
|
|
b7c072 |
+ \-normalize transform image to span the full range of colors
|
|
|
b7c072 |
\-raise value lighten/darken image edges to create a 3-D effect
|
|
|
b7c072 |
\-resample geometry change the resolution of an image
|
|
|
b7c072 |
\-resize geometry resize the image
|
|
|
b7c072 |
@@ -99,6 +104,8 @@ Image Operators:
|
|
|
b7c072 |
\-segment value segment an image
|
|
|
b7c072 |
\-sharpen geometry sharpen the image
|
|
|
b7c072 |
\-strip strip image of all profiles and comments
|
|
|
b7c072 |
+ \-threshold value threshold the image
|
|
|
b7c072 |
+ \-thumbnail geometry create a thumbnail of the image
|
|
|
b7c072 |
\-trim trim image edges
|
|
|
b7c072 |
|
|
|
b7c072 |
Image Sequence Operators:
|
|
|
b7c072 |
diff --git a/utilities/identify.1.in b/utilities/identify.1.in
|
|
|
b7c072 |
index 644592b..15c408a 100644
|
|
|
b7c072 |
--- a/utilities/identify.1.in
|
|
|
b7c072 |
+++ b/utilities/identify.1.in
|
|
|
b7c072 |
@@ -10,9 +10,12 @@ The \fBidentify\fP program is a member of the ImageMagick(1) suite of tools. It
|
|
|
b7c072 |
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.
|
|
|
b7c072 |
.SH DESCRIPTION
|
|
|
b7c072 |
Image Settings:
|
|
|
b7c072 |
+ \-alpha option on, activate, off, deactivate, set, opaque, copy
|
|
|
b7c072 |
+ transparent, extract, background, or shape
|
|
|
b7c072 |
\-antialias remove pixel-aliasing
|
|
|
b7c072 |
\-authenticate value decrypt image with this password
|
|
|
b7c072 |
\-channel type apply option to select image channels
|
|
|
b7c072 |
+ \-colorspace type alternate image colorspace
|
|
|
b7c072 |
\-crop geometry cut out a rectangular region of the image
|
|
|
b7c072 |
\-define format:option
|
|
|
b7c072 |
define one or more image format options
|
|
|
b7c072 |
@@ -23,6 +26,7 @@ Image Settings:
|
|
|
b7c072 |
\-features distance analyze image features (e.g. contrast, correlation)
|
|
|
b7c072 |
\-format "string" output formatted image characteristics
|
|
|
b7c072 |
\-fuzz distance colors within this distance are considered equal
|
|
|
b7c072 |
+ \-gamma value of gamma correction
|
|
|
b7c072 |
\-interlace type type of image interlacing scheme
|
|
|
b7c072 |
\-interpolate method pixel color interpolation method
|
|
|
b7c072 |
\-limit type value pixel cache resource limit
|
|
|
b7c072 |
@@ -33,6 +37,7 @@ Image Settings:
|
|
|
b7c072 |
\-ping efficiently determine image attributes
|
|
|
b7c072 |
\-quiet suppress all warning messages
|
|
|
b7c072 |
\-regard-warnings pay attention to warning messages
|
|
|
b7c072 |
+ \-respect-parentheses settings remain in effect until parenthesis boundary
|
|
|
b7c072 |
\-sampling-factor geometry
|
|
|
b7c072 |
horizontal and vertical sampling factor
|
|
|
b7c072 |
\-seed value seed a new sequence of pseudo-random numbers
|
|
|
b7c072 |
@@ -51,8 +56,8 @@ Image Operators:
|
|
|
b7c072 |
Miscellaneous Options:
|
|
|
b7c072 |
\-debug events display copious debugging information
|
|
|
b7c072 |
\-help print program options
|
|
|
b7c072 |
- \-log format format of debugging information
|
|
|
b7c072 |
\-list type print a list of supported option arguments
|
|
|
b7c072 |
+ \-log format format of debugging information
|
|
|
b7c072 |
\-version print version information
|
|
|
b7c072 |
|
|
|
b7c072 |
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.
|
|
|
b7c072 |
diff --git a/utilities/import.1.in b/utilities/import.1.in
|
|
|
b7c072 |
index e84dae5..d8ee780 100644
|
|
|
b7c072 |
--- a/utilities/import.1.in
|
|
|
b7c072 |
+++ b/utilities/import.1.in
|
|
|
b7c072 |
@@ -28,6 +28,7 @@ Image Settings:
|
|
|
b7c072 |
\-encipher filename convert plain pixels to cipher pixels
|
|
|
b7c072 |
\-endian type endianness (MSB or LSB) of the image
|
|
|
b7c072 |
\-encoding type text encoding type
|
|
|
b7c072 |
+ \-filter type use this filter when resizing an image
|
|
|
b7c072 |
\-format "string" output formatted image characteristics
|
|
|
b7c072 |
\-frame include window manager frame
|
|
|
b7c072 |
\-gravity direction which direction to gravitate towards
|
|
|
b7c072 |
@@ -43,6 +44,7 @@ Image Settings:
|
|
|
b7c072 |
\-quality value JPEG/MIFF/PNG compression level
|
|
|
b7c072 |
\-quiet suppress all warning messages
|
|
|
b7c072 |
\-regard-warnings pay attention to warning messages
|
|
|
b7c072 |
+ \-respect-parentheses settings remain in effect until parenthesis boundary
|
|
|
b7c072 |
\-sampling-factor geometry
|
|
|
b7c072 |
horizontal and vertical sampling factor
|
|
|
b7c072 |
\-scene value image scene number
|
|
|
b7c072 |
diff --git a/utilities/mogrify.1.in b/utilities/mogrify.1.in
|
|
|
b7c072 |
index 83e61ab..b058c50 100644
|
|
|
b7c072 |
--- a/utilities/mogrify.1.in
|
|
|
b7c072 |
+++ b/utilities/mogrify.1.in
|
|
|
b7c072 |
@@ -12,8 +12,10 @@ For more information about the mogrify command, point your browser to file://@DO
|
|
|
b7c072 |
Image Settings:
|
|
|
b7c072 |
\-adjoin join images into a single multi-image file
|
|
|
b7c072 |
\-affine matrix affine transform matrix
|
|
|
b7c072 |
+ \-alpha option activate, deactivate, reset, or set the alpha channel
|
|
|
b7c072 |
\-antialias remove pixel-aliasing
|
|
|
b7c072 |
\-authenticate value decrypt image with this password
|
|
|
b7c072 |
+ \-attenuate value lessen (or intensify) when adding noise to an image
|
|
|
b7c072 |
\-background color background color
|
|
|
b7c072 |
\-bias value add bias when convolving an image
|
|
|
b7c072 |
\-black-point-compensation
|
|
|
b7c072 |
@@ -54,7 +56,9 @@ Image Settings:
|
|
|
b7c072 |
\-green-primary point chromaticity green primary point
|
|
|
b7c072 |
\-intent type type of rendering intent when managing the image color
|
|
|
b7c072 |
\-interlace type type of image interlacing scheme
|
|
|
b7c072 |
+ \-interline-spacing value set the space between two text lines
|
|
|
b7c072 |
\-interpolate method pixel color interpolation method
|
|
|
b7c072 |
+ \-interword-spacing value set the space between two words
|
|
|
b7c072 |
\-kerning value set the space between two letters
|
|
|
b7c072 |
\-label string assign a label to an image
|
|
|
b7c072 |
\-limit type value pixel cache resource limit
|
|
|
b7c072 |
@@ -66,16 +70,18 @@ Image Settings:
|
|
|
b7c072 |
\-morphology method kernel
|
|
|
b7c072 |
apply a morphology method to the image
|
|
|
b7c072 |
\-orient type image orientation
|
|
|
b7c072 |
- \-origin geometry image origin
|
|
|
b7c072 |
\-page geometry size and location of an image canvas (setting)
|
|
|
b7c072 |
\-path path write images to this path on disk
|
|
|
b7c072 |
\-ping efficiently determine image attributes
|
|
|
b7c072 |
\-pointsize value font point size
|
|
|
b7c072 |
+ \-precision value maximum number of significant digits to print
|
|
|
b7c072 |
\-preview type image preview type
|
|
|
b7c072 |
\-quality value JPEG/MIFF/PNG compression level
|
|
|
b7c072 |
\-quiet suppress all warning messages
|
|
|
b7c072 |
\-red-primary point chromaticity red primary point
|
|
|
b7c072 |
\-regard-warnings pay attention to warning messages
|
|
|
b7c072 |
+ \-remap filename transform image colors to match this set of colors
|
|
|
b7c072 |
+ \-respect-parentheses settings remain in effect until parenthesis boundary
|
|
|
b7c072 |
\-sampling-factor geometry
|
|
|
b7c072 |
horizontal and vertical sampling factor
|
|
|
b7c072 |
\-scene value image scene number
|
|
|
b7c072 |
@@ -85,7 +91,6 @@ Image Settings:
|
|
|
b7c072 |
\-stroke color graphic primitive stroke color
|
|
|
b7c072 |
\-strokewidth value graphic primitive stroke width
|
|
|
b7c072 |
\-style type render text with this font style
|
|
|
b7c072 |
- \-support factor resize support: > 1.0 is blurry, < 1.0 is sharp
|
|
|
b7c072 |
\-synchronize synchronize image to storage device
|
|
|
b7c072 |
\-taint declare the image as modified
|
|
|
b7c072 |
\-texture filename name of texture to tile onto the image background
|
|
|
b7c072 |
@@ -110,15 +115,26 @@ Image Operators:
|
|
|
b7c072 |
adaptively resize image with data dependent triangulation
|
|
|
b7c072 |
\-adaptive-sharpen geometry
|
|
|
b7c072 |
adaptively sharpen pixels; increase effect near edges
|
|
|
b7c072 |
+ \-alpha option on, activate, off, deactivate, set, opaque, copy
|
|
|
b7c072 |
+ transparent, extract, background, or shape
|
|
|
b7c072 |
\-annotate geometry text
|
|
|
b7c072 |
annotate the image with text
|
|
|
b7c072 |
- \-auto-orient automatically orient image
|
|
|
b7c072 |
+ \-auto-gamma automagically adjust gamma level of image
|
|
|
b7c072 |
+ \-auto-level automagically adjust color levels of image
|
|
|
b7c072 |
+ \-auto-orient automagically orient (rotate) image
|
|
|
b7c072 |
+ \-bench iterations measure performance
|
|
|
b7c072 |
\-black-threshold value
|
|
|
b7c072 |
force all pixels below the threshold into black
|
|
|
b7c072 |
+ \-blue-shift simulate a scene at nighttime in the moonlight
|
|
|
b7c072 |
\-blur geometry reduce image noise and reduce detail levels
|
|
|
b7c072 |
\-border geometry surround image with a border of color
|
|
|
b7c072 |
+ \-bordercolor color border color
|
|
|
b7c072 |
+ \-brightness-contrast geometry
|
|
|
b7c072 |
+ improve brightness / contrast of the image
|
|
|
b7c072 |
+ \-cdl filename color correct with a color decision list
|
|
|
b7c072 |
\-charcoal radius simulate a charcoal drawing
|
|
|
b7c072 |
\-chop geometry remove pixels from the image interior
|
|
|
b7c072 |
+ \-clamp restrict pixel range from 0 to the quantum depth
|
|
|
b7c072 |
\-clip clip along the first path from the 8BIM profile
|
|
|
b7c072 |
\-clip-mask filename associate a clip mask with the image
|
|
|
b7c072 |
\-clip-path id clip along a named path from the 8BIM profile
|
|
|
b7c072 |
@@ -130,9 +146,14 @@ Image Operators:
|
|
|
b7c072 |
\-convolve coefficients
|
|
|
b7c072 |
apply a convolution kernel to the image
|
|
|
b7c072 |
\-cycle amount cycle the image colormap
|
|
|
b7c072 |
+ \-decipher filename convert cipher pixels to plain pixels
|
|
|
b7c072 |
+ \-deskew threshold straighten an image
|
|
|
b7c072 |
\-despeckle reduce the speckles within an image
|
|
|
b7c072 |
+ \-distort method args
|
|
|
b7c072 |
+ distort images according to given method ad args
|
|
|
b7c072 |
\-draw string annotate the image with a graphic primitive
|
|
|
b7c072 |
\-edge radius apply a filter to detect edges in the image
|
|
|
b7c072 |
+ \-encipher filename convert plain pixels to cipher pixels
|
|
|
b7c072 |
\-emboss radius emboss an image
|
|
|
b7c072 |
\-enhance apply a digital filter to enhance a noisy image
|
|
|
b7c072 |
\-equalize perform histogram equalization to an image
|
|
|
b7c072 |
@@ -140,29 +161,38 @@ Image Operators:
|
|
|
b7c072 |
evaluate an arithmetic, relational, or logical expression
|
|
|
b7c072 |
\-extent geometry set the image size
|
|
|
b7c072 |
\-extract geometry extract area from image
|
|
|
b7c072 |
+ \-features distance analyze image features (e.g. contrast, correlation)
|
|
|
b7c072 |
\-fft implements the discrete Fourier transform (DFT)
|
|
|
b7c072 |
\-flip flip image vertically
|
|
|
b7c072 |
\-floodfill geometry color
|
|
|
b7c072 |
floodfill the image with color
|
|
|
b7c072 |
\-flop flop image horizontally
|
|
|
b7c072 |
\-frame geometry surround image with an ornamental border
|
|
|
b7c072 |
+ \-function name parameters
|
|
|
b7c072 |
+ apply function over image values
|
|
|
b7c072 |
\-gamma value level of gamma correction
|
|
|
b7c072 |
\-gaussian-blur geometry
|
|
|
b7c072 |
reduce image noise and reduce detail levels
|
|
|
b7c072 |
\-geometry geometry preferred size or location of the image
|
|
|
b7c072 |
- \-ift implements the inverse discrete Fourier transform (DFT)
|
|
|
b7c072 |
\-help print program options
|
|
|
b7c072 |
\-identify identify the format and characteristics of the image
|
|
|
b7c072 |
+ \-ift implements the inverse discrete Fourier transform (DFT)
|
|
|
b7c072 |
\-implode amount implode image pixels about the center
|
|
|
b7c072 |
\-lat geometry local adaptive thresholding
|
|
|
b7c072 |
- \-layers method optimize or compare image layers
|
|
|
b7c072 |
+ \-layers method optimize, merge, or compare image layers
|
|
|
b7c072 |
\-level value adjust the level of image contrast
|
|
|
b7c072 |
+ \-level-colors color,color
|
|
|
b7c072 |
+ level image with the given colors
|
|
|
b7c072 |
\-linear-stretch geometry
|
|
|
b7c072 |
improve contrast by `stretching with saturation' the intensity range
|
|
|
b7c072 |
+ \-liquid-rescale geometry
|
|
|
b7c072 |
+ rescale image with seam-carving
|
|
|
b7c072 |
\-median geometry apply a median filter to the image
|
|
|
b7c072 |
\-mode geometry make each pixel the 'predominant color' of the neighborhood
|
|
|
b7c072 |
\-modulate value vary the brightness, saturation, and hue
|
|
|
b7c072 |
\-monochrome transform image to black and white
|
|
|
b7c072 |
+ \-morphology method kernel
|
|
|
b7c072 |
+ apply a morphology method to the image
|
|
|
b7c072 |
\-motion-blur geometry
|
|
|
b7c072 |
simulate motion blur
|
|
|
b7c072 |
\-negate replace each pixel with its complementary color
|
|
|
b7c072 |
@@ -205,6 +235,8 @@ Image Operators:
|
|
|
b7c072 |
lightness rescaling using sigmoidal contrast enhancement
|
|
|
b7c072 |
\-sketch geometry simulate a pencil sketch
|
|
|
b7c072 |
\-solarize threshold negate all pixels above the threshold level
|
|
|
b7c072 |
+ \-sparse-color method args
|
|
|
b7c072 |
+ fill in a image based on a few color points
|
|
|
b7c072 |
\-splice geometry splice the background color into the image
|
|
|
b7c072 |
\-spread amount displace image pixels by a random amount
|
|
|
b7c072 |
\-statistic type geometry
|
|
|
b7c072 |
@@ -254,6 +286,7 @@ Image Stack Operators:
|
|
|
b7c072 |
\-duplicate count,indexes
|
|
|
b7c072 |
duplicate an image one or more times
|
|
|
b7c072 |
\-insert index insert last image into the image sequence
|
|
|
b7c072 |
+ \-reverse reverse image sequence
|
|
|
b7c072 |
\-swap indexes swap two images in the image sequence
|
|
|
b7c072 |
|
|
|
b7c072 |
Miscellaneous Options:
|
|
|
b7c072 |
diff --git a/utilities/montage.1.in b/utilities/montage.1.in
|
|
|
b7c072 |
index c10268f..81099da 100644
|
|
|
b7c072 |
--- a/utilities/montage.1.in
|
|
|
b7c072 |
+++ b/utilities/montage.1.in
|
|
|
b7c072 |
@@ -12,9 +12,12 @@ For more information about the montage command, point your browser to file://@DO
|
|
|
b7c072 |
Image Settings:
|
|
|
b7c072 |
\-adjoin join images into a single multi-image file
|
|
|
b7c072 |
\-affine matrix affine transform matrix
|
|
|
b7c072 |
+ \-alpha option on, activate, off, deactivate, set, opaque, copy
|
|
|
b7c072 |
+ \ transparent, extract, background, or shape
|
|
|
b7c072 |
\-authenticate value decrypt image with this password
|
|
|
b7c072 |
\-blue-primary point chromaticity blue primary point
|
|
|
b7c072 |
\-bordercolor color border color
|
|
|
b7c072 |
+ \-caption string assign a caption to an image
|
|
|
b7c072 |
\-channel type apply option to select image channels
|
|
|
b7c072 |
\-colors value preferred number of colors in the image
|
|
|
b7c072 |
\-colorspace type alternate image colorsapce
|
|
|
b7c072 |
@@ -50,6 +53,7 @@ Image Settings:
|
|
|
b7c072 |
\-mattecolor color frame color
|
|
|
b7c072 |
\-mode type framing style
|
|
|
b7c072 |
\-monitor monitor progress
|
|
|
b7c072 |
+ \-origin geometry image origin
|
|
|
b7c072 |
\-page geometry size and location of an image canvas (setting)
|
|
|
b7c072 |
\-pointsize value font point size
|
|
|
b7c072 |
\-profile filename add, delete, or apply an image profile
|
|
|
b7c072 |
@@ -58,6 +62,7 @@ Image Settings:
|
|
|
b7c072 |
\-quiet suppress all warning messages
|
|
|
b7c072 |
\-red-primary point chromaticity red primary point
|
|
|
b7c072 |
\-regard-warnings pay attention to warning messages
|
|
|
b7c072 |
+ \-respect-parentheses settings remain in effect until parenthesis boundary
|
|
|
b7c072 |
\-sampling-factor geometry
|
|
|
b7c072 |
horizontal and vertical sampling factor
|
|
|
b7c072 |
\-scenes range image scene range
|
|
|
b7c072 |
@@ -68,6 +73,7 @@ Image Settings:
|
|
|
b7c072 |
\-stroke color color to use when stroking a graphic primitive
|
|
|
b7c072 |
\-support factor resize support: > 1.0 is blurry, < 1.0 is sharp
|
|
|
b7c072 |
\-synchronize synchronize image to storage device
|
|
|
b7c072 |
+ \-taint declare the image as modified
|
|
|
b7c072 |
\-texture filename name of texture to tile onto the image background
|
|
|
b7c072 |
\-thumbnail geometry create a thumbnail of the image
|
|
|
b7c072 |
\-tile geometry number of tiles per row and column
|
|
|
b7c072 |
@@ -87,9 +93,11 @@ Image Operators:
|
|
|
b7c072 |
adaptively sharpen pixels; increase effect near edges
|
|
|
b7c072 |
\-annotate geometry text
|
|
|
b7c072 |
annotate the image with text
|
|
|
b7c072 |
+ \-auto-orient automagically orient image
|
|
|
b7c072 |
\-blur geometry reduce image noise and reduce detail levels
|
|
|
b7c072 |
\-border geometry surround image with a border of color
|
|
|
b7c072 |
\-crop geometry preferred size and location of the cropped image
|
|
|
b7c072 |
+ \-extent geometry set the image size
|
|
|
b7c072 |
\-flatten flatten a sequence of images
|
|
|
b7c072 |
\-flip flip image in the vertical direction
|
|
|
b7c072 |
\-flop flop image in the horizontal direction
|
|
|
b7c072 |
@@ -101,12 +109,14 @@ Image Operators:
|
|
|
b7c072 |
\-rotate degrees apply Paeth rotation to the image
|
|
|
b7c072 |
\-strip strip image of all profiles and comments
|
|
|
b7c072 |
\-transform affine transform image
|
|
|
b7c072 |
+ \-transpose flip image vertically and rotate 90 degrees
|
|
|
b7c072 |
\-transparent color make this color transparent within the image
|
|
|
b7c072 |
\-type type image type
|
|
|
b7c072 |
\-unsharp geometry sharpen the image
|
|
|
b7c072 |
|
|
|
b7c072 |
Image Sequence Operators:
|
|
|
b7c072 |
\-coalesce merge a sequence of images
|
|
|
b7c072 |
+ \-composite composite image
|
|
|
b7c072 |
|
|
|
b7c072 |
Image Stack Operators:
|
|
|
b7c072 |
\-clone indexes clone an image
|
|
|
b7c072 |
@@ -114,6 +124,7 @@ Image Stack Operators:
|
|
|
b7c072 |
\-duplicate count,indexes
|
|
|
b7c072 |
duplicate an image one or more times
|
|
|
b7c072 |
\-insert index insert last image into the image sequence
|
|
|
b7c072 |
+ \-reverse reverse image sequence
|
|
|
b7c072 |
\-swap indexes swap two images in the image sequence
|
|
|
b7c072 |
|
|
|
b7c072 |
Miscellaneous Options:
|
|
|
b7c072 |
diff --git a/utilities/stream.1.in b/utilities/stream.1.in
|
|
|
b7c072 |
index a0ed253..f1f615c 100644
|
|
|
b7c072 |
--- a/utilities/stream.1.in
|
|
|
b7c072 |
+++ b/utilities/stream.1.in
|
|
|
b7c072 |
@@ -28,6 +28,7 @@ Image Settings:
|
|
|
b7c072 |
\-quantize colorspace reduce colors in this colorspace
|
|
|
b7c072 |
\-quiet suppress all warning messages
|
|
|
b7c072 |
\-regard-warnings pay attention to warning messages
|
|
|
b7c072 |
+ \-respect-parentheses settings remain in effect until parenthesis boundary
|
|
|
b7c072 |
\-sampling-factor geometry
|
|
|
b7c072 |
horizontal and vertical sampling factor
|
|
|
b7c072 |
\-seed value seed a new sequence of pseudo-random numbers
|
|
|
b7c072 |
@@ -35,6 +36,7 @@ Image Settings:
|
|
|
b7c072 |
\-size geometry width and height of image
|
|
|
b7c072 |
\-storage-type type pixel storage type
|
|
|
b7c072 |
\-synchronize synchronize image to storage device
|
|
|
b7c072 |
+ \-taint declare the image as modified
|
|
|
b7c072 |
\-transparent-color color
|
|
|
b7c072 |
transparent color
|
|
|
b7c072 |
\-verbose print detailed information about the image
|
|
|
b7c072 |
diff --git a/wand/animate.c b/wand/animate.c
|
|
|
b7c072 |
index c400052..e115106 100644
|
|
|
b7c072 |
--- a/wand/animate.c
|
|
|
b7c072 |
+++ b/wand/animate.c
|
|
|
b7c072 |
@@ -155,6 +155,7 @@ static MagickBooleanType AnimateUsage(void)
|
|
|
b7c072 |
"-interpolate method pixel color interpolation method",
|
|
|
b7c072 |
"-limit type value pixel cache resource limit",
|
|
|
b7c072 |
"-loop iterations loop images then exit",
|
|
|
b7c072 |
+ "-matte store matte channel if the image has one",
|
|
|
b7c072 |
"-map type display image using this Standard Colormap",
|
|
|
b7c072 |
"-monitor monitor progress",
|
|
|
b7c072 |
"-pause seconds to pause before reanimating",
|
|
|
b7c072 |
@@ -166,9 +167,11 @@ static MagickBooleanType AnimateUsage(void)
|
|
|
b7c072 |
"-respect-parentheses settings remain in effect until parenthesis boundary",
|
|
|
b7c072 |
"-sampling-factor geometry",
|
|
|
b7c072 |
" horizontal and vertical sampling factor",
|
|
|
b7c072 |
+ "-scenes range image scene range",
|
|
|
b7c072 |
"-seed value seed a new sequence of pseudo-random numbers",
|
|
|
b7c072 |
"-set attribute value set an image attribute",
|
|
|
b7c072 |
"-size geometry width and height of image",
|
|
|
b7c072 |
+ "-support factor resize support: > 1.0 is blurry, < 1.0 is sharp",
|
|
|
b7c072 |
"-transparent-color color",
|
|
|
b7c072 |
" transparent color",
|
|
|
b7c072 |
"-treedepth value color tree depth",
|
|
|
b7c072 |
diff --git a/wand/compare.c b/wand/compare.c
|
|
|
b7c072 |
index 3b932bd..d1574f5 100644
|
|
|
b7c072 |
--- a/wand/compare.c
|
|
|
b7c072 |
+++ b/wand/compare.c
|
|
|
b7c072 |
@@ -138,6 +138,8 @@ static MagickBooleanType CompareUsage(void)
|
|
|
b7c072 |
"-quality value JPEG/MIFF/PNG compression level",
|
|
|
b7c072 |
"-size geometry width and height of image",
|
|
|
b7c072 |
"-subimage-search search for subimage",
|
|
|
b7c072 |
+ "-synchronize synchronize image to storage device",
|
|
|
b7c072 |
+ "-taint declare the image as modified",
|
|
|
b7c072 |
"-transparent-color color",
|
|
|
b7c072 |
" transparent color",
|
|
|
b7c072 |
"-type type image type",
|
|
|
b7c072 |
diff --git a/wand/composite.c b/wand/composite.c
|
|
|
b7c072 |
index 8be851d..bbc36d3 100644
|
|
|
b7c072 |
--- a/wand/composite.c
|
|
|
b7c072 |
+++ b/wand/composite.c
|
|
|
b7c072 |
@@ -304,6 +304,7 @@ static MagickBooleanType CompositeUsage(void)
|
|
|
b7c072 |
"-interpolate method pixel color interpolation method",
|
|
|
b7c072 |
"-label string assign a label to an image",
|
|
|
b7c072 |
"-limit type value pixel cache resource limit",
|
|
|
b7c072 |
+ "-matte store matte channel if the image has one",
|
|
|
b7c072 |
"-monitor monitor progress",
|
|
|
b7c072 |
"-page geometry size and location of an image canvas (setting)",
|
|
|
b7c072 |
"-pointsize value font point size",
|
|
|
b7c072 |
@@ -317,6 +318,7 @@ static MagickBooleanType CompositeUsage(void)
|
|
|
b7c072 |
"-scene value image scene number",
|
|
|
b7c072 |
"-seed value seed a new sequence of pseudo-random numbers",
|
|
|
b7c072 |
"-size geometry width and height of image",
|
|
|
b7c072 |
+ "-support factor resize support: > 1.0 is blurry, < 1.0 is sharp",
|
|
|
b7c072 |
"-synchronize synchronize image to storage device",
|
|
|
b7c072 |
"-taint declare the image as modified",
|
|
|
b7c072 |
"-transparent-color color",
|
|
|
b7c072 |
diff --git a/wand/convert.c b/wand/convert.c
|
|
|
b7c072 |
index 1838fa7..d1fb504 100644
|
|
|
b7c072 |
--- a/wand/convert.c
|
|
|
b7c072 |
+++ b/wand/convert.c
|
|
|
b7c072 |
@@ -375,6 +375,7 @@ static MagickBooleanType ConvertUsage(void)
|
|
|
b7c072 |
"-limit type value pixel cache resource limit",
|
|
|
b7c072 |
"-loop iterations add Netscape loop extension to your GIF animation",
|
|
|
b7c072 |
"-mask filename associate a mask with the image",
|
|
|
b7c072 |
+ "-matte store matte channel if the image has one",
|
|
|
b7c072 |
"-mattecolor color frame color",
|
|
|
b7c072 |
"-monitor monitor progress",
|
|
|
b7c072 |
"-orient type image orientation",
|
|
|
b7c072 |
@@ -398,6 +399,7 @@ static MagickBooleanType ConvertUsage(void)
|
|
|
b7c072 |
"-stroke color graphic primitive stroke color",
|
|
|
b7c072 |
"-strokewidth value graphic primitive stroke width",
|
|
|
b7c072 |
"-style type render text with this font style",
|
|
|
b7c072 |
+ "-support factor resize support: > 1.0 is blurry, < 1.0 is sharp",
|
|
|
b7c072 |
"-synchronize synchronize image to storage device",
|
|
|
b7c072 |
"-taint declare the image as modified",
|
|
|
b7c072 |
"-texture filename name of texture to tile onto the image background",
|
|
|
b7c072 |
diff --git a/wand/display.c b/wand/display.c
|
|
|
b7c072 |
index 9bd2bbf..a4ee63a 100644
|
|
|
b7c072 |
--- a/wand/display.c
|
|
|
b7c072 |
+++ b/wand/display.c
|
|
|
b7c072 |
@@ -185,6 +185,7 @@ static MagickBooleanType DisplayUsage(void)
|
|
|
b7c072 |
"-limit type value pixel cache resource limit",
|
|
|
b7c072 |
"-loop iterations loop images then exit",
|
|
|
b7c072 |
"-map type display image using this Standard Colormap",
|
|
|
b7c072 |
+ "-matte store matte channel if the image has one",
|
|
|
b7c072 |
"-monitor monitor progress",
|
|
|
b7c072 |
"-page geometry size and location of an image canvas",
|
|
|
b7c072 |
"-profile filename add, delete, or apply an image profile",
|
|
|
b7c072 |
@@ -197,9 +198,11 @@ static MagickBooleanType DisplayUsage(void)
|
|
|
b7c072 |
"-respect-parentheses settings remain in effect until parenthesis boundary",
|
|
|
b7c072 |
"-sampling-factor geometry",
|
|
|
b7c072 |
" horizontal and vertical sampling factor",
|
|
|
b7c072 |
+ "-scenes range image scene range",
|
|
|
b7c072 |
"-seed value seed a new sequence of pseudo-random numbers",
|
|
|
b7c072 |
"-set property value set an image property",
|
|
|
b7c072 |
"-size geometry width and height of image",
|
|
|
b7c072 |
+ "-support factor resize support: > 1.0 is blurry, < 1.0 is sharp",
|
|
|
b7c072 |
"-texture filename name of texture to tile onto the image background",
|
|
|
b7c072 |
"-transparent-color color",
|
|
|
b7c072 |
" transparent color",
|
|
|
b7c072 |
diff --git a/wand/identify.c b/wand/identify.c
|
|
|
b7c072 |
index 441f591..afa0b68 100644
|
|
|
b7c072 |
--- a/wand/identify.c
|
|
|
b7c072 |
+++ b/wand/identify.c
|
|
|
b7c072 |
@@ -122,6 +122,7 @@ static MagickBooleanType IdentifyUsage(void)
|
|
|
b7c072 |
"-crop geometry cut out a rectangular region of the image",
|
|
|
b7c072 |
"-define format:option",
|
|
|
b7c072 |
" define one or more image format options",
|
|
|
b7c072 |
+ "-define unique=true return the number of unique colors in the image",
|
|
|
b7c072 |
"-density geometry horizontal and vertical density of the image",
|
|
|
b7c072 |
"-depth value image depth",
|
|
|
b7c072 |
"-extract geometry extract area from image",
|
|
|
b7c072 |
@@ -132,6 +133,9 @@ static MagickBooleanType IdentifyUsage(void)
|
|
|
b7c072 |
"-interlace type type of image interlacing scheme",
|
|
|
b7c072 |
"-interpolate method pixel color interpolation method",
|
|
|
b7c072 |
"-limit type value pixel cache resource limit",
|
|
|
b7c072 |
+ "-list type Color, Configure, Delegate, Format, Magic, Module,",
|
|
|
b7c072 |
+ " Resource, or Type",
|
|
|
b7c072 |
+ "-matte store matte channel if the image has one",
|
|
|
b7c072 |
"-monitor monitor progress",
|
|
|
b7c072 |
"-ping efficiently determine image attributes",
|
|
|
b7c072 |
"-quiet suppress all warning messages",
|
|
|
b7c072 |
diff --git a/wand/import.c b/wand/import.c
|
|
|
b7c072 |
index 1cba0fc..8b0708e 100644
|
|
|
b7c072 |
--- a/wand/import.c
|
|
|
b7c072 |
+++ b/wand/import.c
|
|
|
b7c072 |
@@ -172,6 +172,7 @@ static MagickBooleanType ImportUsage(void)
|
|
|
b7c072 |
"-set property value set an image property",
|
|
|
b7c072 |
"-silent operate silently, i.e. don't ring any bells ",
|
|
|
b7c072 |
"-snaps value number of screen snapshots",
|
|
|
b7c072 |
+ "-support factor resize support: > 1.0 is blurry, < 1.0 is sharp",
|
|
|
b7c072 |
"-synchronize synchronize image to storage device",
|
|
|
b7c072 |
"-taint declare the image as modified",
|
|
|
b7c072 |
"-transparent-color color",
|
|
|
b7c072 |
diff --git a/wand/mogrify.c b/wand/mogrify.c
|
|
|
b7c072 |
index 8b8ccc8..0957f58 100644
|
|
|
b7c072 |
--- a/wand/mogrify.c
|
|
|
b7c072 |
+++ b/wand/mogrify.c
|
|
|
b7c072 |
@@ -3359,6 +3359,7 @@ static MagickBooleanType MogrifyUsage(void)
|
|
|
b7c072 |
"-gaussian-blur geometry",
|
|
|
b7c072 |
" reduce image noise and reduce detail levels",
|
|
|
b7c072 |
"-geometry geometry preferred size or location of the image",
|
|
|
b7c072 |
+ "-help print program options",
|
|
|
b7c072 |
"-identify identify the format and characteristics of the image",
|
|
|
b7c072 |
"-ift implements the inverse discrete Fourier transform (DFT)",
|
|
|
b7c072 |
"-implode amount implode image pixels about the center",
|
|
|
b7c072 |
@@ -3447,6 +3448,7 @@ static MagickBooleanType MogrifyUsage(void)
|
|
|
b7c072 |
},
|
|
|
b7c072 |
*sequence_operators[]=
|
|
|
b7c072 |
{
|
|
|
b7c072 |
+ "-affinity filename transform image colors to match this set of colors",
|
|
|
b7c072 |
"-append append an image sequence",
|
|
|
b7c072 |
"-clut apply a color lookup table to the image",
|
|
|
b7c072 |
"-coalesce merge a sequence of images",
|
|
|
b7c072 |
@@ -3484,12 +3486,14 @@ static MagickBooleanType MogrifyUsage(void)
|
|
|
b7c072 |
"-blue-primary point chromaticity blue primary point",
|
|
|
b7c072 |
"-bordercolor color border color",
|
|
|
b7c072 |
"-caption string assign a caption to an image",
|
|
|
b7c072 |
+ "-cdl filename color correct with a color decision list",
|
|
|
b7c072 |
"-channel type apply option to select image channels",
|
|
|
b7c072 |
"-colors value preferred number of colors in the image",
|
|
|
b7c072 |
"-colorspace type alternate image colorspace",
|
|
|
b7c072 |
"-comment string annotate image with comment",
|
|
|
b7c072 |
"-compose operator set image composite operator",
|
|
|
b7c072 |
"-compress type type of pixel compression when writing the image",
|
|
|
b7c072 |
+ "-decipher filename convert cipher pixels to plain pixels",
|
|
|
b7c072 |
"-define format:option",
|
|
|
b7c072 |
" define one or more image format options",
|
|
|
b7c072 |
"-delay value display the next image after pausing",
|
|
|
b7c072 |
@@ -3499,13 +3503,17 @@ static MagickBooleanType MogrifyUsage(void)
|
|
|
b7c072 |
"-display server get image or font from this X server",
|
|
|
b7c072 |
"-dispose method layer disposal method",
|
|
|
b7c072 |
"-dither method apply error diffusion to image",
|
|
|
b7c072 |
+ "-encipher filename convert plain pixels to cipher pixels",
|
|
|
b7c072 |
"-encoding type text encoding type",
|
|
|
b7c072 |
"-endian type endianness (MSB or LSB) of the image",
|
|
|
b7c072 |
"-family name render text with this font family",
|
|
|
b7c072 |
+ "-features distance analyze image features (e.g. contrast, correlation)",
|
|
|
b7c072 |
"-fill color color to use when filling a graphic primitive",
|
|
|
b7c072 |
"-filter type use this filter when resizing an image",
|
|
|
b7c072 |
+ "-flatten flatten a sequence of images",
|
|
|
b7c072 |
"-font name render text with this font",
|
|
|
b7c072 |
"-format \"string\" output formatted image characteristics",
|
|
|
b7c072 |
+ "-function name apply a function to the image",
|
|
|
b7c072 |
"-fuzz distance colors within this distance are considered equal",
|
|
|
b7c072 |
"-gravity type horizontal and vertical text placement",
|
|
|
b7c072 |
"-green-primary point chromaticity green primary point",
|
|
|
b7c072 |
@@ -3521,10 +3529,14 @@ static MagickBooleanType MogrifyUsage(void)
|
|
|
b7c072 |
"-limit type value pixel cache resource limit",
|
|
|
b7c072 |
"-loop iterations add Netscape loop extension to your GIF animation",
|
|
|
b7c072 |
"-mask filename associate a mask with the image",
|
|
|
b7c072 |
+ "-matte store matte channel if the image has one",
|
|
|
b7c072 |
"-mattecolor color frame color",
|
|
|
b7c072 |
"-monitor monitor progress",
|
|
|
b7c072 |
+ "-morphology method kernel",
|
|
|
b7c072 |
+ " apply a morphology method to the image",
|
|
|
b7c072 |
"-orient type image orientation",
|
|
|
b7c072 |
"-page geometry size and location of an image canvas (setting)",
|
|
|
b7c072 |
+ "-path path write images to this path on disk",
|
|
|
b7c072 |
"-ping efficiently determine image attributes",
|
|
|
b7c072 |
"-pointsize value font point size",
|
|
|
b7c072 |
"-precision value maximum number of significant digits to print",
|
|
|
b7c072 |
diff --git a/wand/montage.c b/wand/montage.c
|
|
|
b7c072 |
index 5a615c8..912c469 100644
|
|
|
b7c072 |
--- a/wand/montage.c
|
|
|
b7c072 |
+++ b/wand/montage.c
|
|
|
b7c072 |
@@ -100,7 +100,7 @@ static MagickBooleanType MontageUsage(void)
|
|
|
b7c072 |
{
|
|
|
b7c072 |
"-adaptive-sharpen geometry",
|
|
|
b7c072 |
" adaptively sharpen pixels; increase effect near edges",
|
|
|
b7c072 |
- " annotate geometry text",
|
|
|
b7c072 |
+ "-annotate geometry text",
|
|
|
b7c072 |
" annotate the image with text",
|
|
|
b7c072 |
"-auto-orient automagically orient image",
|
|
|
b7c072 |
"-blur geometry reduce image noise and reduce detail levels",
|
|
|
b7c072 |
@@ -166,6 +166,7 @@ static MagickBooleanType MontageUsage(void)
|
|
|
b7c072 |
"-kerning value set the space between two letters",
|
|
|
b7c072 |
"-label string assign a label to an image",
|
|
|
b7c072 |
"-limit type value pixel cache resource limit",
|
|
|
b7c072 |
+ "-matte store matte channel if the image has one",
|
|
|
b7c072 |
"-mattecolor color frame color",
|
|
|
b7c072 |
"-mode type framing style",
|
|
|
b7c072 |
"-monitor monitor progress",
|
|
|
b7c072 |
@@ -187,6 +188,7 @@ static MagickBooleanType MontageUsage(void)
|
|
|
b7c072 |
"-shadow add a shadow beneath a tile to simulate depth",
|
|
|
b7c072 |
"-size geometry width and height of image",
|
|
|
b7c072 |
"-stroke color color to use when stroking a graphic primitive",
|
|
|
b7c072 |
+ "-support factor resize support: > 1.0 is blurry, < 1.0 is sharp",
|
|
|
b7c072 |
"-synchronize synchronize image to storage device",
|
|
|
b7c072 |
"-taint declare the image as modified",
|
|
|
b7c072 |
"-texture filename name of texture to tile onto the image background",
|
|
|
b7c072 |
--
|
|
|
b7c072 |
1.8.3.1
|
|
|
b7c072 |
|