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:195
Definition: exception.h:101
MagickExport void DestroyImageProfiles(Image *image)
Definition: profile.c:229
MagickBooleanType
Definition: magick-type.h:169
MagickExport MagickBooleanType CloneImageProfiles(Image *image, const Image *clone_image)
Definition: profile.c:152
MagickExport const StringInfo * GetImageProfile(const Image *image, const char *name)
Definition: profile.c:259
Definition: profile.c:103
MagickExport StringInfo * RemoveImageProfile(Image *image, const char *name)
Definition: profile.c:1459
MagickExport char * GetNextImageProfile(const Image *image)
Definition: profile.c:298
RenderingIntent
Definition: profile.h:30
MagickExport MagickBooleanType SetImageProfile(Image *image, const char *name, const StringInfo *profile, ExceptionInfo *exception)
Definition: profile.c:1906
MagickExport void ResetImageProfileIterator(const Image *image)
Definition: profile.c:1500
#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:917