|
From: <tim...@en...> - 2007-03-09 18:32:04
|
Peter Danenberg wrote: >> My second concern is that we already have gd that does the work >> quite well to export in jpeg/gif/png apart from not doing >> antialiasing. >> > > > Aye, that's the rub, Timothée; I'm setting up gnuplot > as a webservice, and having antialiased PNGs would be a sig‐ > nificant quality-improvement. > > Where does the pdf code live; and would it be a suit‐ > able template for making a Cairo-PNG patch? > > Best, Peter The cairopdf terminal is here: http://sourceforge.net/tracker/index.php?func=detail&aid=1651015&group_id=2055&atid=302055 Making a cairopng terminal is actually almost a one-liner from the above patch: you just have to change 'cairo_pdf_surface_create' to its png counterpart. Sweet, isn't it ? Best regards, Timothée |