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:
@@ -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",
|
||||||
|
Reference in New Issue
Block a user