Searched refs:ReadPGM (Results 1 – 1 of 1) sorted by relevance
26 void ReadPGM(FILE* f, Image* image, size_t* height, size_t* width) { in ReadPGM() function96 ReadPGM(fimage1, &image1, &h1, &w1); in main()100 ReadPGM(fimage2, &image2, &h2, &w2); in main()