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/
_______________________________________________
pld-devel-en mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en

Reply via email to