WebTiffCompressionEnumJS Enumeration
In This Topic
Specifies available compression algorithms for TIFF image.
Members
Member | Description |
Auto | The best compression algorithm will be found automatically. |
None | No compression. |
CcittRle | CCITT RLE compression algorithm. Can be used only for black-white images. |
CcittGroup3 | CCITT Group 3 fax compression algorithm. Can be used only for black-white images. |
CcittGroup4 | CCITT Group 4 fax compression algorithm. Can be used only for black-white images. |
Lzw | LZW compression algorithm. |
OldJpeg | Old JPEG compression algorithm. |
Jpeg | JPEG compression algorithm. |
Zip | Deflate (ZIP) compression algorithm. |
Packbits | Packbits compression algorithm. |
Jpeg2000 | JPEG2000 compression algorithm. |
NikonNef | Nikon NEF compression algorithm. |
Inheritance Hierarchy
Object
 Vintasoft.Shared.WebEnumItemBaseJS
   Vintasoft.Imaging.WebTiffCompressionEnumJS
Browser Compatibility
See Also