Differences between version 2 and predecessor to the previous major change of convert(1).
Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 2 | Last edited on Monday, June 3, 2002 11:55:02 pm | by perry | Revert |
Older page: | version 1 | Last edited on Monday, June 3, 2002 11:55:02 pm | by perry | Revert |
@@ -24,9 +24,9 @@
to an output file with a differing image format. In
addition, various types of image processing can be performed
on the converted image during the conversion process.
__Convert__ recognizes the image formats listed in
-''ImageMagick(1)''.
+''!
ImageMagick(1)''.
!!EXAMPLES
To convert a ''MIFF'' image of a cockatoo to a SUN raster
@@ -35,16 +35,16 @@
convert cockatoo.miff sun:cockatoo.ras
-To convert a multi-page ''PostScript'' document to
+To convert a multi-page ''!
PostScript'' document to
individual FAX pages, use:
convert -monochrome document.ps fax:page
-To convert a TIFF image to a ''PostScript'' A4 page with
+To convert a TIFF image to a ''!
PostScript'' A4 page with
the image in the lower left-hand corner, use:
convert -page A4+0+0 image.tiff document.ps
@@ -111,9 +111,9 @@
images.
For a more detailed description of each option, see
-''ImageMagick(1)''.
+''!
ImageMagick(1)''.
__-adjoin__
@@ -608,9 +608,9 @@
__-pointsize__ ''''
-pointsize of the Postscript, OPTION1, or TrueType
+pointsize of the Postscript, OPTION1, or !
TrueType
font
__-preview__ ''''
@@ -844,9 +844,9 @@
__-view__ ''''
-FlashPix viewing parameters
+!
FlashPix viewing parameters
__-wave__
''''
@@ -862,9 +862,9 @@
composite'']
For a more detailed description of each option, see
-''ImageMagick(1)''.
+''!
ImageMagick(1)''.
!!SEGMENTATION
Use __-segment__ to segment an image by analyzing the
@@ -927,14 +927,14 @@
screen.
!!SEE ALSO
-display(1), animate(1), identify(1), ImageMagick(1),
+display(1), animate(1), identify(1), !
ImageMagick(1),
montage(1), mogrify(1), composite(1)
!!COPYRIGHT
-__Copyright (C) 2002 ImageMagick Studio__
+__Copyright (C) 2002 !
ImageMagick Studio__
__Permission is hereby granted, free of charge, to any
person obtaining a copy of this software and associated
@@ -943,22 +943,22 @@
__The above copyright notice and this permission notice
shall be included in all copies or substantial portions of
-ImageMagick.__
+!
ImageMagick.__
__The software is provided
__
__Except as contained in this notice, the name of the
-ImageMagick Studio LLC shall not be used in advertising or
+!
ImageMagick Studio LLC shall not be used in advertising or
otherwise to promote the sale, use or other dealings in
-ImageMagick without prior written authorization from the
-ImageMagick Studio.__
+!
ImageMagick without prior written authorization from the
+!
ImageMagick Studio.__
!!AUTHORS
-''John Cristy, ImageMagick Studio LLC, Glenn
-Randers-Pehrson, ImageMagick Studio LLC.''
+''John Cristy, !
ImageMagick Studio LLC, Glenn
+Randers-Pehrson, !
ImageMagick Studio LLC.''
----