Enumeration

VipsForeignPpmFormat

Declaration

enum Vips.ForeignPpmFormat

Description [src]

The netpbm file format to save as.

VIPS_FOREIGN_PPM_FORMAT_PBM images are single bit.

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

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

VIPS_FOREIGN_PPM_FORMAT_PFM images are 32-bit float pixels.

VIPS_FOREIGN_PPM_FORMAT_PNM 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.

VIPS_FOREIGN_PPM_FORMAT_LAST No description available.