 |
MagickCore 6.9.13
|
Loading...
Searching...
No Matches
18#ifndef MAGICKCORE_FX_H
19#define MAGICKCORE_FX_H
21#include "magick/draw.h"
23#if defined(__cplusplus) || defined(c_plusplus)
27extern MagickExport Image
28 *FxImage(
const Image *,
const char *,ExceptionInfo *),
29 *FxImageChannel(
const Image *,
const ChannelType,
const char *,ExceptionInfo *);
31#if defined(__cplusplus) || defined(c_plusplus)