MagickCore
7.0.11
|
#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 * | , |
const char * | |||
) |
Definition at line 259 of file profile.c.
References _Image::debug, _Image::filename, GetMagickModule, GetValueFromSplayTree(), 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 * | ) |
Definition at line 298 of file profile.c.
References _Image::debug, _Image::filename, GetMagickModule, GetNextKeyInSplayTree(), 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 * | , |
const char * | |||
) |
Definition at line 1459 of file profile.c.
References _Image::debug, _Image::filename, GetMagickModule, LogMagickEvent(), MagickCoreSignature, MagickFalse, _Image::profiles, RemoveNodeFromSplayTree(), _Image::signature, TraceEvent, and WriteTo8BimProfile().
MagickExport void ResetImageProfileIterator | ( | const Image * | ) |
Definition at line 1500 of file profile.c.
References _Image::debug, _Image::filename, GetMagickModule, LogMagickEvent(), MagickCoreSignature, MagickFalse, _Image::profiles, ResetSplayTreeIterator(), _Image::signature, and TraceEvent.
Referenced by GetMagickProperty(), IdentifyImage(), ProfileImage(), and ThumbnailImage().
MagickExport MagickBooleanType SetImageProfile | ( | Image * | , |
const char * | , | ||
const StringInfo * | , | ||
ExceptionInfo * | |||
) |
Definition at line 1976 of file profile.c.
References MagickFalse, and SetImageProfileInternal().
Referenced by ProfileImage(), SetImageProperty(), and SetsRGBImageProfile().