ACC SHELL
<?php
$t_start = microtime();
echo $img->_("http://spektrumbydleni.loc/www/files/de.png",array("height"=>30,"width"=>30,"f"=>"crop"));
echo $img->_("/www/files/robot1.jpg",array("height"=>"30","width"=>30,"f"=>"max"));
echo $img->_("/www/files/de.png",array("height"=>"30","width"=>30,"f"=>"min"));
echo $img->_("/www/files/de.png",array("height"=>"30","width"=>30,"f"=>"white"));
echo $img->_("de.png",array("height"=>"30"));
echo $img->_("de.png"); // vrati primo z files slozky
echo $img->_("",array("height"=>"30","width"=>30)); // placeholder
echo microtime() - $t_start;
?>
ACC SHELL 2018