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