root / ImageMagick / branches / ImageMagick-6.3.5 / utilities / composite.1.in

Revision 7647, 5.2 kB (checked in by cristy, 15 months ago)
Line 
1.TH composite 1 "Date: 2005/03/01 01:00:00" "ImageMagick"
2.SH NAME
3composite \-  overlaps one image over another.
4.SH SYNOPSIS
5.TP
6\fBcomposite\fP \fB[\fP \fIoptions\fP \fB... ]\fP \fIchange-file base-file\fP \fB[\fP \fImask-file\fP \fB]\fP \fIoutput-image\fP
7.SH OVERVIEW
8The \fBcomposite\fP program is a member of the ImageMagick(1) suite of tools.  Use it to overlap one image over another.
9
10For more information about the composite command, point your browser to file://@MagickDocumentPath@/www/composite.html or http://www.imagemagick.org/script/composite.php.
11.SH DESCRIPTION
12Image Settings:
13  -affine matrix       affine transform matrix
14  -authenticate value  decrypt image with this password
15  -blue-primary point  chromaticity blue primary point
16  -channel type        apply option to select image channels
17  -colorspace type     alternate image colorspace
18  -comment string      annotate image with comment
19  -compose operator    composite operator
20  -compress type       type of pixel compression when writing the image
21  -debug events        display copious debugging information
22  -define format:option
23                       define one or more image format options
24  -depth value         image depth
25  -density geometry    horizontal and vertical density of the image
26  -display server      get image or font from this X server
27  -dispose method      GIF disposal method
28  -dither              apply Floyd/Steinberg error diffusion to image
29  -encoding type       text encoding type
30  -endian type         endianness (MSB or LSB) of the image
31  -filter type         use this filter when resizing an image
32  -font name           render text with this font
33  -format "string"     output formatted image characteristics
34  -gravity type        which direction to gravitate towards
35  -green-primary point chromaticity green primary point
36  -interlace type      type of image interlacing scheme
37  -interpolate method  pixel color interpolation method
38  -label string        assign a label to an image
39  -limit type value    pixel cache resource limit
40  -log format          format of debugging information
41  -matte               store matte channel if the image has one
42  -monitor             monitor progress
43  -page geometry       size and location of an image canvas (setting)
44  -quality value       JPEG/MIFF/PNG compression level
45  -quiet               suppress all warning messages
46  -red-primary point   chromaticity red primary point
47  -regard-warnings     pay attention to warning messages
48  -sampling-factor geometry
49                       horizontal and vertical sampling factor
50  -scene value         image scene number
51  -seed value          seed a new sequence of pseudo-random numbers
52  -size geometry       width and height of image
53  -support factor      resize support: > 1.0 is blurry, < 1.0 is sharp
54  -transparent-color color
55                       transparent color
56  -treedepth value     color tree depth
57  -tile                repeat composite operation across and down image
58  -units type          the units of image resolution
59  -verbose             print detailed information about the image
60  -virtual-pixel method
61                       virtual pixel access method
62  -white-point point   chromaticity white point
63
64Image Operators:
65  -blend geometry      blend images
66  -colors value        preferred number of colors in the image
67  -displace geometry   shift image pixels defined by a displacement map
68  -dissolve value      dissolve the two images a given percent
69  -extract geometry    extract area from image
70  -geometry geometry   location of the composite image
71  -help                print program options
72  -identify            identify the format and characteristics of the image
73  -monochrome          transform image to black and white
74  -negate              replace every pixel with its complementary color
75  -profile filename    add ICM or IPTC information profile to image
76  -quantize colorspace reduce colors in this colorspace
77  -repage geometry     size and location of an image canvas (operator)
78  -rotate degrees      apply Paeth rotation to the image
79  -resize geometry     resize the image
80  -sharpen geometry    sharpen the image
81  -stegano offset      hide watermark within an image
82  -stereo              combine two image to create a stereo anaglyph
83  -strip               strip image of all profiles and comments
84  -thumbnail geometry  create a thumbnail of the image
85  -transform           affine transform image
86  -type type           image type
87  -unsharp geometry    sharpen the image
88  -version             print version information
89  -watermark geometry  percent brightness and saturation of a watermark
90  -write filename      write images to this file
91
92By 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.
93.SH SEE-ALSO
94ImageMagick(1)
95
96.SH COPYRIGHT
97
98\fBCopyright (C) 1999-2007 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file://@MagickDocumentPath@/www/license.php or http://www.imagemagick.org/script/license.php\fP
Note: See TracBrowser for help on using the browser.