|
From: Jouni K. S. <jk...@ik...> - 2009-03-03 16:45:45
|
Daniel Soto <dan...@gm...> writes: > are there any other options or backends that might help? One thing that might be worth trying if this is a real problem for you -- but it will require some programming -- is to make use of the start_rasterizing and stop_rasterizing methods of MixedModeRenderer. You would have to create your own artist class or modify one of the existing artists to call start_rasterizing before the expensive part and stop_rasterizing afterwards, so that the expensive part becomes a bitmap image in the pdf file. I think quad meshes used to do this, but I don't see any calls to start_rasterizing in the current code. Perhaps there was some difficulty with this approach. -- Jouni K. Seppänen http://www.iki.fi/jks |