guetzli icon indicating copy to clipboard operation
guetzli copied to clipboard

Perceptual JPEG encoder

Results 104 guetzli issues
Sort by recently updated
recently updated
newest added

Work on #134 ### How to use (Windows) ``` cmake -G "Ninja" -DCMAKE_TOOLCHAIN_FILE=C:/Users/hughb/Documents/GitHub/vcpkg/scripts/buildsystems/vcpkg.cmake ninja ``` ## How to use (Linux/macos) ``` cmake -G "Ninja" ninja ``` This has almost identical...

The file size compression worked well and I don't see any artifacts but the colors changed "significantly" (for the field of photography) in all three examples I tested. One is...

1. Bad action on PNG transparent color:: PNG file has transparent will be changed to All black. You can add choose option on default white or indicate transparent color option....

the color of background changed from white to black. how to prevent it?

`Imagemagick` is a good tool that can support batch compress images like: mogrify -verbose -format jpg -quality "85%" **/*.png But how to do this by using guetzli?

Is there a free rpm centOS7 at all?

- Update Linux environment from Ubuntu 14.04 to 18.04 LTS - Update macOS environment from macOS 10.13 with Xcode 9.4 to macOS 10.14 with Xcode 11.2 - Update Bazel from...