mirror of
https://github.com/sdsykes/fastimage.git
synced 2025-10-08 00:02:41 -04:00
Add failing test for a jpeg
This commit is contained in:
parent
622131a9ea
commit
be4db4a6af
BIN
test/fixtures/test4.jpg
vendored
Normal file
BIN
test/fixtures/test4.jpg
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.0 MiB |
@ -18,6 +18,7 @@ GoodFixtures = {
|
|||||||
"test.png"=>[:png, [30, 20]],
|
"test.png"=>[:png, [30, 20]],
|
||||||
"test2.jpg"=>[:jpeg, [250, 188]],
|
"test2.jpg"=>[:jpeg, [250, 188]],
|
||||||
"test3.jpg"=>[:jpeg, [630, 367]],
|
"test3.jpg"=>[:jpeg, [630, 367]],
|
||||||
|
"test4.jpg"=>[:jpeg, [1485, 1299]],
|
||||||
"test.tiff"=>[:tiff, [85, 67]],
|
"test.tiff"=>[:tiff, [85, 67]],
|
||||||
"test2.tiff"=>[:tiff, [333, 225]],
|
"test2.tiff"=>[:tiff, [333, 225]],
|
||||||
"exif_orientation.jpg"=>[:jpeg, [2448, 3264]],
|
"exif_orientation.jpg"=>[:jpeg, [2448, 3264]],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user