dmagick.c.compress

Undocumented in source.

Members

Enums

CompressionType
enum CompressionType

Express the desired compression type when encoding an image. Be aware that most image types only support a sub-set of the available compression types. If the compression type specified is incompatible with the image, ImageMagick selects a compression type compatible with the image type.

Functions

Ascii85Encode
void Ascii85Encode(Image* , ubyte )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Ascii85Flush
void Ascii85Flush(Image* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Ascii85Initialize
void Ascii85Initialize(Image* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HuffmanDecodeImage
MagickBooleanType HuffmanDecodeImage(Image* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HuffmanEncodeImage
MagickBooleanType HuffmanEncodeImage(const(ImageInfo)* , Image* , Image* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LZWEncodeImage
MagickBooleanType LZWEncodeImage(Image* , size_t , ubyte* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PackbitsEncodeImage
MagickBooleanType PackbitsEncodeImage(Image* , size_t , ubyte* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZLIBEncodeImage
MagickBooleanType ZLIBEncodeImage(Image* , size_t , ubyte* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

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

Meta