duser($utilitarios->getuser()); $template = $template->Nome_Template; $img = imagecreatefromjpeg('../Sistema/Template/descktop/'.$template.'/letras.jpg'); $branco = ImageColorAllocate($img, 84, 88, 91); imagestring($img, 20, 10, 90, '', $branco); /* $img = imagecreate(MAX_WIDTH, MAX_HEIGHT); imagecolorallocate($img, 204, 204, 204); $c = imagecolorallocate($img, 153, 153, 153); $c1 = imagecolorallocate($img, 0, 0, 0); imageline($img, 0, 0, MAX_WIDTH, MAX_HEIGHT, $c); imageline($img, MAX_WIDTH, 0, 0, MAX_HEIGHT, $c); imagestring($img, 2, 12, 55, 'erro ao carregar imagem', $c1);*/ //} // Mostra a imagem header('Content-type: image/jpeg'); imagejpeg($img); ?>