ajuste css

Implementación Html Manuel
Sin ultimos ajustes solicitados.
parent 2307d6e5
...@@ -427,8 +427,12 @@ class DefaultController extends Controller { ...@@ -427,8 +427,12 @@ class DefaultController extends Controller {
$image_x = imagecreatefrompng($filename_x); $image_x = imagecreatefrompng($filename_x);
} elseif ($fileType_x == "jpeg" || $fileType_x == "JPEG") { } elseif ($fileType_x == "jpeg" || $fileType_x == "JPEG") {
$image_x = imagecreatefromjpeg($filename_x); $image_x = imagecreatefromjpeg($filename_x);
}else{
$image_x = imagecreate($filename_x);
} }
// Load images and then copy to destination image // Load images and then copy to destination image
if ($fileType_y == "png" || $fileType_y == "PNG") { if ($fileType_y == "png" || $fileType_y == "PNG") {
$image_y = imagecreatefrompng($filename_y); $image_y = imagecreatefrompng($filename_y);
......
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