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