Add failing test for a jpeg

This commit is contained in:
Marc-Andre Lafortune 2014-01-28 21:39:17 -05:00
parent 622131a9ea
commit be4db4a6af
2 changed files with 20 additions and 19 deletions

BIN
test/fixtures/test4.jpg vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 MiB

View File

@ -18,6 +18,7 @@ GoodFixtures = {
"test.png"=>[:png, [30, 20]],
"test2.jpg"=>[:jpeg, [250, 188]],
"test3.jpg"=>[:jpeg, [630, 367]],
"test4.jpg"=>[:jpeg, [1485, 1299]],
"test.tiff"=>[:tiff, [85, 67]],
"test2.tiff"=>[:tiff, [333, 225]],
"exif_orientation.jpg"=>[:jpeg, [2448, 3264]],