initial idea was to add rendering for gd image to show a thumbnail to picture

it was not realized but some code was kept to remember about it
This commit is contained in:
KOLANICH 2011-03-13 19:28:25 +04:00
parent 08fe6800f5
commit fbeba502ff

View file

@ -327,6 +327,8 @@ class dBug {
echo imagesy($var).$this->closeTDRow();
$this->makeTDHeader("resource","Colors");
echo imagecolorstotal($var).$this->closeTDRow();
/*$this->makeTDHeader("resource","Image");
echo '<img src="data:image/jpeg;base64,'imagecolorstotal($var).$this->closeTDRow();*/
echo "</table>";
}