2) $done=true; } return $img; } $size=$_REQUEST['size']; $custom=$_REQUEST['custom']; $invert=$_REQUEST['invert']; if (!$size) $size=5; $output = (float)shell_exec('python moon2.py'); $output=round($output*100,1); $output=$custom." ".$output."%"; $font="/home/sites/astro.xchris.net/htdocs/moonphase/georgiab.ttf"; if (!$invert) { $agenzia=$name=create(0,0,0,255,255,255,$output,$size,$font,3); } else { $agenzia=$name=create(255,255,255,0,0,0,$output,$size,$font,3); } ob_start(); //imagejpeg($name,'',99); imagegif($agenzia); header("Pragma: public"); header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); header("Cache-Control: no-store, no-cache, must-revalidate"); header("Cache-Control: post-check=0, pre-check=0", false); header('Content-type: image/gif'); header("Content-disposition: inline; filename=moon.gif"); // header("Content-disposition: attachment; filename=badge.jpg"); header("Content-Length: " . ob_get_length()); ob_end_flush(); imagedestroy($badge); ?>