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

5 lines
358 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, read an image from a PPM file (binary P6 prefered).
(Read [[wp:Netpbm_format|the definition of PPM file]] on Wikipedia.)
'''Task''': Use [[write ppm file]] solution and [[grayscale image]] solution with this one in order to convert a color image to grayscale one.