Actualizacion escalado de imagen y crop

parent 6114740e
...@@ -420,7 +420,7 @@ class DefaultController extends Controller { ...@@ -420,7 +420,7 @@ class DefaultController extends Controller {
// Create new image with desired dimensions // Create new image with desired dimensions
//$image = imagecreatetruecolor($width_x + $width_y, $height_x); $image = imagecreatetruecolor($width_x + $width_y, $height_x);
// Load images and then copy to destination image // Load images and then copy to destination image
if ($fileType_x == "png" || $fileType_x == "PNG") { if ($fileType_x == "png" || $fileType_x == "PNG") {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment