Displaying 1 result from an estimated 1 matches for "the_rendered_".
2010 Aug 21
1
R-devel Digest, Vol 90, Issue 20
...an say the
>>> >> trickiest part of such an undertaking will be calculating font metrics so
>>> >> that R can properly position text in the graphics. Everything else is very
>>> >> straight-forward.
>> >
>> > I believe Donald wants the_rendered_ output. That is, a stream of bytes
>> > that represent a png, jpeg, etc. Toward this end, we have already
>> > discussed using an OS-level fifo to avoid disk I/O, and I think this is
>> > the easiest route for Donald.
>> >
>> > Alternatively, Donald...