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.3.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 -debug events display copious debugging information
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 GIF disposal method
37 -dither apply Floyd/Steinberg error diffusion to image
38 -encoding type text encoding type
39 -endian type endianness (MSB or LSB) of the image
40 -filter type use this filter when resizing an image
41 -font name render text with this font
42 -format "string" output formatted image characteristics
43 -gravity type which direction to gravitate towards
44 -green-primary point chromaticity green primary point
45 -interlace type type of image interlacing scheme
46 -interpolate method pixel color interpolation method
47 -label string assign a label to an image
48 -limit type value pixel cache resource limit
49 -log format format of debugging information
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 -quality value JPEG/MIFF/PNG compression level
54 -quiet suppress all error or warning messages
55 -red-primary point chromaticity red primary point
56 -regard-warnings pay attention to warning messages
57 -sampling-factor geometry
58 horizontal and vertical sampling factor
59 -scene value image scene number
60 -size geometry width and height of image
61 -support factor resize support: > 1.0 is blurry, < 1.0 is sharp
62 -transparent-color color
63 transparent color
64 -treedepth value color tree depth
65 -tile repeat composite operation across and down image
66 -units type the units of image resolution
67 -verbose print detailed information about the image
68 -virtual-pixel method
69 virtual pixel access method
70 -white-point point chromaticity white point
71
72 Image Operators:
73 -blend geometry blend images
74 -colors value preferred number of colors in the image
75 -displace geometry shift image pixels defined by a displacement map
76 -dissolve value dissolve the two images a given percent
77 -extract geometry extract area from image
78 -geometry geometry location of the composite image
79 -help print program options
80 -identify identify the format and characteristics of the
81 image
82 -monochrome transform image to black and white
83 -negate replace every 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 -repage geometry size and location of an image canvas (operator)
87 -rotate degrees apply Paeth rotation to the image
88 -resize geometry resize the image
89 -sharpen geometry sharpen the image
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 -version print version information
98 -watermark geometry percent brightness and saturation of a watermark
99 -write filename write images to this file
100
101 By default, the image format of `file' is determined by its magic num‐
102 ber. To specify a particular image format, precede the filename with
103 an image format name and a colon (i.e. ps:image) or specify the image
104 type as the filename suffix (i.e. image.ps). Specify 'file' as '-' for
105 standard input or output.
106
108 ImageMagick(1)
109
110
112 Copyright (C) 1999-2006 ImageMagick Studio LLC. Additional copyrights
113 and licenses apply to this software, see
114 file:///usr/share/doc/ImageMagick-6.3.2/www/license.php or
115 http://www.imagemagick.org/script/license.php
116
117
118
119ImageMagick Date: 2005/03/01 01:00:00 composite(1)