"Crop Images","icon" => "crop"); // Get crop information $crops = $cms->cacheGet("org.bigtreecms.crops",$crop_key); ?>
1) { ?>

Cropping Image 1 of
Notice: Undefined variable: crops in /home/bidbyte/diagnostico.bidbyte.tec.br/core/admin/auto-modules/forms/crop.php on line 16

Warning: count(): Parameter must be an array or an object that implements Countable in /home/bidbyte/diagnostico.bidbyte.tec.br/core/admin/auto-modules/forms/crop.php on line 16
0

/" id="crop_form" class="module">
420) { $box_height = ceil($box_height * 420 / $box_width); $box_width = 420; } $preview_width = $cwidth; $preview_height = $cheight; if ($preview_width > 420) { $preview_height = ceil($preview_height * 420 / $preview_width); $preview_width = 420; } $image_ratio = $box_width / $width; $min_width = ceil($cwidth * $image_ratio); $min_height = ceil($cheight * $image_ratio); if ($preview_height < $box_height) { $preview_margin = floor(($box_height - $preview_height) / 2); $box_margin = 0; } else { $box_margin = floor(($preview_height - $box_height) / 2); $preview_margin = 0; } // Fill the cropper to ~90% of the available area by default. if ($min_width > $min_height) { $initial_width = ceil($box_width * 0.90); $initial_height = ceil($initial_width / $min_width * $min_height); } else { $initial_height = ceil($box_height * 0.90); $initial_width = ceil($initial_height / $min_height * $min_width); } if (($initial_width < $min_width || $initial_height < $min_height) || ($crop["retina"] && ($initial_width < $min_width * 2 || $initial_height < $min_height * 2))) { // If we're doing a retina crop, make the initial crop area fit the retina version. if ($crop["retina"]) { $initial_width = $min_width * 2; $initial_height = $min_height * 2; } else { $initial_width = $min_width; $initial_height = $min_height; } } // Figure out where we're starting the cropping box (should be centered) $initial_x = ceil(($box_width - $initial_width) / 2); $initial_y = ceil(($box_height - $initial_height) / 2); // Figure out where the arrow should be $arrow_margin = 13 + ceil($box_height / 2); ?> 1) { ?> style="display: none;">

Original

Cropped (
Notice: Undefined variable: cwidth in /home/bidbyte/diagnostico.bidbyte.tec.br/core/admin/auto-modules/forms/crop.php on line 95
x
Notice: Undefined variable: cheight in /home/bidbyte/diagnostico.bidbyte.tec.br/core/admin/auto-modules/forms/crop.php on line 95
)