Re: Java2D Headless

2006-06-08 Thread Roman Kennke
FYI: I am working on a set of AWT peers on top of Escher (an X11 protocol impl in pure java). It has no dependencies at all, except for an X server running somewhere on the net (localhost for best performance of course). Headless mode could easily be supported by this, even without X server then.

Re: Java2D Headless

2006-06-07 Thread Sven de Marothy
Hello Juerg, I wonder: Does Java2D and ImageIO work on Unix without an X Server installed, e.g. in a server environment or on OS X? If so: How do I need to compile? Roman has been doing some work on this, however it's not ready for production use yet, AFAIK. The existing Java2D on Cairo

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: Java2D Headless

2006-06-07 Thread Robert Schuster
Hi, here is the corresponding PR: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23786 Follow the link to the ML to get my preliminary image loading code. It may be useful to write the start of a full ImageMagick based plugin. However fitzsim said that ImageMagick provide to few features for a real

Re: Java2D Headless

2006-06-07 Thread Thomas Fitzsimmons
Robert Schuster wrote: Hi, here is the corresponding PR: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23786 Follow the link to the ML to get my preliminary image loading code. It may be useful to write the start of a full ImageMagick based plugin. However fitzsim said that ImageMagick provide

Re: Java2D Headless

2006-06-07 Thread Sven de Marothy
On Wed, 2006-06-07 at 17:25 +0200, Juerg Lehni wrote: 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 sounds like it's already working:

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