fix(#33): bad auto rotatino

This commit is contained in:
Tomas Aparicio 2015-04-25 18:42:35 +02:00
parent ca206cdee1
commit 67221723ca
4 changed files with 47 additions and 55 deletions

View file

@ -17,7 +17,6 @@ func TestSize(t *testing.T) {
{"test.png", 400, 300},
{"test.webp", 550, 368},
}
for _, file := range files {
size, err := Size(readFile(file.name))
if err != nil {