Add test to check ICC profile

master
Jibin George 9 years ago
parent 9c9b1c3e82
commit 1a210d1b18

Binary file not shown.

After

Width:  |  Height:  |  Size: 142 KiB

@ -39,6 +39,7 @@ func TestMetadata(t *testing.T) {
space string space string
}{ }{
{"test.jpg", "jpeg", 0, false, false, "srgb"}, {"test.jpg", "jpeg", 0, false, false, "srgb"},
{"test_icc_prophoto.jpg", "jpeg", 0, false, true, "srgb"},
{"test.png", "png", 0, true, false, "srgb"}, {"test.png", "png", 0, true, false, "srgb"},
{"test.webp", "webp", 0, false, false, "srgb"}, {"test.webp", "webp", 0, false, false, "srgb"},
} }

Loading…
Cancel
Save