PNM——网聚对苯二甲酸乙二醇酯(.pgm,.ppm)

司机简称

PNM

Driver built-in by default

This driver is built-in by default

GDAL支持读取和创建与Netpbm工具兼容的.pgm(灰度)和.ppm(RGB颜色)文件。只支持二进制(原始)格式。

Netpbm文件可以用PNM类型创建。

创建选项:

  • MAXVAL=n :强制将最大颜色值设置为 n 在输出PNM文件中。如果您计划将输出文件与不适合此值的软件一起使用,则可能很有用。

注:执行为 gdal/frmts/raw/pnmdataset.cpp .

驱动程序功能

Supports CreateCopy()

This driver supports the GDALDriver::CreateCopy() operation

Supports VirtualIO

This driver supports virtual I/O operations (/vsimem/, etc.)