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.7.8/www/composite.html or
18 http://www.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 -respect-parentheses settings remain in effect until parenthesis
61 boundary
62 -sampling-factor geometry
63 horizontal and vertical sampling factor
64 -scene value image scene number
65 -seed value seed a new sequence of pseudo-random numbers
66 -size geometry width and height of image
67 -support factor resize support: > 1.0 is blurry, < 1.0 is sharp
68 -synchronize synchronize image to storage device
69 -taint declare the image as modified
70 -transparent-color color
71 transparent color
72 -treedepth value color tree depth
73 -tile repeat composite operation across and down image
74 -units type the units of image resolution
75 -verbose print detailed information about the image
76 -virtual-pixel method
77 virtual pixel access method
78 -white-point point chromaticity white point
79
80 Image Operators:
81 -blend geometry blend images
82 -border geometry surround image with a border of color
83 -bordercolor color border color
84 -colors value preferred number of colors in the image
85 -displace geometry shift image pixels defined by a displacement map
86 -dissolve value dissolve the two images a given percent
87 -distort geometry shift lookup according to a absolute distortion
88 map
89 -extract geometry extract area from image
90 -geometry geometry location of the composite image
91 -identify identify the format and characteristics of the
92 image
93 -monochrome transform image to black and white
94 -negate replace each pixel with its complementary color
95 -profile filename add ICM or IPTC information profile to image
96 -quantize colorspace reduce colors in this colorspace
97 -repage geometry size and location of an image canvas (operator)
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-2012 ImageMagick Studio LLC. Additional copyrights
134 and licenses apply to this software, see
135 file:///usr/share/doc/ImageMagick-6.7.8/www/license.html or
136 http://www.imagemagick.org/script/license.php
137
138
139
140ImageMagick Date: 2009/01/10 01:00:00 composite(1)