I am trying to compress and decompress images in CUDA. So far I have found this library: http://sourceforge.net/projects/cuj2k/?source=navbar
But the available documentation is not enough.
Does anyone know of any well-documented (with sample code) JPEG compression and decompression libraries for use in CUDA?
source share