1composite(1)                General Commands Manual               composite(1)
2
3
4

NAME

6       composite -  overlaps one image over another.
7

SYNOPSIS

9       magick  composite  [  options ... ] change-file base-file [ mask-file ]
10       output-image
11

OVERVIEW

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-7/www/composite.html               or
18       https://imagemagick.org/script/composite.php.
19

DESCRIPTION

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         -colorspace type     alternate image colorspace
28         -comment string      annotate image with comment
29         -compose operator    composite operator
30         -compress type       type of pixel compression when writing the image
31         -decipher filename   convert cipher pixels to plain pixels
32         -define format:option
33                              define one or more image format options
34         -depth value         image depth
35         -density geometry    horizontal and vertical density of the image
36         -display server      get image or font from this X server
37         -dispose method      layer disposal method
38         -dither method       apply error diffusion to image
39         -encipher filename   convert plain pixels to cipher pixels
40         -encoding type       text encoding type
41         -endian type         endianness (MSB or LSB) of the image
42         -filter type         use this filter when resizing an image
43         -font name           render text with this font
44         -format "string"     output formatted image characteristics
45         -gravity type        which direction to gravitate towards
46         -green-primary point chromaticity green primary point
47         -interlace type      type of image interlacing scheme
48         -interpolate method  pixel color interpolation method
49         -label string        assign a label to an image
50         -limit type value    pixel cache resource limit
51         -matte               store matte channel if the image has one
52         -monitor             monitor progress
53         -page geometry       size and location of an image canvas (setting)
54         -pointsize value     font point size
55         -quality value       JPEG/MIFF/PNG compression level
56         -quiet               suppress all warning messages
57         -red-primary point   chromaticity red primary point
58         -regard-warnings     pay attention to warning messages
59         -repage geometry     size and location of an image canvas (operator)
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         -channel mask        set the image channel mask
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

SEE ALSO

129       ImageMagick(1)
130
131
133       Copyright (C) 1999 ImageMagick Studio LLC.  Additional  copyrights  and
134       licenses  apply  to  this  software,  see  file:///usr/share/doc/Image‐
135       Magick-7/www/license.html or https://imagemagick.org/script/license.php
136
137
138
139ImageMagick                Date: 2009/01/10 01:00:00              composite(1)
Impressum