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 Update8BIMClipPath(
const Image *,
const size_t,
const size_t,
37 const RectangleInfo *),
38 SyncImageProfiles(Image *);
40#if defined(__cplusplus) || defined(c_plusplus)