chore: add test.webp image and update image conversion tests to include webp format

This commit is contained in:
keven1024
2026-03-08 12:20:39 +08:00
parent 47781ff374
commit 60a588c92a
2 changed files with 2 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

View File

@@ -73,6 +73,8 @@ func TestConvertImageWithMagickA2B(t *testing.T) {
{"png", "jpg"},
{"jpg", "webp"},
{"png", "webp"},
{"webp", "jpg"},
{"webp", "png"},
}
_, self, _, _ := runtime.Caller(0)
for _, test := range testList {