in reply to Re: save a png image
in thread save a png image
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 $!;
|
|---|