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:
@@ -22,7 +22,7 @@ $images = array(
|
||||
|
||||
|
||||
// For each image, apply these testcases
|
||||
$nc = "&nc"; //null; //&nc';
|
||||
$nc = null; //"&nc"; //null; //&nc';
|
||||
$testcase = array(
|
||||
$nc . '&w=600',
|
||||
$nc . '&w=600&no-upscale',
|
||||
|
Reference in New Issue
Block a user