Revision history of "Pgm-loader.cpp"

From Immersive Visualization Lab Wiki
Jump to: navigation, search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 00:17, 30 September 2011Jschulze (Talk | contribs). . (1,399 bytes) (+1,399). . (New page: <pre> // This function loads a PGM image file // returns pointer to image if successful, NULL on error unsigned char* loadPGM(string filename, int& width, int& height) { const int BUFSI...)