|
|
||
|
|
| MIME type: image/x-portable-pixmap PPM color raster image format. Member of the Portable family of image formats. Related to PBM and PGM. Implements a subset of the PNM format. Native format of the Netpbm graphics software package. Primarily used as an intermediate file format on Unix systems. PPM is an acronym for Portable Pixel Map. ASCII or Binary format. Stores raster images as 8-bit or 16-bit RGB data. Developed in 1988 as part of the Pbmplus package. |
| "Elements" | list of elements and options available in this file | |
| "Rules" | full list of rules for each element and option | |
| "Options" | list of rules for options, properties and settings |
| "Data" | array of RGB triples | |
| "Graphics" | Graphics object representing an image | |
| "GrayLevels" | array of normalized gray-level values | |
| "RGBColorArray" | array of RGBColor objects |
| "ColorMap" | None | determines the color-reduction palette used for representing the imported PPM | |
| "DitheringMethod" | "FloydSteinberg" | the dithering method used when color reduction is performed on Import |
| Automatic | chooses an adaptive set of at most 256 colors | |
| n | adaptive set of at most n colors | |
| {color1, color2, ...} | list of RGBColor objects | |
| None | no color reduction is performed |
| "FloydSteinberg" | Floyd-Steinberg error diffusion dithering | |
| None | no dithering is used |
| "ImageTopOrientation" | Top | orientation of the exported image |
| "ColorSpace" | RGBColor | color space of the image |
| © 2008 Wolfram Research, Inc. |