18 #ifndef MAGICKCORE_CHANNEL_H
19 #define MAGICKCORE_CHANNEL_H
23 #if defined(__cplusplus) || defined(c_plusplus)
37 #if defined(__cplusplus) || defined(c_plusplus)
AlphaChannelOption
Definition: image.h:28
Definition: exception.h:101
MagickExport Image * ChannelFxImage(const Image *image, const char *expression, ExceptionInfo *exception)
Definition: channel.c:194
MagickExport Image * CombineImages(const Image *image, const ColorspaceType colorspace, ExceptionInfo *exception)
Definition: channel.c:491
MagickExport MagickBooleanType SetImageAlphaChannel(Image *image, const AlphaChannelOption alpha_type, ExceptionInfo *exception)
Definition: channel.c:974
MagickBooleanType
Definition: magick-type.h:169
MagickExport Image * SeparateImage(const Image *image, const ChannelType channel_type, ExceptionInfo *exception)
Definition: channel.c:708
ChannelType
Definition: pixel.h:33
MagickExport MagickBooleanType GetImageAlphaChannel(const Image *image)
Definition: channel.c:671
ColorspaceType
Definition: colorspace.h:25
#define MagickExport
Definition: method-attribute.h:80
MagickExport Image * SeparateImages(const Image *image, ExceptionInfo *exception)
Definition: channel.c:849