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,11 +17,13 @@ $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',
); );
// For each image, apply these testcases // For each image, apply these testcases
$cache = "&nc"; // ""; // "&nc" $cache = "&nc"; // ""; // "&nc"
$testcase = array( $testcase = array(
"$cache&w=300&h=300&fill-to-fit", "$cache&w=300&h=300&fill-to-fit",