-
This is the image:
![image](https://cloud.githubusercontent.com/assets/5289083/24019483/0d577a52-0a90-11e7-8627-bd160ddbd036.jpg)
` ./guetzli_linux_x86-64 image.jpg output.jpg` gives the error:
…
-
Hey I'm getting this error when trying to execute the function
`
gulp.task("image", () => {
gulp.src("./site/static/img/*")
.pipe(image({
guetzli: true,
options: {
g…
-
Guys tryed to use guetzli with [XNview ](https://forum.xnview.com/viewtopic.php?f=60&t=46466&sid=16c9d3b291d428d93661087fd87ade29)
> It would be VERY helpful if you could provide an exe file which …
-
I am getting 'Image too large' message on some of the panoramas I wanted to optimize with guetzli. I am fine with it taking a long time to run. I also have 128Gb of physical memory but it seems guetzl…
-
I think it's better that we add an option to ignore png files because guetzli can not deal with transparency.
-
We have done some experimenting with Guetzli and we are very happy with the results. A big reduction in image sizes; thanks for this! However now I have a question: it Guetzli production ready? Can we…
-
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 attached (original and …
-
npm organisations are now free for open-source, so I made one for us: https://www.npmjs.com/org/imagemin
It turns out only the original publisher can add packages to the org, so I couldn't add most…
-
I did an experiment with two tools: guetzli and opencv(version:2.4, imwrite function). And I found that opencv is much faster(100+ seconds VS 80ms), while the PSNR and compress ratio is almost th…
-
I ran into some errors compiling guetzli with bazel on osx 10.11.
These changes to ``WORKSPACE`` fixed it for me:
1. change ``http://github.com/glennrp/libpng/archive/v1.2.57.zip`` to ``https://gi…