1
0
mirror of https://github.com/mosbth/cimage.git synced 2025-08-04 23:27:43 +02:00

adding transparent images for test

This commit is contained in:
Mikael Roos
2015-02-09 08:03:31 +01:00
parent ab4e8a6fae
commit 0baea7c346

View File

@@ -17,6 +17,8 @@ $description = "The issue was to implement fill-to-fit, but it needs some flexib
// Use these images in the test // Use these images in the test
$images = array( $images = array(
'kodim04.png', 'kodim04.png',
'apple_trans.gif',
'circle_trans.png',
); );