VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Tiff Namespace / TiffCompression Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
TiffCompression Enumeration
In This Topic
Specifies available compression algorithms for TIFF image.
Syntax
'Declaration

Public Enum TiffCompression
   Inherits System.Enum

public enum TiffCompression : System.Enum

Members
MemberDescription
AutoTIFF encoder will use CCITT Group 4 fax compression for black-white images and LZW compression for non black-white images.
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.
PackbitsPackbits compression algorithm.
Jpeg2000JPEG2000 compression algorithm.
NikonNefNikon NEF compression algorithm.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Vintasoft.Imaging.Codecs.ImageFiles.Tiff.TiffCompression

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also