This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository legacy-imlib2.
View the commit online.
commit 93dfb105a9a83c9725e32e52721297df2f0cb3b0
Author: Kim Woelders <k...@woelders.dk>
AuthorDate: Sun Mar 9 05:28:40 2025 +0100
test_save: Add qoi
---
test/test_save.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/test/test_save.cpp b/test/test_save.cpp
index a4df804..867d068 100644
--- a/test/test_save.cpp
+++ b/test/test_save.cpp
@@ -71,6 +71,7 @@ static const test_rec_t exts[] = {
{ "png", { 1636116234, 169859126 } },
{ "pnm", { 1636116234, 169859126 } },
// { "ps", { 0, 0 } },
+ { "qoi", { 1636116234, 169859126 } },
// { "svg", { 0, 0 } },
{ "tga", { 1636116234, 169859126 } },
{ "tiff", { 1636116234, 2443461544 } },
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.