File/Convert.php
authoredward <edward@roojs.com>
Thu, 22 Feb 2018 07:54:57 +0000 (15:54 +0800)
committeredward <edward@roojs.com>
Thu, 22 Feb 2018 07:54:57 +0000 (15:54 +0800)
File/Convert.php

index 314375a..f986a8b 100644 (file)
@@ -2018,6 +2018,7 @@ class File_Convert_Solution
             $target = $fn . '.' . $x . 'x' . $y . '.' . $ext;
             $flat = "--resize-fit {$x}x{$y}";
         }
+        print_R($x);exit;
         print_R($fn);exit;
         if (file_exists($target)  && filesize($target) && filemtime($target) > filemtime($fn)) {
             return $target;