The image is sitting in the same folder as the program. It's finding it but can't read it. Also, the image is the same format as my output image and,of course, that image is printed. I'm also 'using' GD and GD::Graph...
Trying to add a logo to my GD::GRaph files
using
$graph->set(logo => 'image.gif');
#$graph->set(logo_resize => 0.5);
$graph->set(logo_position => 'LL');
response is "Problems reading image.gif at ...."
any ideas what the problem might be?
I'm still interested in this. You describe what I want to do. I have x number of GIFS, all the same length/width in pixels and want to combine them all into a larger file that retains their original size.
Where are the read and copy commands your refer to in GD::GRAPH? I'm looking at some...
assuming integer and decimal values
if I use sprintF to limit the number of decimals
my integers are displayed as decimals (2.00, e.g)
any way to limit sprintF's use and exclude integers?
Been trying to figure this out and have had no luck with other forums.
here's the code:
use GD::Graph::linespoints;
my $data_file = "ChartdataMYBUG.txt";
open DATA, "$data_file" or die "can't open $data_file $!";
undef $/;
$_ = <DATA>;
close DATA;
$/ = "\n";
my @data = ([1,2,3]...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.