How to read a .pgm image file in a 2D double array in C

zalenix picture zalenix · May 22, 2011 · Viewed 15.7k times · Source

The question is quite simple: How to read a .pgm image file into a 2D double array in C. I do not have a .pgm buffer in memory. I would like to read it from the disk into memory.

Would really appreciate if I could get a code snippet. Thank You.

Answer

rzetterberg picture rzetterberg · May 22, 2011

You probably won't get someone writing you all the code, but here are some useful links that might point you in the right direction: