Re: JPEG Encoder Class Contribution

2005-09-26 Thread Mark Wielaard
Hi Trevor, On Sun, 2005-09-25 at 13:50 -0600, Trevor Linton wrote: > Certainly, the problem is i haven't received my legal paperwork yet. > I was supposed to receive a document to sign and send back in the > mail to turn the copyright over to the FSF (or someone). My records show that it sho

Re: JPEG Encoder Class Contribution

2005-09-25 Thread Trevor Linton
Hi Roman, Certainly, the problem is i haven't received my legal paperwork yet. I was supposed to receive a document to sign and send back in the mail to turn the copyright over to the FSF (or someone). At anyrate i'm more than willing to contribute, however the code will require a lot of

Re: JPEG Encoder Class Contribution

2005-09-24 Thread Roman Kennke
Hi Trevor, Some time ago you offered to contribute your JPEG codec. Is this offer still valid? A JPEG codec would be very useful to have in the GNU Classpath project, especially for javax.imageio. It's one of the few missing pieces left for JDK1.4 compatibility. Best regards, Roman signature.a

Re: JPEG Encoder Class Contribution

2005-05-23 Thread Mark Wielaard
Hi Trevor, On Mon, 2005-05-23 at 15:48 +0200, Sven de Marothy wrote: > This sounds like it could be useful to us indeed. Our (or at least my) > short-term plan here was to have an imageio plugin wrapping libjpeg, and > in the long-term complement that with a pure-java plugin. > > This could be qu

Re: JPEG Encoder Class Contribution

2005-05-23 Thread Trevor Linton
Hi Sven, That's great, i'll need to clean up the code a bit and i'll send it over at the start of next week. I did not look at any other JPEG encoder/decoder. The class was studying lossy/lossless compression methods so everything we did in incremental steps in the class. All of the code i

Re: JPEG Encoder Class Contribution

2005-05-23 Thread Sven de Marothy
Hi Trevor, > I did a JPEG Encoder/Decoder (w/o progressive JPEG support or > arithmetic encoding) for a CS class at the University of Utah, i was > wondering if i could contribute it to your project in whatever license > you'd like. I have no use for it anymore. This sounds like it could be usefu