File/Convert.php
authorleon <leon@roojs.com>
Thu, 21 Mar 2024 02:41:56 +0000 (10:41 +0800)
committerleon <leon@roojs.com>
Thu, 21 Mar 2024 02:41:56 +0000 (10:41 +0800)
File/Convert.php

index 6cf3a85..7738e61 100644 (file)
@@ -133,6 +133,7 @@ class File_Convert
     
     function convert($toMimetype, $x= 0, $y =0, $pg=false) 
     {
+        die('test');
         //print_R(func_get_args());
         if ($toMimetype == 'image/jpg') {
             $toMimetype = 'image/jpeg';