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

This is some frustrating bullshit. I'm a photographer, not a programmer. I've tried Homebrew and MacPorts on my mac and keep getting "Can't open output file for writing."Can someone please...

In preparation of the next release, I thought it would be nice to have a changelog in the repository itself. Release notes for early releases have been taken from the...

环境:ubuntu 16.04 png图片大小:412.1kb 压缩后jpg大小:861.7kb 压缩命令:guetzli --quality 84 02.png 02.jpg 但是压缩之后的jpg反而变得更大了,这是为什么?

README says: > Guetzli-generated images are typically 20-30% smaller than images of equivalent quality generated by libjpeg But what about [mozjpeg](https://github.com/mozilla/mozjpeg)? It existed long before this project, by the way...

Is there any way when using Guetzli as a library to insert checkpoints where one could check an early exit flag and abort the compression operation? Thanks.

I create a pull request. The Travis CI build is passed but the AppVeyor build failed. ERROR LOG is `Mismatching hash of the downloaded nuget`. It seems like the nuget.ext...

I got an error "Only YUV color space input jpeg is supported, Guetzli processing failed". Where can I find the supported colorspace list?

brew update Already up-to-date. `brew install guetzli` Error: No available formula with the name "guetzli" ==> Searching for similarly named formulae... Error: No similarly named formulae found. ==> Searching taps......

E:\under_graduate\My_code\butteraugli\butteraugli-master>bazel build -c opt //:butteraugli WARNING: C:/users/administrator/appdata/local/temp/_bazel_administrator/-qthx2dm/external/bazel_tools/tools/cpp/cc_configure.bzl:67:3: Auto-Configuration Warning: 'BAZEL_PYTHON' is not set, start looking for python in PATH. . WARNING: C:/users/administrator/appdata/local/temp/_bazel_administrator/-qthx2dm/external/bazel_tools/tools/cpp/cc_configure.bzl:67:3: Auto-Configuration Warning: Python found at C:/Python36/python.exe . WARNING:...

I've tested it with Windows 10, Visual Studio 2017. It fixes the problem that SUB(0x1A) is regarded as EOF on Windows due to unchanged stdin file mode.