Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
composite(1)
Edit
PageHistory
Diff
Info
LikePages
composite !!!composite NAME SYNOPSIS DESCRIPTION EXAMPLES OPTIONS ENVIRONMENT SEE ALSO COPYRIGHT AUTHORS ---- !!NAME composite - composite images together. !!SYNOPSIS __composite [[__ ''options'' __... ]__ ''image composite'' __[[__ ''mask'' __]__ ''composited'' !!DESCRIPTION __composite__ composite images to create new images. The optional __mask__ can be used to provide matte information for __composite__ when it has none or if you want a different mask. A mask image is typically grayscale and the same size as __composite__. If the image is not grayscale, it is converted to grayscale and the resulting intensities are used as matte information. If ''composited'' already exists, you will be prompted as to whether it should be overwritten. !!EXAMPLES To composite an image of a cockatoo with a perch, use: composite cockatoo.miff perch.ras composite.miff To compute the difference between images in a series, use: composite -compose difference series.1 series.2 difference.miff To composite an image of a cockatoo with a perch starting at location (100,150), use: composite -geometry +100+150 cockatoo.miff perch.ras composite.miff To tile a logo across your image of a cockatoo, use convert +shade 30x60 cockatoo.miff mask.miff composite -compose bumpmap -tile logo.png cockatoo.miff mask.miff composite.miff To composite a red, green, and blue color plane into a single composite image, try composite -compose !CopyGreen red.png green.png red-green.png composite -compose !CopyBlue red-green.png blue.png composite.png !!OPTIONS Options are processed in command line order. Any option you specify on the command line remains in effect only for the image that follows. All options are reset to their default values after each image is read. For a more detailed description of each option, see ''!ImageMagick(1)''. __-background__ '''' the background color __-cache__ '''' megabytes of memory available to the pixel cache __-colors__ '''' preferred number of colors in the image __-colorspace__ '''' the type of colorspace __-comment__ '''' annotate an image with a comment __-compose__ '''' the type of image composition __-compress__ '''' the type of image compression __-debug__ enable debug printout __-density__ '''' vertical and horizontal resolution in pixels of the image __-depth__ '''' depth of the image __-displace__ '' '' shift image pixels as defined by a displacement map __-display__ '''' specifies the X server to contact __-dispose__ '''' GIF disposal method __-dissolve__ '''' dissolve an image into another by the given percent __-dither__ apply Floyd/Steinberg error diffusion to the image __-endian__ '''' specify endianness (MSB or LSB) of output image __-filter__ '''' use this type of filter when resizing an image __-font__ '''' use this font when annotating the image with text __-geometry__ '' '' preferred size and location of the Image window. __-gravity__ '''' direction primitive gravitates to when annotating the image. __-help__ print usage instructions __-interlace__ '''' the type of interlacing scheme __-label__ '''' assign a label to an image __-matte__ store matte channel if the image has one __-monochrome__ transform the image to black and white __-negate__ replace every pixel with its complementary color __-page__ '''' size and location of an image canvas __-profile__ '''' add ICM, IPTC, or generic profile to image __-quality__ '''' JPEG/MIFF/PNG compression level __-resize__ '''' resize and locate an image __-rotate__ '''' apply Paeth image rotation to the image __-sampling_factor__ '''' sampling factors used by JPEG encoder. __-scene__ '''' set scene number __-sharpen__ '''' sharpen the image __-size__ '''' width and height of the image __-stegano__ '''' hide watermark within an image __-stereo__ composite two images to create a stereo anaglyph __-treedepth__ '''' tree depth for the color reduction algorithm __-trim__ trim an image __-type__ '''' the image type __-units__ '''' the type of image resolution __-unsharp__ '''' sharpen the image with an unsharp mask operator __-verbose__ print detailed information about the image __-watermark__ '''' percent brightness and saturation of a watermark __-write__ '''' write an image sequence [[''convert, composite''] For a more detailed description of each option, see ''!ImageMagick(1)''. !!ENVIRONMENT __DISPLAY__ To get the default host, display number, and screen. !!SEE ALSO animate(1), display(1), conjure(1), convert(1), identify(1), !ImageMagick(1), import(1), mogrify(1), montage(1) !!COPYRIGHT __Copyright (C) 2002 !ImageMagick Studio__ __Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files ( __ __The above copyright notice and this permission notice shall be included in all copies or substantial portions of !ImageMagick.__ __The software is provided __ __Except as contained in this notice, the name of the !ImageMagick Studio LLC shall not be used in advertising or otherwise to promote the sale, use or other dealings in !ImageMagick without prior written authorization from the !ImageMagick Studio.__ !!AUTHORS ''John Cristy, !ImageMagick Studio LLC, Glenn Randers-Pehrson, !ImageMagick Studio LLC.'' ----
10 pages link to
composite(1)
:
identify(1)
ImageMagick(1)
animate(1)
import(1)
conjure(1)
convert(1)
display(1)
mogrify(1)
montage(1)
Man1c
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.