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