Adding JPEG2000 file for the type tests

Signed-off-by: Yoan Blanc <yoan@dosimple.ch>
master
Yoan Blanc 9 years ago
parent fd796251aa
commit b7e65e7018
No known key found for this signature in database
GPG Key ID: 6058CF4574298812

Binary file not shown.

@ -18,6 +18,7 @@ func TestDeterminateImageType(t *testing.T) {
{"test.gif", GIF},
{"test.pdf", PDF},
{"test.svg", SVG},
{"test.jp2", MAGICK},
}
for _, file := range files {
@ -42,6 +43,7 @@ func TestDeterminateImageTypeName(t *testing.T) {
{"test.gif", "gif"},
{"test.pdf", "pdf"},
{"test.svg", "svg"},
{"test.jp2", "magick"},
}
for _, file := range files {

Loading…
Cancel
Save