1
0
mirror of https://github.com/mosbth/cimage.git synced 2025-07-31 21:40:12 +02:00

updating strategies to use for no-upscale, #61

This commit is contained in:
Mikael Roos
2014-12-15 17:24:49 +01:00
parent 5fa05e8282
commit d509067759

View File

@@ -22,7 +22,7 @@ $images = array(
// For each image, apply these testcases // For each image, apply these testcases
$nc = "&nc"; //null; //&nc'; $nc = null; //"&nc"; //null; //&nc';
$testcase = array( $testcase = array(
$nc . '&w=600', $nc . '&w=600',
$nc . '&w=600&no-upscale', $nc . '&w=600&no-upscale',