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 #7

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:23

GoogleCodeExporter commented 9 years ago
Issue 8 has been merged into this issue.

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

GoogleCodeExporter commented 9 years ago
issue fixed.

Original comment by antonin on 3 Jul 2011 at 6:10