Add test to check ICC profile

This commit is contained in:
Jibin George 2016-09-13 16:30:18 +05:30
parent 9c9b1c3e82
commit 1a210d1b18
2 changed files with 1 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 142 KiB

View file

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