google / guetzli

Perceptual JPEG encoder
Apache License 2.0
12.92k stars 976 forks source link

Better return codes #261

Open Frwah opened 5 years ago

Frwah commented 5 years ago

If guetzli fails for some reason, it always returns 1. I would much rather see that different values were used. Like this: 1: can’t find file 2: no output file 3: too many arguments And so on. Very simple change

doterax commented 3 years ago

I have unofficial fork of guetzly here, you can create issue there and I will add this support.