18 #ifndef MAGICKCORE_PROFILE_H
19 #define MAGICKCORE_PROFILE_H
23 #if defined(__cplusplus) || defined(c_plusplus)
58 #if defined(__cplusplus) || defined(c_plusplus)
MagickExport MagickBooleanType DeleteImageProfile(Image *image, const char *name)
Definition: profile.c:194
Definition: exception.h:101
MagickExport void DestroyImageProfiles(Image *image)
Definition: profile.c:228
MagickBooleanType
Definition: magick-type.h:169
MagickExport MagickBooleanType CloneImageProfiles(Image *image, const Image *clone_image)
Definition: profile.c:151
MagickExport const StringInfo * GetImageProfile(const Image *image, const char *name)
Definition: profile.c:258
Definition: profile.c:102
MagickExport StringInfo * RemoveImageProfile(Image *image, const char *name)
Definition: profile.c:1279
MagickExport char * GetNextImageProfile(const Image *image)
Definition: profile.c:297
RenderingIntent
Definition: profile.h:30
MagickExport MagickBooleanType SetImageProfile(Image *image, const char *name, const StringInfo *profile, ExceptionInfo *exception)
Definition: profile.c:1726
MagickExport void ResetImageProfileIterator(const Image *image)
Definition: profile.c:1320
#define MagickExport
Definition: method-attribute.h:80
MagickExport MagickBooleanType ProfileImage(Image *image, const char *name, const void *datum, const size_t length, ExceptionInfo *exception)
Definition: profile.c:810