18 #ifndef MAGICKCORE_UTILITY_H
19 #define MAGICKCORE_UTILITY_H
21 #if defined(__cplusplus) || defined(c_plusplus)
37 BasePathSansCompressExtension
40 extern MagickExport
char
41 *Base64Encode(
const unsigned char *,
const size_t,
size_t *);
43 extern MagickExport MagickBooleanType
44 AcquireUniqueFilename(
char *),
45 AcquireUniqueSymbolicLink(
const char *,
char *),
46 ExpandFilenames(
int *,
char ***),
47 GetPathAttributes(
const char *,
void *),
48 GetPathTemplate(
char *),
49 IsPathAccessible(
const char *);
51 extern MagickExport
size_t
52 MultilineCensus(
const char *) magick_attribute((__pure__));
54 extern MagickExport
unsigned char
55 *Base64Decode(
const char *,
size_t *);
57 extern MagickExport
void
58 AppendImageFormat(
const char *,
char *),
59 GetPathComponent(
const char *,PathType,
char *),
60 MagickDelay(
const MagickSizeType);
62 #if defined(__cplusplus) || defined(c_plusplus)