|
From: Daniel J S. <dan...@ie...> - 2006-11-21 05:50:51
|
Timothée Lecomte wrote:
>>I believe that PDF and SVG also benefit from this approach, but
>>I have not investigated fully.
>
>
> For your information, cairo supports this, so the wxt terminal will profit
> from it too.
Already seems worth doing then.
Would it mean altering
void (*image) __PROTO((unsigned, unsigned, coordval *, gpiPoint *, t_imagecolor));
to include a pointer to a set of values representing a translation matrix?
Or would a new terminal driver routine for a translation matrix that applies more generally be in order?
Dan
|