I am meant to read in PGM images,and I dont knnow how I need help please help.![]()
This is a discussion on PGM images within the C++ Programming forums, part of the General Programming Boards category; I am meant to read in PGM images,and I dont knnow how I need help please help....
I am meant to read in PGM images,and I dont knnow how I need help please help.![]()
The specifications of the PGM format is available here: http://netpbm.sourceforge.net/doc/pgm.html. With that you can write a parser. Or you can use http://netpbm.sourceforge.net/doc/libnetpbm.html to parse it for you.