Releases: doterax/guetzli-cuda-opencl
Releases · doterax/guetzli-cuda-opencl
Fixed compression mode auto detection, and fixed working on non NVidia machines.
Fixed how CUDA detector is working and falling back to CPU for small images
Try to compile modile during CUDA detection.
Do not detect CUDA or OpenCL for small images.
Autodetect best compression mode
Added command line swich --auto to autodetect best hardware platform
Several bug fixes
- TIFF Warning suppressed, for some non standard TIFFs
- Fixed an illegal memory access occured when image sizes are not aligned when using CUDA. (yyamamoto79/guetzli-cuda-opencl@b9a04a0)
- 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
Added TIFF file support
fixed #2
Removed lower quality limit
v2.0.1 Removed lower quality limit
Compilled for Windows x64 with CUDA and OpenCL support
This is original release with some tweaks for better portability:
- all sattelite files are embeded in the executable