Changeset 349 for ImageMagick/trunk/utilities
- Timestamp:
- 10/10/09 05:55:13 (5 months ago)
- Location:
- ImageMagick/trunk/utilities
- Files:
-
- 12 modified
-
ImageMagick.1 (modified) (1 diff)
-
animate.1 (modified) (2 diffs)
-
compare.1 (modified) (2 diffs)
-
composite.1 (modified) (2 diffs)
-
conjure.1 (modified) (2 diffs)
-
convert.1 (modified) (2 diffs)
-
display.1 (modified) (2 diffs)
-
identify.1 (modified) (2 diffs)
-
import.1 (modified) (2 diffs)
-
mogrify.1 (modified) (2 diffs)
-
montage.1 (modified) (2 diffs)
-
stream.1 (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ImageMagick/trunk/utilities/ImageMagick.1
r106 r349 62 62 interprets and executes scripts written in the Magick Scripting Language (MSL). 63 63 .PP 64 For more information about the ImageMagick, point your browser to file:///usr/local/share/doc/ImageMagick-6.5. 6/index.html or http://www.imagemagick.org/.64 For more information about the ImageMagick, point your browser to file:///usr/local/share/doc/ImageMagick-6.5.7/index.html or http://www.imagemagick.org/. 65 65 .SH SEE ALSO 66 66 convert(1), identify(1), composite(1), montage(1), compare(1), display(1), animate(1), import(1), conjure(1), quantize(5), miff(4) 67 67 68 68 .SH COPYRIGHT 69 \fBCopyright (C) 1999-2009 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.5. 6/www/license.html or http://www.imagemagick.org/script/license.php\fP69 \fBCopyright (C) 1999-2009 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.5.7/www/license.html or http://www.imagemagick.org/script/license.php\fP -
ImageMagick/trunk/utilities/animate.1
r106 r349 8 8 The \fBanimate\fP program is a member of the ImageMagick(1) suite of tools. Use it to animate an image or image sequence on any X server. 9 9 10 For more information about the animate command, point your browser to file:///usr/local/share/doc/ImageMagick-6.5. 6/www/animate.html or http://www.imagemagick.org/script/animate.php.10 For more information about the animate command, point your browser to file:///usr/local/share/doc/ImageMagick-6.5.7/www/animate.html or http://www.imagemagick.org/script/animate.php. 11 11 .SH DESCRIPTION 12 12 Image Settings: … … 94 94 .SH COPYRIGHT 95 95 96 \fBCopyright (C) 1999-2009 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.5. 6/www/license.html or http://www.imagemagick.org/script/license.php\fP96 \fBCopyright (C) 1999-2009 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.5.7/www/license.html or http://www.imagemagick.org/script/license.php\fP -
ImageMagick/trunk/utilities/compare.1
r106 r349 8 8 The \fBcompare\fP program is a member of the ImageMagick(1) suite of tools. Use it to mathematically and visually annotate the difference between an image and its reconstruction. 9 9 10 For more information about the compare command, point your browser to file:///usr/local/share/doc/ImageMagick-6.5. 6/www/compare.html or http://www.imagemagick.org/script/compare.php.10 For more information about the compare command, point your browser to file:///usr/local/share/doc/ImageMagick-6.5.7/www/compare.html or http://www.imagemagick.org/script/compare.php. 11 11 .SH DESCRIPTION 12 12 Image Settings: … … 64 64 .SH COPYRIGHT 65 65 66 \fBCopyright (C) 1999-2009 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.5. 6/www/license.html or http://www.imagemagick.org/script/license.php\fP66 \fBCopyright (C) 1999-2009 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.5.7/www/license.html or http://www.imagemagick.org/script/license.php\fP -
ImageMagick/trunk/utilities/composite.1
r106 r349 8 8 The \fBcomposite\fP program is a member of the ImageMagick(1) suite of tools. Use it to overlap one image over another. 9 9 10 For more information about the composite command, point your browser to file:///usr/local/share/doc/ImageMagick-6.5. 6/www/composite.html or http://www.imagemagick.org/script/composite.php.10 For more information about the composite command, point your browser to file:///usr/local/share/doc/ImageMagick-6.5.7/www/composite.html or http://www.imagemagick.org/script/composite.php. 11 11 .SH DESCRIPTION 12 12 Image Settings: … … 102 102 .SH COPYRIGHT 103 103 104 \fBCopyright (C) 1999-2009 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.5. 6/www/license.html or http://www.imagemagick.org/script/license.php\fP104 \fBCopyright (C) 1999-2009 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.5.7/www/license.html or http://www.imagemagick.org/script/license.php\fP -
ImageMagick/trunk/utilities/conjure.1
r106 r349 8 8 The \fBconjure\fP program is a member of the ImageMagick(1) suite of tools. Use it to process a Magick Scripting Language (MSL) script. The Magick scripting language (MSL) will primarily benefit those that want to accomplish custom image processing tasks but do not wish to program, or those that do not have access to a Perl interpreter or a compiler. 9 9 10 For more information about the conjure command, point your browser to file:///usr/local/share/doc/ImageMagick-6.5. 6/www/conjure.html or http://www.imagemagick.org/script/conjure.php.10 For more information about the conjure command, point your browser to file:///usr/local/share/doc/ImageMagick-6.5.7/www/conjure.html or http://www.imagemagick.org/script/conjure.php. 11 11 .SH DESCRIPTION 12 12 Image Settings: … … 32 32 .SH COPYRIGHT 33 33 34 \fBCopyright (C) 1999-2009 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.5. 6/www/license.html or http://www.imagemagick.org/script/license.php\fP34 \fBCopyright (C) 1999-2009 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.5.7/www/license.html or http://www.imagemagick.org/script/license.php\fP -
ImageMagick/trunk/utilities/convert.1
r106 r349 8 8 The \fBconvert\fP program is a member of the ImageMagick(1) suite of tools. Use it to convert between image formats as well as resize an image, blur, crop, despeckle, dither, draw on, flip, join, re-sample, and much more. 9 9 10 For more information about the convert command, point your browser to file:///usr/local/share/doc/ImageMagick-6.5. 6/www/convert.html or http://www.imagemagick.org/script/convert.php.10 For more information about the convert command, point your browser to file:///usr/local/share/doc/ImageMagick-6.5.7/www/convert.html or http://www.imagemagick.org/script/convert.php. 11 11 .SH DESCRIPTION 12 12 Image Settings: … … 254 254 255 255 .SH COPYRIGHT 256 \fBCopyright (C) 1999-2009 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.5. 6/www/license.html or http://www.imagemagick.org/script/license.php\fP256 \fBCopyright (C) 1999-2009 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.5.7/www/license.html or http://www.imagemagick.org/script/license.php\fP -
ImageMagick/trunk/utilities/display.1
r106 r349 8 8 The \fBdisplay\fP program is a member of the ImageMagick(1) suite of tools. Use it to display an image or image sequence on any X server. 9 9 10 For more information about the display command, point your browser to file:///usr/local/share/doc/ImageMagick-6.5. 6/www/display.html or http://www.imagemagick.org/script/display.php.10 For more information about the display command, point your browser to file:///usr/local/share/doc/ImageMagick-6.5.7/www/display.html or http://www.imagemagick.org/script/display.php. 11 11 .SH DESCRIPTION 12 12 Image Settings: … … 126 126 .SH COPYRIGHT 127 127 128 \fBCopyright (C) 1999-2009 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.5. 6/www/license.html or http://www.imagemagick.org/script/license.php\fP128 \fBCopyright (C) 1999-2009 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.5.7/www/license.html or http://www.imagemagick.org/script/license.php\fP -
ImageMagick/trunk/utilities/identify.1
r106 r349 8 8 The \fBidentify\fP program is a member of the ImageMagick(1) suite of tools. It describes the format and characteristics of one or more image files. It also reports if an image is incomplete or corrupt. The information returned includes the image number, the file name, the width and height of the image, whether the image is colormapped or not, the number of colors in the image (by default off use \fI-define unique=true\fP option), the number of bytes in the image, the format of the image (JPEG, PNM, etc.), and finally the number of seconds it took to read and process the image. Many more attributes are available with the verbose option. 9 9 10 For more information about the identify command, point your browser to file:///usr/local/share/doc/ImageMagick-6.5. 6/www/identify.html or http://www.imagemagick.org/script/identify.php.10 For more information about the identify command, point your browser to file:///usr/local/share/doc/ImageMagick-6.5.7/www/identify.html or http://www.imagemagick.org/script/identify.php. 11 11 .SH DESCRIPTION 12 12 Image Settings: … … 57 57 .SH COPYRIGHT 58 58 59 \fBCopyright (C) 1999-2009 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.5. 6/www/license.html or http://www.imagemagick.org/script/license.php\fP59 \fBCopyright (C) 1999-2009 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.5.7/www/license.html or http://www.imagemagick.org/script/license.php\fP -
ImageMagick/trunk/utilities/import.1
r106 r349 8 8 The \fBimport\fP program is a member of the ImageMagick(1) suite of tools. Use it to capture some or all of an X server screen and save the image to a file. 9 9 10 For more information about the import command, point your browser to file:///usr/local/share/doc/ImageMagick-6.5. 6/www/import.html or http://www.imagemagick.org/script/import.php.10 For more information about the import command, point your browser to file:///usr/local/share/doc/ImageMagick-6.5.7/www/import.html or http://www.imagemagick.org/script/import.php. 11 11 .SH DESCRIPTION 12 12 Image Settings: … … 93 93 .SH COPYRIGHT 94 94 95 \fBCopyright (C) 1999-2009 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.5. 6/www/license.html or http://www.imagemagick.org/script/license.php\fP95 \fBCopyright (C) 1999-2009 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.5.7/www/license.html or http://www.imagemagick.org/script/license.php\fP -
ImageMagick/trunk/utilities/mogrify.1
r106 r349 8 8 The \fBmogrify\fP program is a member of the ImageMagick(1) suite of tools. Use it to resize an image, blur, crop, despeckle, dither, draw on, flip, join, re-sample, and much more. This tool is similar to convert(1) except the original image file is overwritten with any changes you request. 9 9 10 For more information about the mogrify command, point your browser to file:///usr/local/share/doc/ImageMagick-6.5. 6/www/mogrify.html or http://www.imagemagick.org/script/mogrify.php.10 For more information about the mogrify command, point your browser to file:///usr/local/share/doc/ImageMagick-6.5.7/www/mogrify.html or http://www.imagemagick.org/script/mogrify.php. 11 11 .SH DESCRIPTION 12 12 Image Settings: … … 257 257 .SH COPYRIGHT 258 258 259 \fBCopyright (C) 1999-2009 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.5. 6/www/license.html or http://www.imagemagick.org/script/license.php\fP259 \fBCopyright (C) 1999-2009 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.5.7/www/license.html or http://www.imagemagick.org/script/license.php\fP -
ImageMagick/trunk/utilities/montage.1
r106 r349 8 8 The \fBmontage\fP program is a member of the ImageMagick(1) suite of tools. Use it to create a composite image by combining several separate images. The images are tiled on the composite image optionally adorned with a border, frame, image name, and more. 9 9 10 For more information about the montage command, point your browser to file:///usr/local/share/doc/ImageMagick-6.5. 6/www/montage.html or http://www.imagemagick.org/script/montage.php.10 For more information about the montage command, point your browser to file:///usr/local/share/doc/ImageMagick-6.5.7/www/montage.html or http://www.imagemagick.org/script/montage.php. 11 11 .SH DESCRIPTION 12 12 Image Settings: … … 122 122 .SH COPYRIGHT 123 123 124 \fBCopyright (C) 1999-2009 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.5. 6/www/license.html or http://www.imagemagick.org/script/license.php\fP124 \fBCopyright (C) 1999-2009 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.5.7/www/license.html or http://www.imagemagick.org/script/license.php\fP -
ImageMagick/trunk/utilities/stream.1
r106 r349 8 8 \fBStream\fP is a lightweight tool to stream one or more pixel components of the image or portion of the image to your choice of storage formats. It writes the pixel components as they are read from the input image a row at a time making \fBstream\fP desirable when working with large images or when you require raw pixel components. 9 9 10 For more information about the stream command, point your browser to file:///usr/local/share/doc/ImageMagick-6.5. 6/www/stream.html or http://www.imagemagick.org/script/stream.php.10 For more information about the stream command, point your browser to file:///usr/local/share/doc/ImageMagick-6.5.7/www/stream.html or http://www.imagemagick.org/script/stream.php. 11 11 .SH DESCRIPTION 12 12 Image Settings: … … 54 54 .SH COPYRIGHT 55 55 56 \fBCopyright (C) 1999-2009 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.5. 6/www/license.html or http://www.imagemagick.org/script/license.php\fP56 \fBCopyright (C) 1999-2009 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.5.7/www/license.html or http://www.imagemagick.org/script/license.php\fP
