18#ifndef MAGICKCORE_DEPRECATE_H
19#define MAGICKCORE_DEPRECATE_H
21#if defined(__cplusplus) || defined(c_plusplus)
25#if !defined(MAGICKCORE_EXCLUDE_DEPRECATED)
27#include "MagickCore/magick.h"
30 *(*BlobFifo)(
const Image *,
const void *,
const size_t);
32extern MagickExport MagickBooleanType
33 GetMagickSeekableStream(
const MagickInfo *);
35#if defined(MAGICKCORE_WINGDI32_DELEGATE)
36extern MagickExport
void
37 *CropImageToHBITMAP(Image *,
const RectangleInfo *,ExceptionInfo *),
38 *ImageToHBITMAP(Image *,ExceptionInfo *);
41extern MagickExport
void
42 InitializePixelChannelMap(Image *) magick_attribute((deprecated));
46#if defined(__cplusplus) || defined(c_plusplus)