Prev
MagickWand For PHP
Manual


Next

MagickGetImageCompression

MagickGetImageCompression -- returns the image compression of the current active image

Description

int MagickGetImageCompression( MagickWand mgck_wnd )

Returns the image compression of the current active image.

The returned value will be a CompressionType constant, one of the
following:
   MW_UndefinedCompression       MW_NoCompression
   MW_BZipCompression            MW_FaxCompression
   MW_Group4Compression          MW_JPEGCompression
   MW_LosslessJPEGCompression    MW_LZWCompression
   MW_RLECompression             MW_ZipCompression

A description of each parameter follows:

mgck_wnd A MagickWand resource


Prev
MagickGetImageCompose
Up Next
MagickGetImageCompressionQuality