/Web/thumb.php
54,7 → 54,7
$thumb_height = $height;
}
$black = ImageColorAllocate($image, 0, 0, 0);
ImageString ($image, 1, $img_width-50, $img_height-10, "www.mlab.cz", $black);
ImageString ($image, 8, $img_width-100, $img_height-30, "www.mlab.cz", $black);
if($remove_thumb == false){
$thumb = imagecreatetruecolor($thumb_width, $thumb_height);
imagecopyresampled($thumb, $image, 0, 0, 0, 0, $thumb_width, $thumb_height, $img_size[0], $img_size[1] );