Enum Enums.ForeignPpmFormat
The netpbm file format to save as.
Namespace: NetVips
Assembly: NetVips.dll
Syntax
public enum Enums.ForeignPpmFormat
Fields
Name | Description |
---|---|
Pbm | Images are single bit. |
Pfm | Images are 32-bit float pixels. |
Pgm | Images are 8, 16, or 32-bits, one band. |
Pnm | Images are anymap images -- the image format is used to pick the saver. |
Ppm | Images are 8, 16, or 32-bits, three bands. |