opencl-jpeg-encoder icon indicating copy to clipboard operation
opencl-jpeg-encoder copied to clipboard

OpenCL accelerated JPEG encoding

Results 3 opencl-jpeg-encoder issues
Sort by recently updated
recently updated
newest added

Hi I tried to run this code on a Qualcomm processor with OpenCL on its GPU. The code compiled and ran without any problem. But the encoded jpeg was not...

Hi, Is it a large amount of work to add 12-bit JPEG support? Thanks Russell

``` g++ -O3 -Wall -Werror -pedantic -c src/main.cpp src/main.cpp: In function ‘int readPPMImage(const char*, size_t*, size_t*, rgb_t**)’: src/main.cpp:60:4: error: ignoring return value of ‘char* fgets(char*, int, FILE*)’, declared with attribute...