cvs commit: cocoon-2.1/src/webapp/samples/imagereader - New directory

2003-06-27 Thread stefano
stefano 2003/06/27 13:08:38 cocoon-2.1/src/webapp/samples/imagereader - New directory

Questions while moving ImageReader to JAI

2003-05-30 Thread Torsten Knodt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm currently working on Java Advanced Imaging support for ImageReader. So it will support much more formats, then only jpeg. So two questions: - - When has the output of getMimeType() to be valid? - - Am I doubling anyones work? - - Someone ag

cvs commit: xml-cocoon2/src/scratchpad/webapp/samples/imagereader logo.jpg sitemap.xmap

2003-01-31 Thread vgritsenko
/scratchpad/webapp/samples/imagereader logo.jpg sitemap.xmap Log: Fix bug 16490: Image Reader Caching Problem. Add imagereader sample. Revision ChangesPath 1.5 +1 -1 xml-cocoon2/src/documentation/xdocs/userdocs/readers/image-reader.xml Index

cvs commit: xml-cocoon2/src/scratchpad/webapp/samples/imagereader - New directory

2003-01-31 Thread vgritsenko
vgritsenko2003/01/31 18:55:15 xml-cocoon2/src/scratchpad/webapp/samples/imagereader - New directory -- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [Announcement] ResourceReader and ImageReader

2003-01-06 Thread Stefano Mazzocchi
Torsten Curdt wrote: Guys, I've merged the byte range support (resume downloads) from the ByteRangeReader into the ResourceReader. I though it's a good feature to have directly inside the ResourceReader. It's enabled by default but can be disable by parameter. Also the Ima

Re: [Announcement] ResourceReader and ImageReader

2003-01-06 Thread Torsten Curdt
As previously falsely stated in the docs the ImageReader did not support byte ranges (but set the header) so I removed the setting of the header for all on-the-fly transformed images. uhhps, can you update the docs, too? already did - should have come with the commit... -- Torsten

Re: [Announcement] ResourceReader and ImageReader

2003-01-06 Thread Bernhard Huber
! +1 Also the ImageReader is now extending the ResourceReader. This means that the "expire-time" parameter is now "expires" (as for all ResouceReaders). great! +1 As previously falsely stated in the docs the ImageReader did not support byte ranges (but set the header) so I rem

[Announcement] ResourceReader and ImageReader

2003-01-05 Thread Torsten Curdt
Guys, I've merged the byte range support (resume downloads) from the ByteRangeReader into the ResourceReader. I though it's a good feature to have directly inside the ResourceReader. It's enabled by default but can be disable by parameter. Also the ImageReader is no

RE: ImageReader

2002-07-09 Thread Per Kreipke
Not sure if this helps but here's another conversion program in Java which: - uses AWT but not the toolkit part - supports GIFs - is relatively smart about keep the x/y ratio - would need a little conversion to work in memory without writing to/from disk Per Kreipke P.s. Can't remember where I

RE: ImageReader

2002-07-08 Thread Bert Van Kets
Thanks Jens and Berin, My Java experience is limited to a bit of JSP and taglibs. Trying to get this running will be a good experience and jump to other stuff I'd like Cocoon to do. ImageMagic seems to have circumvented the GIF license stuff because AFAICT it can write GIFs too. The image con

RE: ImageReader

2002-07-08 Thread Berin Loritsch
> From: Jens Lorenz [mailto:[EMAIL PROTECTED]] > Oh. Didn't think of this. But writing is another thing. AFAIK > it's not possible with AWT to write images. So you might be > stuck with jpg for writing - unless you use JAI. ImageMagick (http://www.imagemagick.org/) is also a possibility. I h

Re: ImageReader

2002-07-08 Thread Jens Lorenz
- Original Message - From: "Bert Van Kets" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 08, 2002 4:27 PM Subject: ImageReader > Hi Cocoon Guru's, Sorry, no guru here, but some guy with image loading experience. > I'm planning on

ImageReader

2002-07-08 Thread Bert Van Kets
Hi Cocoon Guru's, I'm planning on using Stefano's ImageReader reader to generate thumbnails. It took me only a few minutes to implement it, but then I saw it only supports JPG images. Is there any possibility to support GIF images or other formats as well? I found t