uvagfx / hipi

HIPI: Hadoop Image Processing Interface
http://hipi.cs.virginia.edu
BSD 3-Clause "New" or "Revised" License
133 stars 82 forks source link

PPMImageUtil::decodeImage broken #5

Open voigtlandier opened 9 years ago

voigtlandier commented 9 years ago

The way the header is parsed is fragile and apparently broken. Use regex or sscanf equivalent to more robustly parse header and add PPM read+write unit tests.