Skip to content

Commit 8dc42f2

Browse files
committed
Core (Tests): Add test for PNG image loading.
1 parent 9c932a6 commit 8dc42f2

11 files changed

+186
-0
lines changed
4.27 KB
Loading
63 KB
Binary file not shown.
3.1 KB
Loading
15.8 KB
Binary file not shown.
768 Bytes
Binary file not shown.
3.83 KB
Loading
47.3 KB
Binary file not shown.
Lines changed: 30 additions & 0 deletions
Loading

libvisual/tests/images/license.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,11 @@ Description: Geological wonder "The Painted Desert" in Arizona
55
Author : katsrcool
66
URL : http://www.flickr.com/photos/katsrcool/7275923984/
77
License : CC BY 2.0
8+
9+
additive_color.svg
10+
------------------
11+
Name : AdditiveColor.svg
12+
Description: This image demonstrates the principle of additive color mixing, and is not meant as an exhibition of any particular color space. Original by Mike Horvath.
13+
Author : SharkD at English Wikipedia
14+
URL : https://commons.wikimedia.org/wiki/File:AdditiveColor.svg
15+
License : CC0

libvisual/tests/video_test/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ LV_BUILD_TEST(video_blit_test
66
SOURCES video_blit_test.cpp
77
)
88

9+
LV_BUILD_TEST(video_load_test
10+
SOURCES video_load_test.cpp
11+
)
12+
913
IF(HAVE_SDL)
1014
LV_BUILD_TEST(video_scale_test
1115
SOURCES video_scale_test.cpp

0 commit comments

Comments
 (0)