Subject: | Won't create non interlaced png |
I'm trying to create a graph in png. I use the following code:
$day_graph->set(
x_label => "Tijd",
y_label => "RTT",
title => "Nice Graph",
x_label_skip => 24,
y_max_value => $max_y,
bgclr => "white",
dclrs => ["green"],
transparent => 0,
interlaced => 0,
long_ticks => 1
);
But although I set the interlaced to 0 (also tried false), it won't create
the .png non-interlaced. My output is exactly the same.
I'm using the versions of the following libs:
libgd-2.0.15
libpng-1.0.15
my system is:
Linux localhost.localdomain 2.4.22-1.2197.nptl #1 Thu Jul 1 15:14:28 EDT 2004 i686 i686 i386 GNU/Linux
and my perl version is:
v5.8.3