Warning, file /include/ImageMagick-7/MagickWand/deprecate.h was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016
0017
0018 #ifndef MAGICKWAND_DEPRECATE_H
0019 #define MAGICKWAND_DEPRECATE_H
0020
0021 #if defined(__cplusplus) || defined(c_plusplus)
0022 extern "C" {
0023 #endif
0024
0025 #include "MagickWand/pixel-wand.h"
0026
0027 #if !defined(MAGICKCORE_EXCLUDE_DEPRECATED)
0028
0029 extern WandExport MagickBooleanType
0030 ConvertImageCommand(ImageInfo *,int,char **,char **,ExceptionInfo *),
0031 MagickGetImageAlphaColor(MagickWand *,PixelWand *),
0032 MagickSetImageAlphaColor(MagickWand *,const PixelWand *);
0033
0034 #endif
0035
0036 #if defined(__cplusplus) || defined(c_plusplus)
0037 }
0038 #endif
0039
0040 #endif