bimg icon indicating copy to clipboard operation
bimg copied to clipboard

Add option to ignore ShrinkOnLoad functionality

Open smartinov opened this issue 7 years ago • 1 comments

Referencing issue #220 where shrink on load messes up the quality

smartinov avatar Jan 12 '18 08:01 smartinov

I see that the test is failing, but what's up with

The command "diff -u <(echo -n) <(gofmt -s -d ./)" exited with 1. 0.17s$ diff -u <(echo -n) <(go vet ./) The command "diff -u <(echo -n) <(go vet ./)" exited with 0. 0.11s$ diff -u <(echo -n) <(golint ./)

Does that mean that it's not formatted correctly? Since all tests are pasing!

smartinov avatar Sep 27 '18 11:09 smartinov