18#ifndef MAGICKCORE_PROFILE_PRIVATE_H
19#define MAGICKCORE_PROFILE_PRIVATE_H
21#include "MagickCore/string_.h"
23#if defined(__cplusplus) || defined(c_plusplus)
27extern MagickExport MagickBooleanType
28 SetImageProfilePrivate(Image *,StringInfo *,ExceptionInfo *);
30extern MagickExport StringInfo
31 *AcquireProfileStringInfo(
const char *,
const size_t length,ExceptionInfo *),
32 *BlobToProfileStringInfo(
const char *,
const void *blob,
const size_t length,
33 ExceptionInfo *exception);
35extern MagickPrivate
void
36 AppendImageProfileProperty(Image *,
const char *,
const char *,
const char *,
38 Update8BIMClipPath(
const Image *,
const size_t,
const size_t,
39 const RectangleInfo *),
40 SyncImageProfiles(Image *);
42#if defined(__cplusplus) || defined(c_plusplus)