RosettaCodeData/Task/Bitmap-Write-a-PPM-file/00-TASK.txt
2023-07-01 13:44:08 -04:00

4 lines
226 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 preferred).
(Read [[wp:Netpbm_format|the definition of PPM file]] on Wikipedia.)
<br><br>