[gdk-pixbuf] Add a large jpg image too
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gdk-pixbuf] Add a large jpg image too
- Date: Tue, 25 Aug 2015 19:26:37 +0000 (UTC)
commit 67de8613f564dfee137dfcf6c11c4be4f18e1346
Author: Matthias Clasen <mclasen redhat com>
Date: Mon Aug 24 15:44:42 2015 -0400
Add a large jpg image too
tests/large.jpg | Bin 0 -> 8791300 bytes
tests/pixbuf-scale.c | 3 ++-
2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/tests/large.jpg b/tests/large.jpg
new file mode 100644
index 0000000..bd8c15e
Binary files /dev/null and b/tests/large.jpg differ
diff --git a/tests/pixbuf-scale.c b/tests/pixbuf-scale.c
index 32d9840..e2be5f5 100644
--- a/tests/pixbuf-scale.c
+++ b/tests/pixbuf-scale.c
@@ -163,7 +163,8 @@ main (int argc, char **argv)
g_test_add_data_func ("/pixbuf/scale/tga", "test-images/valid_tga_test", test_scale);
g_test_add_data_func ("/pixbuf/scale/xpm", "test-images/valid_xpm_test", test_scale);
g_test_add_data_func ("/pixbuf/scale/xbm", "test-images/valid.xbm", test_scale);
- g_test_add_data_func ("/pixbuf/scale/large", "large.png", test_scale_down);
+ g_test_add_data_func ("/pixbuf/scale/png/large", "large.png", test_scale_down);
+ g_test_add_data_func ("/pixbuf/scale/jpeg/large", "large.jpg", test_scale_down);
g_test_add_data_func ("/pixbuf/add-alpha/large", "large.png", test_add_alpha);
g_test_add_data_func ("/pixbuf/rotate/large", "large.png", test_rotate);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]