pdmark / openjpeg

Automatically exported from code.google.com/p/openjpeg
Other
0 stars 0 forks source link

pnm file formats not accepting bitdepth greater than 8 bpp #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Whatever the bitdepth specified in the header of pnm,pgm,ppm files, it will 
consider 255. 
Should change to read the specific bitdepth.

Functions affected :
* pnmtoimage
* imagetopnm

Original issue reported on code.google.com by antonin on 25 Sep 2009 at 4:24

GoogleCodeExporter commented 9 years ago

Original comment by antonin on 25 Sep 2009 at 4:27