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

index db64632..22c4fe5 100644 (file)
@@ -104,7 +104,7 @@ class File_Convert
         
         //echo "testing scale image";
         require_once 'File/Convert/Solution/scaleimage.php';
-        $sc = new File_Convert_Solution_scaleimage($toMimetype, $toMimetype);
+        $sc = new File_Convert_Solution_scaleimage($toMimetype, $toMimetype, self::$options);
         //$sc->convert = $this;
         $sc->debug= $this->debug;
         $this->solutions[] = $sc;