Enumeration

VipsForeignPpmFormat

Declaration

enum Vips.ForeignPpmFormat

Description [src]

The netpbm file format to save as.

VipsForeignPpmFormat images are single bit.

VipsForeignPpmFormat images are 8, 16, or 32-bits, one band.

VipsForeignPpmFormat images are 8, 16, or 32-bits, three bands.

VipsForeignPpmFormat images are 32-bit float pixels.

VipsForeignPpmFormat images are anymap images — the image format is used to pick the saver.

Members

Name Description
VIPS_FOREIGN_PPM_FORMAT_PBM

Portable bitmap.

VIPS_FOREIGN_PPM_FORMAT_PGM

Portable greymap.

VIPS_FOREIGN_PPM_FORMAT_PPM

Portable pixmap.

VIPS_FOREIGN_PPM_FORMAT_PFM

Portable float map.

VIPS_FOREIGN_PPM_FORMAT_PNM

Portable anymap.