-
Couldn't load subscription status.
- Fork 415
Open
Labels
Description
Hey,
I was experimenting with replacing the openJPH usage for some custom file compression work and the NVidia looked very promising.
I encountered 2 major issues with this:
- Seems NVidia supports only Integer pixels, while openJPH is able to compress floating point as well losslessly through a custom non-linear transform
- NVidia jpeg2k does not support 32bit types (especially float)
Are there any plans to support this ?