| MagickCore 7.1.0
    Convert, Edit, Or Compose Bitmap Images | 
#include "MagickCore/string_.h"Go to the source code of this file.
| Typedefs | |
| typedef struct _ProfileInfo | ProfileInfo | 
| Enumerations | |
| enum | RenderingIntent { UndefinedIntent , SaturationIntent , PerceptualIntent , AbsoluteIntent , RelativeIntent } | 
| Functions | |
| MagickExport char * | GetNextImageProfile (const Image *) | 
| MagickExport const StringInfo * | GetImageProfile (const Image *, const char *) | 
| MagickExport MagickBooleanType | CloneImageProfiles (Image *, const Image *) | 
| MagickExport MagickBooleanType | DeleteImageProfile (Image *, const char *) | 
| MagickExport MagickBooleanType | ProfileImage (Image *, const char *, const void *, const size_t, ExceptionInfo *) | 
| MagickExport MagickBooleanType | SetImageProfile (Image *, const char *, const StringInfo *, ExceptionInfo *) | 
| MagickExport StringInfo * | RemoveImageProfile (Image *, const char *) | 
| MagickExport void | DestroyImageProfiles (Image *) | 
| MagickExport void | ResetImageProfileIterator (const Image *) | 
| typedef struct _ProfileInfo ProfileInfo | 
| enum RenderingIntent | 
| MagickExport MagickBooleanType CloneImageProfiles | ( | Image * | , | 
| const Image * | |||
| ) | 
| MagickExport MagickBooleanType DeleteImageProfile | ( | Image * | , | 
| const char * | |||
| ) | 
| MagickExport void DestroyImageProfiles | ( | Image * | ) | 
| MagickExport const StringInfo * GetImageProfile | ( | const Image * | image, | 
| const char * | name | ||
| ) | 
Definition at line 259 of file profile.c.
References _Image::filename, GetMagickModule, GetValueFromSplayTree(), IsEventLogging(), LogMagickEvent(), MagickCoreSignature, MagickFalse, _Image::profiles, _Image::signature, and TraceEvent.
Referenced by Get8BIMProperty(), GetEXIFProperty(), GetICCProperty(), GetIPTCProperty(), GetMagickProperty(), GetXMPProperty(), IdentifyImage(), ProfileImage(), ReadImage(), SetsRGBImageProfile(), SyncImageProfiles(), and Update8BIMClipPath().
| MagickExport char * GetNextImageProfile | ( | const Image * | image | ) | 
Definition at line 298 of file profile.c.
References _Image::filename, GetMagickModule, GetNextKeyInSplayTree(), IsEventLogging(), LogMagickEvent(), MagickCoreSignature, MagickFalse, _Image::profiles, _Image::signature, and TraceEvent.
Referenced by GetMagickProperty(), IdentifyImage(), ProfileImage(), and ThumbnailImage().
| MagickExport MagickBooleanType ProfileImage | ( | Image * | , | 
| const char * | , | ||
| const void * | , | ||
| const | size_t, | ||
| ExceptionInfo * | |||
| ) | 
| MagickExport StringInfo * RemoveImageProfile | ( | Image * | image, | 
| const char * | name | ||
| ) | 
Definition at line 1477 of file profile.c.
References _Image::filename, GetMagickModule, IsEventLogging(), LogMagickEvent(), MagickCoreSignature, MagickFalse, _Image::profiles, RemoveNodeFromSplayTree(), _Image::signature, TraceEvent, and WriteTo8BimProfile().
| MagickExport void ResetImageProfileIterator | ( | const Image * | image | ) | 
Definition at line 1518 of file profile.c.
References _Image::filename, GetMagickModule, IsEventLogging(), LogMagickEvent(), MagickCoreSignature, MagickFalse, _Image::profiles, ResetSplayTreeIterator(), _Image::signature, and TraceEvent.
Referenced by GetMagickProperty(), IdentifyImage(), ProfileImage(), and ThumbnailImage().
| MagickExport MagickBooleanType SetImageProfile | ( | Image * | image, | 
| const char * | name, | ||
| const StringInfo * | profile, | ||
| ExceptionInfo * | exception | ||
| ) | 
Definition at line 1995 of file profile.c.
References MagickFalse, and SetImageProfileInternal().
Referenced by ProfileImage(), SetImageProperty(), and SetsRGBImageProfile().