i would give up on the save to file thing if i could get this code to display multiple images on the one screen i doing a project similar to mrtg for collage and i want to be able to display multiple graphs as they do.. using the above code i get no errors but i only get shown the first graphmy $gd_image = $graph->plot(\@data) or die $graph->error; print header(-type => "image/png") or die $!; binmode STDOUT or die $!; print $gd_image->png or die $!;
In reply to Re: Re: save a png image
by Anonymous Monk
in thread save a png image
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |