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