Mathematica > Data Manipulation > Importing and Exporting > PPM (.ppm) >

PPM (.ppm)

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.
  • Export creates binary PPM files.
  • If multiple images are present in a PPM file, Import returns the first of the images.
  • Export exports an image, graphics or any other expression as a raster image to PPM.
  • Export by default generates binary PPM files.
  • When exporting Mathematica graphics or arbitrary expressions to PPM, the resulting image has the same raster size as its displayed form.
  • Image objects are by default exported at their raster size.
  • Because PPM is a raster image format, all fonts are rasterized on export.
  • Import imports the specified element from a PPM file.
  • Import imports multiple elements.
  • Export creates a PPM file by treating expr as specifying element elem.
  • Export treats each as specifying the corresponding .
  • Export exports expr with the specified option elements taken to have the specified values.
  • Export uses rules to specify the elements to be exported.
  • See the reference pages for full general information on Import and Export.
  • In the notebook front end, Insert ► Picture and the Open menu allow import of a PPM file into a cell.
  • Save Selection As exports the selected part of a notebook as a PPM file.
"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 representation elements:
"Data"array of RGB triples
"Graphics"Graphics object representing an image
"GrayLevels"array of normalized gray-level values
"Image"raster image, given as an Image object
"RGBColorArray"array of RGBColor objects
"BitDepth"bits used to represent each color channel in the file
"ImageSize"raster dimensions
  • General option:
ImageSizeAutomaticoverall image size
"ImageTopOrientation"Toporientation of the exported image
  • Detailed property:
"ColorSpace"RGBColorcolor space of the image
Import a PPM example file:
Import several meta-information elements:
Import a PPM example file:
In[1]:=
Click for copyable input
Out[1]=
Import several meta-information elements:
In[2]:=
Click for copyable input
Out[2]=
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team
Format:   HTML  |  CDF