dilevin / computer-graphics-raster-images

Computer Graphics Assignment about Raster Images
1 stars 7 forks source link

PPM Format #11

Open RajarupanSampanthan opened 4 years ago

RajarupanSampanthan commented 4 years ago

I'm not sure why this issue was closed. It was not answered.

What PPM format should we use? The link given to us shows 6 different PPM formats. Currently I am using P1 for black and white images and P3 for colour images. However I could also use P4 and P6 respectively.

Can the guidelines be more clear please?

andriyDev commented 4 years ago

The header file for write_ppm mentions that you should be writing using P2 and P3.