Show / Hide Table of Contents

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 Source

Ccittfax4

Fax4 compression.

Declaration
public const string Ccittfax4 = "ccittfax4"
Field Value
Type Description
System.String
| Improve this Doc View Source

Deflate

Deflate (zip) compression.

Declaration
public const string Deflate = "deflate"
Field Value
Type Description
System.String
| Improve this Doc View Source

Jpeg

JPEG compression.

Declaration
public const string Jpeg = "jpeg"
Field Value
Type Description
System.String
| Improve this Doc View Source

Lzw

LZW compression.

Declaration
public const string Lzw = "lzw"
Field Value
Type Description
System.String
| Improve this Doc View Source

None

No compression.

Declaration
public const string None = "none"
Field Value
Type Description
System.String
| Improve this Doc View Source

Packbits

Packbits compression.

Declaration
public const string Packbits = "packbits"
Field Value
Type Description
System.String
| Improve this Doc View Source

Webp

WebP compression.

Declaration
public const string Webp = "webp"
Field Value
Type Description
System.String
| Improve this Doc View Source

Zstd

ZSTD compression.

Declaration
public const string Zstd = "zstd"
Field Value
Type Description
System.String
  • Improve this Doc
  • View Source
Back to top Generated by DocFX