stefano 2003/06/27 13:08:38
cocoon-2.1/src/webapp/samples/imagereader - New directory
-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
/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
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
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
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
! +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
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
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
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
> 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
- 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
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
13 matches
Mail list logo