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:220
Definition: exception.h:101
MagickExport void DestroyImageProfiles(Image *image)
Definition: profile.c:254
MagickBooleanType
Definition: magick-type.h:158
MagickExport MagickBooleanType CloneImageProfiles(Image *image, const Image *clone_image)
Definition: profile.c:177
MagickExport const StringInfo * GetImageProfile(const Image *image, const char *name)
Definition: profile.c:284
Definition: profile.c:128
MagickExport StringInfo * RemoveImageProfile(Image *image, const char *name)
Definition: profile.c:1335
MagickExport char * GetNextImageProfile(const Image *image)
Definition: profile.c:323
RenderingIntent
Definition: profile.h:30
MagickExport MagickBooleanType SetImageProfile(Image *image, const char *name, const StringInfo *profile, ExceptionInfo *exception)
Definition: profile.c:1794
MagickExport void ResetImageProfileIterator(const Image *image)
Definition: profile.c:1376
#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:789