smokeping
Tomasz Pala
gotar at polanet.pl
Mon Oct 31 12:57:20 CET 2005
On Mon, Oct 31, 2005 at 10:51:25 +0100, Paweł Gołaszewski wrote:
> > BTW do you know how to disable antialiasing in rrdtool 1.2? I don't like
> > my stats anymore with this crap enabled:/
>
> I don't know. I like it anyway :)
Hmmm... rrd_graph.c:
case 'R':
if ( strcmp( optarg, "normal" ) == 0 )
im->canvas->aa_type = AA_NORMAL;
else if ( strcmp( optarg, "light" ) == 0 )
im->canvas->aa_type = AA_LIGHT;
else if ( strcmp( optarg, "mono" ) == 0 )
im->canvas->aa_type = AA_NONE;
:)
--
GoTaR <priv0.onet.pl->gotar> http://vfmg.sourceforge.net/
http://tccs.sourceforge.net/
More information about the pld-devel-en
mailing list