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

I have written a guetzli wrapper which works just fine. Because guetzli is so slow, it would make sense if it could indicate progress. So what I suggest is that...

Hi all, This is a very cool project, and I think many of us looking at Guetzli are interested and excited by its promise of better compression and higher-quality images....

when running npm install I get node_modules\guetzli\vendor already exists, I do see that in install.js there is a line .cmd(`mkdir -p ${bin.dest()}`), should'nt there be a conditional that confirms whether...

Is it ok to install Vistual Studio 2017 ?

``` ==== Building guetzli (release) ==== Creating bin/Release mkdir -p bin/Release dct_double.cc c++ -O2 -pipe -fstack-protector -fno-strict-aliasing -MMD -MP -I. -Ithird_par ty/butteraugli -std=c++11 `pkg-config --cflags libpng` -o "obj/Release/dct_doub le.o" -MF...

Dear All, I am trying to understand processor.cc, specially the function bool Processor::ProcessJpegData(). I see an if statement to check if the input has cbcr colorspace HasYCbCrColorSpace(). And, before the...

Hi everybody, since at the end of year 2018 guetzli is still a incredible good tool to compress images I decided to compile windows binaries. I use Win7+Visual Studio 2015+followed...

Some images show visible gradient banding / blocking artifacts even after cb5e4a8. Here's the crop to illustrate the issue. ![guetzli-original](https://user-images.githubusercontent.com/3129436/48575752-d4e98100-e923-11e8-850f-91186bf08766.png) From left to right: [Guetzli q94](https://user-images.githubusercontent.com/3129436/48576440-9ead0100-e925-11e8-84f1-d78d4460056d.jpg), [Original](https://user-images.githubusercontent.com/3129436/48575798-f21e4f80-e923-11e8-9ded-aa9612ae882c.jpg). This issue is...