Subject: | Image::PBMlib on win32 has a problem with 2byte raw format |
Image::PBMlib on win32 has a problem with 2byte raw format.
In short - for some reason on win32 pnm format is not 1byte/pix,
but rather 2bytes/pix - which messes up the image reading.
A quick workaround is to read in the seocnd byte and just dump it.