TPBMFileFormat Class
ImagingPortableMaps | Legend | Members | Methods | Properties | Hierarchy

Portable Bit Map is used to store monochrome 1bit images.

Pascal
public TPBMFileFormat = class(TPortableMapFileFormat);
File

ImagingPortableMaps (at line 87)

Description

Raster data can be saved as text or binary data. Either way value of 0 represents white and 1 is black. As Imaging does not have support for 1bit data formats PBM images can be loaded but not saved. Loaded images are returned in ifGray8 format (witch pixel values scaled from 1bit to 8bit).

Hierarchy
Related Information
You are here: Symbol Reference > Classes > TPBMFileFormat Class