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:
parent
08fe6800f5
commit
fbeba502ff
1 changed files with 2 additions and 0 deletions
2
dBug.php
2
dBug.php
|
@ -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>";
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue