/usr/include/ImageMagick-6/magick
NameSizeModeActions
animate.h9580644editdlrm
annotate.h13050644editdlrm
api.h9630644editdlrm
artifact.h13770644editdlrm
attribute.h18090644editdlrm
blob.h24630644editdlrm
cache-view.h38360644editdlrm
cache.h28850644editdlrm
channel.h17190644editdlrm
cipher.h11280644editdlrm
client.h10470644editdlrm
coder.h16400644editdlrm
color.h30210644editdlrm
colormap.h10210644editdlrm
colorspace.h24590644editdlrm
compare.h20800644editdlrm
composite.h32740644editdlrm
compress.h20770644editdlrm
configure.h20270644editdlrm
constitute.h15660644editdlrm
decorate.h12560644editdlrm
delegate.h22050644editdlrm
deprecate.h174780644editdlrm
display.h10540644editdlrm
distort.h27110644editdlrm
distribute-cache.h9880644editdlrm
draw.h57590644editdlrm
effect.h42650644editdlrm
enhance.h29940644editdlrm
exception.h45930644editdlrm
feature.h17460644editdlrm
fourier.h14170644editdlrm
fx.h10280644editdlrm
gem.h30250644editdlrm
geometry.h41000644editdlrm
hashmap.h29080644editdlrm
histogram.h15070644editdlrm
identify.h9500644editdlrm
image-view.h27530644editdlrm
image.h112540644editdlrm
ImageMagick.h9790644editdlrm
layer.h20770644editdlrm
list.h23520644editdlrm
locale_.h26730644editdlrm
log.h27550644editdlrm
magic.h16540644editdlrm
magick-baseconfig-64.h463660644editdlrm
magick-baseconfig.h2030644editdlrm
magick-config-64.h67420644editdlrm
magick-config.h1950644editdlrm
magick-type.h70650644editdlrm
magick.h37800644editdlrm
MagickCore.h46900644editdlrm
matrix.h17630644editdlrm
memory_.h32850644editdlrm
method-attribute.h41940644editdlrm
methods.h1105970644editdlrm
mime.h14430644editdlrm
module.h22800644editdlrm
monitor.h16160644editdlrm
montage.h17690644editdlrm
morphology.h46660644editdlrm
opencl.h25170644editdlrm
option.h54140644editdlrm
paint.h17730644editdlrm
pixel-accessor.h86020644editdlrm
pixel.h48010644editdlrm
policy.h19060644editdlrm
prepress.h9180644editdlrm
profile.h17910644editdlrm
property.h16240644editdlrm
quantize.h19880644editdlrm
quantum.h53110644editdlrm
random_.h16670644editdlrm
registry.h15040644editdlrm
resample.h26580644editdlrm
resize.h17700644editdlrm
resource_.h18460644editdlrm
segment.h11020644editdlrm
semaphore.h13470644editdlrm
shear.h11330644editdlrm
signature.h9260644editdlrm
splay-tree.h20190644editdlrm
static.h102520644editdlrm
statistic.h49790644editdlrm
stream.h11120644editdlrm
string_.h37170644editdlrm
studio.h106340644editdlrm
threshold.h24390644editdlrm
timer.h16010644editdlrm
token.h16220644editdlrm
transform.h19480644editdlrm
type.h21560644editdlrm
utility.h19540644editdlrm
version-64.h31340644editdlrm
version.h1830644editdlrm
vision.h9520644editdlrm
visual-effects.h28470644editdlrm
widget.h26270644editdlrm
xml-tree.h21340644editdlrm
xwindow.h11120644editdlrm
Edit: /usr/include/ImageMagick-6/magick/composite.h (3274B)
/* Copyright 1999 ImageMagick Studio LLC, a non-profit organization dedicated to making software imaging solutions freely available. You may not use this file except in compliance with the License. You may obtain a copy of the License at https://imagemagick.org/script/license.php Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. MagickCore image composite methods. */ #ifndef MAGICKCORE_COMPOSITE_H #define MAGICKCORE_COMPOSITE_H #if defined(__cplusplus) || defined(c_plusplus) extern "C" { #endif typedef enum { UndefinedCompositeOp, NoCompositeOp, ModulusAddCompositeOp, AtopCompositeOp, BlendCompositeOp, BumpmapCompositeOp, ChangeMaskCompositeOp, ClearCompositeOp, ColorBurnCompositeOp, ColorDodgeCompositeOp, ColorizeCompositeOp, CopyBlackCompositeOp, CopyBlueCompositeOp, CopyCompositeOp, CopyCyanCompositeOp, CopyGreenCompositeOp, CopyMagentaCompositeOp, CopyOpacityCompositeOp, CopyRedCompositeOp, CopyYellowCompositeOp, DarkenCompositeOp, DstAtopCompositeOp, DstCompositeOp, DstInCompositeOp, DstOutCompositeOp, DstOverCompositeOp, DifferenceCompositeOp, DisplaceCompositeOp, DissolveCompositeOp, ExclusionCompositeOp, HardLightCompositeOp, HueCompositeOp, InCompositeOp, LightenCompositeOp, LinearLightCompositeOp, LuminizeCompositeOp, MinusDstCompositeOp, ModulateCompositeOp, MultiplyCompositeOp, OutCompositeOp, OverCompositeOp, OverlayCompositeOp, PlusCompositeOp, ReplaceCompositeOp, SaturateCompositeOp, ScreenCompositeOp, SoftLightCompositeOp, SrcAtopCompositeOp, SrcCompositeOp, SrcInCompositeOp, SrcOutCompositeOp, SrcOverCompositeOp, ModulusSubtractCompositeOp, ThresholdCompositeOp, XorCompositeOp, /* These are new operators, added after the above was last sorted. * The list should be re-sorted only when a new library version is * created. */ DivideDstCompositeOp, DistortCompositeOp, BlurCompositeOp, PegtopLightCompositeOp, VividLightCompositeOp, PinLightCompositeOp, LinearDodgeCompositeOp, LinearBurnCompositeOp, MathematicsCompositeOp, DivideSrcCompositeOp, MinusSrcCompositeOp, DarkenIntensityCompositeOp, LightenIntensityCompositeOp, HardMixCompositeOp, StereoCompositeOp } CompositeOperator; /* Deprecated (renamed) Method Names for backward compatibility * However the CompositeOp value has not changed, just renamed. */ #define AddCompositeOp ModulusAddCompositeOp #define SubtractCompositeOp ModulusSubtractCompositeOp #define MinusCompositeOp MinusDstCompositeOp #define DivideCompositeOp DivideDstCompositeOp extern MagickExport MagickBooleanType CompositeImage(Image *,const CompositeOperator,const Image *,const ssize_t, const ssize_t), CompositeImageChannel(Image *,const ChannelType,const CompositeOperator, const Image *,const ssize_t,const ssize_t), TextureImage(Image *,const Image *); #if defined(__cplusplus) || defined(c_plusplus) } #endif #endif