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