RosettaCodeData/Task/Bitmap-Write-a-PPM-file/00DESCRIPTION

3 lines
219 B
Text
Raw Permalink Normal View History

2013-04-10 16:19:29 -07:00
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.)