MagickCore 7.1.0
Convert, Edit, Or Compose Bitmap Images
profile.h File Reference
Include dependency graph for profile.h:
This graph shows which files directly or indirectly include this file:

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 StringInfoGetImageProfile (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 StringInfoRemoveImageProfile (Image *, const char *)
 
MagickExport void DestroyImageProfiles (Image *)
 
MagickExport void ResetImageProfileIterator (const Image *)
 

Typedef Documentation

◆ ProfileInfo

typedef struct _ProfileInfo ProfileInfo

Definition at line 28 of file profile.h.

Enumeration Type Documentation

◆ RenderingIntent

Enumerator
UndefinedIntent 
SaturationIntent 
PerceptualIntent 
AbsoluteIntent 
RelativeIntent 

Definition at line 30 of file profile.h.

Function Documentation

◆ CloneImageProfiles()

MagickExport MagickBooleanType CloneImageProfiles ( Image ,
const Image  
)

◆ DeleteImageProfile()

MagickExport MagickBooleanType DeleteImageProfile ( Image ,
const char *   
)

◆ DestroyImageProfiles()

MagickExport void DestroyImageProfiles ( Image )

◆ GetImageProfile()

◆ GetNextImageProfile()

◆ ProfileImage()

MagickExport MagickBooleanType ProfileImage ( Image ,
const char *  ,
const void *  ,
const  size_t,
ExceptionInfo  
)

◆ RemoveImageProfile()

◆ ResetImageProfileIterator()

◆ SetImageProfile()

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().