I wrote,

> The goal is to build a long list of small (but useful)
> thumbnail images.

I've looked at the source code rrd_graph.c

At first sight, graph_paint() does not seem to be 
a pretty function to hack (for me).

I wonder if :

    im->xgif=20+im->xsize + im->xorigin;
    im->ygif= im->yorigin+2*SmallFont->h;

->
    im->xgif= im->xorigin;
    im->ygif= im->yorigin;

will not have bad side effect.

It seems thumnails can be a popular demand.
Time will tell.

-- 
au revoir,
Gilles Lamiral. France, Laillé (35890).
33 (0) 2 99 42 33 80 
33 (0) 6 20 79 76 06

--
Unsubscribe mailto:[EMAIL PROTECTED]
Help        mailto:[EMAIL PROTECTED]
Archive     http://www.ee.ethz.ch/~slist/rrd-users
WebAdmin    http://www.ee.ethz.ch/~slist/lsg2.cgi

Reply via email to