Skip to content

Several bug fixes

Compare
Choose a tag to compare
@doterax doterax released this 19 Aug 20:45
· 6 commits to master since this release
  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