mirror of
https://github.com/talgo-cloud/bimg.git
synced 2026-03-07 21:48:13 -08:00
fix(tests): autorotate
This commit is contained in:
parent
eb05f0644e
commit
68f4faa420
2 changed files with 2 additions and 2 deletions
|
|
@ -359,7 +359,7 @@ func TestImageAutoRotate(t *testing.T) {
|
|||
{"exif/Landscape_2.jpg", 1},
|
||||
{"exif/Landscape_3.jpg", 1},
|
||||
{"exif/Landscape_4.jpg", 1},
|
||||
{"exif/Landscape_5.jpg", 5},
|
||||
{"exif/Landscape_5.jpg", 1},
|
||||
{"exif/Landscape_6.jpg", 1},
|
||||
{"exif/Landscape_7.jpg", 1},
|
||||
}
|
||||
|
|
|
|||
|
|
@ -97,7 +97,7 @@ func TestVipsAutoRotate(t *testing.T) {
|
|||
{"exif/Landscape_1.jpg", 0},
|
||||
{"exif/Landscape_2.jpg", 0},
|
||||
{"exif/Landscape_3.jpg", 0},
|
||||
{"exif/Landscape_4.jpg", 4},
|
||||
{"exif/Landscape_4.jpg", 0},
|
||||
{"exif/Landscape_5.jpg", 5},
|
||||
{"exif/Landscape_6.jpg", 0},
|
||||
{"exif/Landscape_7.jpg", 7},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue