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.2//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 -synchronize synchronize image to storage device
65 -taint declare the image as modified
66 -transparent-color color
67 transparent color
68 -treedepth value color tree depth
69 -tile repeat composite operation across and down image
70 -units type the units of image resolution
71 -verbose print detailed information about the image
72 -virtual-pixel method
73 virtual pixel access method
74 -white-point point chromaticity white point
75
76 Image Operators:
77 -blend geometry blend images
78 -colors value preferred number of colors in the image
79 -displace geometry shift image pixels defined by a displacement map
80 -dissolve value dissolve the two images a given percent
81 -extract geometry extract area from image
82 -geometry geometry location of the composite image
83 -identify identify the format and characteristics of the
84 image
85 -monochrome transform image to black and white
86 -negate replace each pixel with its complementary color
87 -profile filename add ICM or IPTC information profile to image
88 -quantize colorspace reduce colors in this colorspace
89 -repage geometry size and location of an image canvas (operator)
90 -rotate degrees apply Paeth rotation to the image
91 -resize geometry resize the image
92 -sharpen geometry sharpen the image
93 -stegano offset hide watermark within an image
94 -stereo combine two image to create a stereo anaglyph
95 -strip strip image of all profiles and comments
96 -thumbnail geometry create a thumbnail of the image
97 -transform affine transform image
98 -type type image type
99 -unsharp geometry sharpen the image
100 -watermark geometry percent brightness and saturation of a watermark
101 -write filename write images to this file
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 num‐
111 ber. To specify a particular image format, precede the filename with
112 an image format name and a colon (i.e. ps:image) or specify the image
113 type as the filename suffix (i.e. image.ps). Specify 'file' as '-' for
114 standard input or output.
115
117 ImageMagick(1)
118
119
121 Copyright (C) 1999-2011 ImageMagick Studio LLC. Additional copyrights
122 and licenses apply to this software, see
123 file:///usr/share/doc/ImageMagick-6.7.2//www/license.html or
124 http://www.imagemagick.org/script/license.php
125
126
127
128ImageMagick Date: 2009/01/10 01:00:00 composite(1)