Class Enums.ForeignTiffCompression
The compression types supported by the tiff writer.
Inheritance
System.Object
Enums.ForeignTiffCompression
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: NetVips
Assembly: NetVips.dll
Syntax
public static class ForeignTiffCompression
Fields
| Improve this Doc View SourceCcittfax4
Fax4 compression.
Declaration
public const string Ccittfax4 = "ccittfax4"
Field Value
Type | Description |
---|---|
System.String |
Deflate
Deflate (zip) compression.
Declaration
public const string Deflate = "deflate"
Field Value
Type | Description |
---|---|
System.String |
Jpeg
JPEG compression.
Declaration
public const string Jpeg = "jpeg"
Field Value
Type | Description |
---|---|
System.String |
Lzw
LZW compression.
Declaration
public const string Lzw = "lzw"
Field Value
Type | Description |
---|---|
System.String |
None
No compression.
Declaration
public const string None = "none"
Field Value
Type | Description |
---|---|
System.String |
Packbits
Packbits compression.
Declaration
public const string Packbits = "packbits"
Field Value
Type | Description |
---|---|
System.String |
Webp
WebP compression.
Declaration
public const string Webp = "webp"
Field Value
Type | Description |
---|---|
System.String |
Zstd
ZSTD compression.
Declaration
public const string Zstd = "zstd"
Field Value
Type | Description |
---|---|
System.String |