Java2D Headless

2006-05-31 Thread Juerg Lehni
I was reading about the Java2D rewrite and was wondering if there is more information about this available now. http://developer.classpath.org/pipermail/classpath/2006-January/ 20.html I assume this is the work on the new CairoGraphics2D. Will this support headless mode? Will it still

Re: Java2D Headless

2006-06-07 Thread Juerg Lehni
Hi Sven, Thank you for the update on the status quo of both Java2D and ImageIO. And great to hear that work is currently done for this. I wonder about ImageIO through ImageMagick though. Are you sure that there is no code for this so far? I saw it mentioned here, and from what I read it

Re: Random list of AWT TODOs

2006-07-06 Thread Juerg Lehni
Hi Sven, I have a question regarding the Headless Toolkit. Will it be possible to decide which one to use both at compile time and runtime? I mean, will it be possible to compile Classpath to only compile and use the Headless Toolkit, for environments where GTK is not supported well (e.g.

Antigrain instead of Cairo for Java2D?

2006-12-11 Thread Juerg Lehni
Today I came across this impressive rendering library here: http://www.antigrain.com/ It is licensed under GPL and from what I read it seems to be able to solve the performance issues people here where facing with the Cairo Java2D backend. There seems to be work done on a Antigrain