Hi Simon, [email protected] wrote on 10/19/2005 01:53:43 PM:
> --- In [email protected], "Doug Schepers" <[EMAIL PROTECTED]> > wrote: > The Batik raterizer looks promising (first time I've used it) > but the java implementation seems slow - maybe ok for batch processing > svg overnight but not real time? The problem is the startup time for Java, try converting a batch of 30 files at one time, this will give a much better view of the actual time needed to convert a file. In a server environment you would normally setup Batik as a running service that can be triggered to rasterize SVG content on demand (think JSP, although you could do something simpler). Really Batik is pretty quick once it is up and running. It also implements essentially all of static SVG 1.1, most other implementations are missing potentially significant pieces. ------------------------ Yahoo! Groups Sponsor --------------------~--> Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life. http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/1U_rlB/TM --------------------------------------------------------------------~-> ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

