dmagick.c.profile

Undocumented in source.

Members

Enums

RenderingIntent
enum RenderingIntent

Rendering intent is a concept defined by ICC Spec ICC.1:1998-09, "File Format for Color Profiles". ImageMagick uses RenderingIntent in order to support ICC Color Profiles.

Functions

CloneImageProfiles
MagickBooleanType CloneImageProfiles(Image* , const(Image)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DeleteImageProfile
MagickBooleanType DeleteImageProfile(Image* , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DestroyImageProfiles
void DestroyImageProfiles(Image* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GetImageProfile
const(StringInfo)* GetImageProfile(const(Image)* , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GetNextImageProfile
char* GetNextImageProfile(const(Image)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ProfileImage
MagickBooleanType ProfileImage(Image* , const(char)* , const(void)* , size_t , MagickBooleanType )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RemoveImageProfile
StringInfo* RemoveImageProfile(Image* , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ResetImageProfileIterator
void ResetImageProfileIterator(const(Image)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SetImageProfile
MagickBooleanType SetImageProfile(Image* , const(char)* , const(StringInfo)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SyncImageProfiles
MagickBooleanType SyncImageProfiles(Image* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

ProfileInfo
struct ProfileInfo
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta