]> granicus.if.org Git - imagemagick/blob - utilities/composite.1.in
Add support for -separate option in the compare utility
[imagemagick] / utilities / composite.1.in
1 .TH composite 1 "Date: 2009/01/10 01:00:00" "ImageMagick"
2 .SH NAME
3 composite \-  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
8 The \fBcomposite\fP program is a member of the ImageMagick(1) suite of tools.  Use it to overlap one image over another.
9
10 For more information about the composite command, point your browser to file://@DOCUMENTATION_PATH@/www/composite.html or http://www.imagemagick.org/script/composite.php.
11 .SH DESCRIPTION
12 Image Settings:
13   \-affine matrix       affine transform matrix
14   \-alpha option        on, activate, off, deactivate, set, opaque, copy
15                         transparent, extract, background, or shape
16   \-authenticate value  decrypt image with this password
17   \-blue-primary point  chromaticity blue primary point
18   \-colorspace type     alternate image colorspace
19   \-comment string      annotate image with comment
20   \-compose operator    composite operator
21   \-compress type       type of pixel compression when writing the image
22   \-decipher filename   convert cipher pixels to plain pixels
23   \-define format:option
24                        define one or more image format options
25   \-depth value         image depth
26   \-density geometry    horizontal and vertical density of the image
27   \-display server      get image or font from this X server
28   \-dispose method      layer disposal method
29   \-dither method       apply error diffusion to image
30   \-encipher filename   convert plain pixels to cipher pixels
31   \-encoding type       text encoding type
32   \-endian type         endianness (MSB or LSB) of the image
33   \-filter type         use this filter when resizing an image
34   \-font name           render text with this font
35   \-format "string"     output formatted image characteristics
36   \-gravity type        which direction to gravitate towards
37   \-green-primary point chromaticity green primary point
38   \-interlace type      type of image interlacing scheme
39   \-interpolate method  pixel color interpolation method
40   \-label string        assign a label to an image
41   \-limit type value    pixel cache resource limit
42   \-matte               store matte channel if the image has one
43   \-monitor             monitor progress
44   \-page geometry       size and location of an image canvas (setting)
45   \-pointsize value     font point size
46   \-quality value       JPEG/MIFF/PNG compression level
47   \-quiet               suppress all warning messages
48   \-red-primary point   chromaticity red primary point
49   \-regard-warnings     pay attention to warning messages
50   \-repage geometry     size and location of an image canvas (operator)
51   \-respect-parentheses settings remain in effect until parenthesis boundary
52   \-sampling-factor geometry
53                        horizontal and vertical sampling factor
54   \-scene value         image scene number
55   \-seed value          seed a new sequence of pseudo-random numbers
56   \-size geometry       width and height of image
57   \-support factor      resize support: > 1.0 is blurry, < 1.0 is sharp
58   \-synchronize         synchronize image to storage device
59   \-taint               declare the image as modified
60   \-transparent-color color
61                        transparent color
62   \-treedepth value     color tree depth
63   \-tile                repeat composite operation across and down image
64   \-units type          the units of image resolution
65   \-verbose             print detailed information about the image
66   \-virtual-pixel method
67                        virtual pixel access method
68   \-white-point point   chromaticity white point
69
70 Image Operators:
71   \-blend geometry      blend images
72   \-border geometry     surround image with a border of color
73   \-bordercolor color   border color
74   \-channel mask        set the image channel mask
75   \-colors value        preferred number of colors in the image
76   \-displace geometry   shift image pixels defined by a displacement map
77   \-dissolve value      dissolve the two images a given percent
78   \-distort geometry    shift lookup according to a absolute distortion map
79   \-extract geometry    extract area from image
80   \-geometry geometry   location of the composite image
81   \-identify            identify the format and characteristics of the image
82   \-monochrome          transform image to black and white
83   \-negate              replace each pixel with its complementary color 
84   \-profile filename    add ICM or IPTC information profile to image
85   \-quantize colorspace reduce colors in this colorspace
86   \-rotate degrees      apply Paeth rotation to the image
87   \-resize geometry     resize the image
88   \-sharpen geometry    sharpen the image
89   \-shave geometry      shave pixels from the image edges
90   \-stegano offset      hide watermark within an image
91   \-stereo              combine two image to create a stereo anaglyph
92   \-strip               strip image of all profiles and comments
93   \-thumbnail geometry  create a thumbnail of the image
94   \-transform           affine transform image
95   \-type type           image type
96   \-unsharp geometry    sharpen the image
97   \-watermark geometry  percent brightness and saturation of a watermark
98   \-write filename      write images to this file
99
100 Image Stack Operators:
101   \-swap indexes        swap two images in the image sequence
102
103 Miscellaneous Options:
104   \-debug events        display copious debugging information
105   \-help                print program options
106   \-log format          format of debugging information
107   \-list type           print a list of supported option arguments
108   \-version             print version information
109
110 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.
111 .SH SEE ALSO
112 ImageMagick(1)
113
114 .SH COPYRIGHT
115
116 \fBCopyright (C) 1999-2017 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file://@DOCUMENTATION_PATH@/www/license.html or http://www.imagemagick.org/script/license.php\fP