18#ifndef MAGICKCORE_DECORATE_H
19#define MAGICKCORE_DECORATE_H
21#if defined(__cplusplus) || defined(c_plusplus)
38extern MagickExport Image
39 *BorderImage(
const Image *,
const RectangleInfo *,ExceptionInfo *),
40 *FrameImage(
const Image *,
const FrameInfo *,ExceptionInfo *);
42extern MagickExport MagickBooleanType
43 RaiseImage(Image *,
const RectangleInfo *,
const MagickBooleanType);
45#if defined(__cplusplus) || defined(c_plusplus)