18#ifndef MAGICKWAND_DEPRECATE_H
19#define MAGICKWAND_DEPRECATE_H
21#if defined(__cplusplus) || defined(c_plusplus)
25#include "MagickWand/pixel-wand.h"
27#if !defined(MAGICKCORE_EXCLUDE_DEPRECATED)
29extern WandExport MagickBooleanType
30 ConvertImageCommand(ImageInfo *,
int,
char **,
char **,ExceptionInfo *),
31 MagickGetImageAlphaColor(MagickWand *,PixelWand *),
32 MagickSetImageAlphaColor(MagickWand *,
const PixelWand *);
36#if defined(__cplusplus) || defined(c_plusplus)