18 #ifndef MAGICKCORE_CHANNEL_H
19 #define MAGICKCORE_CHANNEL_H
23 #if defined(__cplusplus) || defined(c_plusplus)
37 #if defined(__cplusplus) || defined(c_plusplus)
Definition: exception.h:102
MagickExport Image * SeparateImages(const Image *image, const ChannelType channel, ExceptionInfo *exception)
Definition: channel.c:577
MagickExport MagickBooleanType SetImageAlphaChannel(Image *image, const AlphaChannelType alpha_type)
Definition: channel.c:652
MagickBooleanType
Definition: magick-type.h:198
MagickExport MagickBooleanType SeparateImageChannel(Image *image, const ChannelType channel)
Definition: channel.c:383
AlphaChannelType
Definition: image.h:30
MagickExport Image * CombineImages(const Image *image, const ChannelType channel, ExceptionInfo *exception)
Definition: channel.c:93
ChannelType
Definition: magick-type.h:164
MagickExport MagickBooleanType GetImageAlphaChannel(const Image *image)
Definition: channel.c:317
#define MagickExport
Definition: method-attribute.h:80
MagickExport Image * SeparateImage(const Image *image, const ChannelType channel, ExceptionInfo *exception)
Definition: channel.c:356