mirror of
https://github.com/talgo-cloud/bimg.git
synced 2026-03-07 21:48:13 -08:00
Add test to check ICC profile
This commit is contained in:
parent
9c9b1c3e82
commit
1a210d1b18
2 changed files with 1 additions and 0 deletions
BIN
fixtures/test_icc_prophoto.jpg
Normal file
BIN
fixtures/test_icc_prophoto.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 142 KiB |
|
|
@ -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"},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue