Hi,
Currently I am using ImageTranscoder to rasterize my SVG document to get the
BufferedImage and I am happy with it for now. But, my concern is in the
future I would like to create several bufferedImages of large size (say
5000x5000), in which case I will do distributed rendering. Also, I came
across the presentation document that Thomas presented at ApacheCON 2003 and
it has a section on how to rasterize the document using Dynamic Renderer, Is
it a nice and cleaner way to follow the guidelines of the presentation
document or just use ImageTranscoder? Any suggestions are welcome. The
reason I am using ImageTranscoder is I could specify AOI to perform zoom,
pan operations on the document.

Thanks for any help,

Javid

P.S. All these document manipulation are done on server side, client are
used to just display the rendered images on a simple canvas.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to