PGM 8-bit image files are supported in BC3 without any problems. However, PGM 16-bit image files (at least, the P5 binary files) are not (I assume that PPM 16-bit image files are not support, either). Can we add support for them?
Details are found here:
The only difference is that maxval is greater than 255 and the value is stored in multiple bytes.
Thanks,
Brad
Details are found here:
The only difference is that maxval is greater than 255 and the value is stored in multiple bytes.
Thanks,
Brad
Comment