Enum WebpInputFormat
Specifies an image format type for the WebP filter.
Namespace: TileDB.CSharp
Assembly: TileDB.CSharp.dll
Syntax
public enum WebpInputFormat : byte
Fields
| Name | Description |
|---|---|
| Bgr | BGR format. |
| Bgra | BGRA format. |
| Rgb | RGB format. |
| Rgba | RGBA format. |
| Unspecified | Unspecified format. |