extern "C" {
#endif
-#include <MagickCore/morphology.h>
+#include "MagickCore/morphology.h"
extern MagickExport MagickBooleanType
AccelerateConvolveImage(const Image *,const KernelInfo *,Image *,
extern "C" {
#endif
-#include <MagickCore/image.h>
-#include <MagickCore/exception.h>
+#include "MagickCore/image.h"
+#include "MagickCore/exception.h"
extern MagickExport ImageType
GetImageType(const Image *,ExceptionInfo *);
extern "C" {
#endif
-#include <MagickCore/pixel.h>
-#include <MagickCore/exception.h>
+#include "MagickCore/pixel.h"
+#include "MagickCore/exception.h"
typedef enum
{
extern "C" {
#endif
-#include <MagickCore/image.h>
-#include <MagickCore/color.h>
-#include <MagickCore/exception-private.h>
+#include "MagickCore/image.h"
+#include "MagickCore/color.h"
+#include "MagickCore/exception-private.h"
static inline Quantum ConstrainColormapIndex(Image *image,const size_t index,
ExceptionInfo *exception)
extern "C" {
#endif
-#include <MagickCore/image.h>
-#include <MagickCore/image-private.h>
-#include <MagickCore/pixel.h>
-#include <MagickCore/pixel-accessor.h>
+#include "MagickCore/image.h"
+#include "MagickCore/image-private.h"
+#include "MagickCore/pixel.h"
+#include "MagickCore/pixel-accessor.h"
static inline void ConvertRGBToCMYK(PixelInfo *pixel)
{
extern "C" {
#endif
-#include <MagickCore/pixel.h>
+#include "MagickCore/pixel.h"
extern MagickExport Image
*ConstituteImage(const size_t,const size_t,const char *,const StorageType,
extern "C" {
#endif
-#include <MagickCore/image.h>
+#include "MagickCore/image.h"
typedef struct _FrameInfo
{
extern "C" {
#endif
-#include <MagickCore/exception.h>
+#include "MagickCore/exception.h"
extern MagickExport void
PixelCacheServer(const size_t,ExceptionInfo *);
extern "C" {
#endif
-#include <MagickCore/morphology.h>
+#include "MagickCore/morphology.h"
typedef enum
{
extern "C" {
#endif
-#include <MagickCore/fx.h>
-#include <MagickCore/random_.h>
+#include "MagickCore/fx.h"
+#include "MagickCore/random_.h"
extern MagickExport double
ExpandAffine(const AffineMatrix *);
extern "C" {
#endif
-#include <MagickCore/color.h>
-#include <MagickCore/pixel.h>
+#include "MagickCore/color.h"
+#include "MagickCore/pixel.h"
#define OpaqueAlpha ((Quantum) QuantumRange)
#define TransparentAlpha ((Quantum) 0)
extern "C" {
#endif
-#include <MagickCore/composite.h>
+#include "MagickCore/composite.h"
typedef enum
{
extern "C" {
#endif
-#include <MagickCore/image.h>
+#include "MagickCore/image.h"
static inline MagickBooleanType SetImageProgress(const Image *image,
const char *tag,const MagickOffsetType offset,const MagickSizeType extent)
}
#endif
-#include <MagickCore/morphology.h>
+#include "MagickCore/morphology.h"
extern MagickPrivate Image
*MorphologyApply(const Image *,const MorphologyMethod,const ssize_t,
extern "C" {
#endif
-#include <MagickCore/geometry.h>
+#include "MagickCore/geometry.h"
typedef enum
{
#endif
#include <math.h>
-#include <MagickCore/cache.h>
-#include <MagickCore/cache-view.h>
-#include <MagickCore/color.h>
-#include <MagickCore/colorspace.h>
-#include <MagickCore/gem.h>
-#include <MagickCore/image.h>
+#include "MagickCore/cache.h"
+#include "MagickCore/cache-view.h"
+#include "MagickCore/color.h"
+#include "MagickCore/colorspace.h"
+#include "MagickCore/gem.h"
+#include "MagickCore/image.h"
#undef index
extern "C" {
#endif
-#include <MagickCore/colorspace.h>
+#include "MagickCore/colorspace.h"
#define MaxPixelChannels 32
#undef index
extern "C" {
#endif
-#include <MagickCore/pixel.h>
-#include <MagickCore/exception.h>
+#include "MagickCore/pixel.h"
+#include "MagickCore/exception.h"
typedef enum
{
extern "C" {
#endif
-#include <MagickCore/cache-view.h>
+#include "MagickCore/cache-view.h"
/*
WARNING: The order of this table must also match the order of a table
#define MagickSignatureSize 64
-#include <MagickCore/string_.h>
+#include "MagickCore/string_.h"
typedef struct _SignatureInfo
SignatureInfo;
extern "C" {
#endif
-#include <MagickCore/locale_.h>
+#include "MagickCore/locale_.h"
static inline double SiPrefixToDoubleInterval(const char *string,
const double interval)
extern "C" {
#endif
-#include <MagickCore/cache.h>
-#include <MagickCore/resource_.h>
-#include <MagickCore/thread_.h>
+#include "MagickCore/cache.h"
+#include "MagickCore/resource_.h"
+#include "MagickCore/thread_.h"
/*
Single threaded unless workload justifies the threading overhead.
extern "C" {
#endif
-#include <MagickCore/exception.h>
-#include <MagickCore/splay-tree.h>
+#include "MagickCore/exception.h"
+#include "MagickCore/splay-tree.h"
extern MagickPrivate char
*CanonicalXMLContent(const char *,const MagickBooleanType);