Skip to content

Commit 09fd6ce

Browse files
committed
Update jpeg test
1 parent e9df0d3 commit 09fd6ce

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

src/io/img.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ mod test {
215215
// Jpeg is not lossless
216216
assert_eq!(
217217
data,
218-
vec![[47, 0, 18], [227, 0, 0], [0, 245, 0], [15, 32, 255]]
218+
vec![[48, 0, 17], [227, 0, 14], [0, 244, 0], [16, 36, 253]]
219219
);
220220
} else {
221221
panic!("Wrong texture data: {:?}", tex.data)

test_data/test.jpeg

0 Bytes
Loading

test_data/test.jpg

0 Bytes
Loading

0 commit comments

Comments
 (0)