VintaSoft Imaging .NET SDK 12.5: Documentation for Web developer
Vintasoft.Imaging Namespace / WebTiffCompressionEnumJS Enumeration
Members Hierarchy BrowserCompatibility SeeAlso
In This Topic
    WebTiffCompressionEnumJS Enumeration
    In This Topic
    Specifies available compression algorithms for TIFF image.
    Members
    MemberDescription
    AutoThe best compression algorithm will be found automatically.
    NoneNo compression.
    CcittRleCCITT RLE compression algorithm. Can be used only for black-white images.
    CcittGroup3CCITT Group 3 fax compression algorithm. Can be used only for black-white images.
    CcittGroup4CCITT Group 4 fax compression algorithm. Can be used only for black-white images.
    LzwLZW compression algorithm.
    OldJpegOld JPEG compression algorithm.
    JpegJPEG compression algorithm.
    ZipDeflate (ZIP) compression algorithm.
    Packbits Packbits compression algorithm.
    Jpeg2000 JPEG2000 compression algorithm.
    NikonNefNikon NEF compression algorithm.
    Inheritance Hierarchy

    Object
       Vintasoft.Shared.WebEnumItemBaseJS
          Vintasoft.Imaging.WebTiffCompressionEnumJS

    Browser Compatibility
    56+
    45+
    11
    See Also