dmagick.c.quantum

Undocumented in source.

Members

Aliases

RoundToQuantum
alias RoundToQuantum = ClampToQuantum
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

EndianType
enum EndianType

The endianess of the image when reading the image file.

QuantumAlphaType
enum QuantumAlphaType
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
QuantumFormatType
enum QuantumFormatType
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
QuantumType
enum QuantumType
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

AcquireQuantumInfo
QuantumInfo* AcquireQuantumInfo(const(ImageInfo)* , Image* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DestroyQuantumInfo
QuantumInfo* DestroyQuantumInfo(QuantumInfo* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ExportQuantumPixels
size_t ExportQuantumPixels(const(Image)* , const(CacheView)* , const(QuantumInfo)* , QuantumType , ubyte* , ExceptionInfo* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GetQuantumEndian
EndianType GetQuantumEndian(const(QuantumInfo)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GetQuantumExtent
size_t GetQuantumExtent(const(Image)* , const(QuantumInfo)* , QuantumType )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GetQuantumFormat
QuantumFormatType GetQuantumFormat(const(QuantumInfo)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GetQuantumInfo
void GetQuantumInfo(const(ImageInfo)* , QuantumInfo* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GetQuantumPixels
ubyte* GetQuantumPixels(const(QuantumInfo)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GetQuantumType
QuantumType GetQuantumType(Image* , ExceptionInfo* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImportQuantumPixels
size_t ImportQuantumPixels(Image* , CacheView* , const(QuantumInfo)* , QuantumType , const(ubyte)* , ExceptionInfo* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SetQuantumAlphaType
void SetQuantumAlphaType(QuantumInfo* , QuantumAlphaType )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SetQuantumDepth
MagickBooleanType SetQuantumDepth(const(Image)* , QuantumInfo* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SetQuantumEndian
MagickBooleanType SetQuantumEndian(const(Image)* , QuantumInfo* , EndianType )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SetQuantumFormat
MagickBooleanType SetQuantumFormat(const(Image)* , QuantumInfo* , QuantumFormatType )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SetQuantumImageType
void SetQuantumImageType(Image* , QuantumType )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SetQuantumMinIsWhite
void SetQuantumMinIsWhite(QuantumInfo* , MagickBooleanType )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SetQuantumPack
void SetQuantumPack(QuantumInfo* , MagickBooleanType )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SetQuantumPad
MagickBooleanType SetQuantumPad(const(Image)* , QuantumInfo* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SetQuantumQuantum
void SetQuantumQuantum(QuantumInfo* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SetQuantumScale
void SetQuantumScale(QuantumInfo* , double )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static functions

ClampToQuantum
Quantum ClampToQuantum(MagickRealType value)
Undocumented in source. Be warned that the author may not have intended to support it.
ScaleCharToQuantum
Quantum ScaleCharToQuantum(ubyte value)
Undocumented in source. Be warned that the author may not have intended to support it.
ScaleQuantumToChar
ubyte ScaleQuantumToChar(Quantum quantum)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

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

Meta