RosettaCodeData/Task/Bitmap-Write-a-PPM-file/00DESCRIPTION
2013-04-11 12:07:39 -07:00

2 lines
219 B
Text

Using the data storage type defined [[Basic_bitmap_storage|on this page]] for raster images, write the image to a PPM file (binary P6 prefered). <BR>
(Read [[wp:Netpbm_format|the definition of PPM file]] on Wikipedia.)