18 #ifndef MAGICKCORE_PROFILE_H
19 #define MAGICKCORE_PROFILE_H
23 #if defined(__cplusplus) || defined(c_plusplus)
72 #if defined(__cplusplus) || defined(c_plusplus)
MagickExport MagickBooleanType DeleteImageProfile(Image *image, const char *name)
Definition: profile.c:196
MagickExport void DestroyImageProfiles(Image *image)
Definition: profile.c:246
struct _ProfileInfo ProfileInfo
unsigned char * info
Definition: profile.h:36
MagickBooleanType
Definition: magick-type.h:198
MagickExport MagickBooleanType CloneImageProfiles(Image *image, const Image *clone_image)
Definition: profile.c:149
MagickExport const StringInfo * GetImageProfile(const Image *image, const char *name)
Definition: profile.c:276
size_t signature
Definition: profile.h:39
MagickExport MagickBooleanType ProfileImage(Image *image, const char *name, const void *datum, const size_t length, const MagickBooleanType magick_unused(clone))
Definition: profile.c:785
MagickExport StringInfo * RemoveImageProfile(Image *image, const char *name)
Definition: profile.c:1334
MagickExport char * GetNextImageProfile(const Image *image)
Definition: profile.c:315
RenderingIntent
Definition: profile.h:42
MagickExport MagickBooleanType SyncImageProfiles(Image *image)
Definition: profile.c:2282
size_t length
Definition: profile.h:33
MagickExport MagickBooleanType SetImageProfile(Image *image, const char *name, const StringInfo *profile)
Definition: profile.c:1825
char * name
Definition: profile.h:30
MagickExport void ResetImageProfileIterator(const Image *image)
Definition: profile.c:1391
#define MagickExport
Definition: method-attribute.h:80