| 1 | .TH composite 1 "Date: 2005/03/01 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-6.4.3/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 | -transparent-color color |
|---|
| 56 | transparent color |
|---|
| 57 | -treedepth value color tree depth |
|---|
| 58 | -tile repeat composite operation across and down image |
|---|
| 59 | -units type the units of image resolution |
|---|
| 60 | -verbose print detailed information about the image |
|---|
| 61 | -virtual-pixel method |
|---|
| 62 | virtual pixel access method |
|---|
| 63 | -white-point point chromaticity white point |
|---|
| 64 | |
|---|
| 65 | Image Operators: |
|---|
| 66 | -blend geometry blend images |
|---|
| 67 | -colors value preferred number of colors in the image |
|---|
| 68 | -displace geometry shift image pixels defined by a displacement map |
|---|
| 69 | -dissolve value dissolve the two images a given percent |
|---|
| 70 | -extract geometry extract area from image |
|---|
| 71 | -geometry geometry location of the composite image |
|---|
| 72 | -identify identify the format and characteristics of the image |
|---|
| 73 | -monochrome transform image to black and white |
|---|
| 74 | -negate replace every pixel with its complementary color |
|---|
| 75 | -profile filename add ICM or IPTC information profile to image |
|---|
| 76 | -quantize colorspace reduce colors in this colorspace |
|---|
| 77 | -repage geometry size and location of an image canvas (operator) |
|---|
| 78 | -rotate degrees apply Paeth rotation to the image |
|---|
| 79 | -resize geometry resize the image |
|---|
| 80 | -sharpen geometry sharpen the image |
|---|
| 81 | -stegano offset hide watermark within an image |
|---|
| 82 | -stereo combine two image to create a stereo anaglyph |
|---|
| 83 | -strip strip image of all profiles and comments |
|---|
| 84 | -thumbnail geometry create a thumbnail of the image |
|---|
| 85 | -transform affine transform image |
|---|
| 86 | -type type image type |
|---|
| 87 | -unsharp geometry sharpen the image |
|---|
| 88 | -watermark geometry percent brightness and saturation of a watermark |
|---|
| 89 | -write filename write images to this file |
|---|
| 90 | |
|---|
| 91 | Miscellaneous Options: |
|---|
| 92 | -debug events display copious debugging information |
|---|
| 93 | -help print program options |
|---|
| 94 | -log format format of debugging information |
|---|
| 95 | -list type print a list of supported option arguments |
|---|
| 96 | -version print version information |
|---|
| 97 | |
|---|
| 98 | 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. |
|---|
| 99 | .SH SEE-ALSO |
|---|
| 100 | ImageMagick(1) |
|---|
| 101 | |
|---|
| 102 | .SH COPYRIGHT |
|---|
| 103 | |
|---|
| 104 | \fBCopyright (C) 1999-2008 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.4.3/www/license.php or http://www.imagemagick.org/script/license.php\fP |
|---|