Skip to content

Releases: doterax/guetzli-cuda-opencl

Fixed compression mode auto detection, and fixed working on non NVidia machines.

17 Oct 16:53
Compare
Choose a tag to compare

Loading nvcuda.dll, OpenCl.dll is delayed.
C runtime is embeded in executable.

Fixed how CUDA detector is working and falling back to CPU for small images

29 Jan 18:11
Compare
Choose a tag to compare

Try to compile modile during CUDA detection.
Do not detect CUDA or OpenCL for small images.

Autodetect best compression mode

29 Jan 15:36
Compare
Choose a tag to compare

Added command line swich --auto to autodetect best hardware platform

Several bug fixes

19 Aug 20:45
Compare
Choose a tag to compare
  1. TIFF Warning suppressed, for some non standard TIFFs
  2. Fixed an illegal memory access occured when image sizes are not aligned when using CUDA. (yyamamoto79/guetzli-cuda-opencl@b9a04a0)
  3. Fixed crush for some synthetic images: magick convert -size 32x32 xc:white white32.png && guetzli white32.png white32.jpg crushed before this fix

Added '--blend-on-white' parameter to blend transparent pixels on white

15 Aug 09:46
Compare
Choose a tag to compare

Added TIFF file support

14 Aug 21:41
Compare
Choose a tag to compare

Removed lower quality limit

12 Aug 21:59
Compare
Choose a tag to compare
v2.0.1

Removed lower quality limit

Compilled for Windows x64 with CUDA and OpenCL support

12 Aug 21:12
Compare
Choose a tag to compare

This is original release with some tweaks for better portability:

  • all sattelite files are embeded in the executable