Hi Thomas,
On 8/9/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
This is really a problem with the JPEG codec we use (it needs
the entire source image at once).
Is this issue related to printing as well, then? When trying to print
a document, I have the exact same symptoms. I also send this problem
for support to GeoMedia, as the SVG file is exported from their
"WebMap" product. One issue is that they set the element styles
through CSS, instead of including them in the element definition. This
limits the number of rasterizers I can use.
If you get the source distribution
of Batik in the contrib directory there is a 'tiledTranscoder' that
will encode an SVG to a tiled Tiff image. It doesn't support all the
bells and whistles of the normal trancoders but it works.
I'm afraid this won't be a working solution with pictures of a
resolution this high, but I will give it a try anyway.
For large outputs this is _much_ faster than the normal
encoders. This of course gives you a Tiff not a JPEG but you can
probably chain another tool to convert the Tiff to JPEG (also it's
likely that the code can be adapted to work with the javax.imageio
package in Java 5 to write JPEG's progressively.
And then there's always Imagemagick/JMagick to the rescue :-)
Thanks for your advice.
Regards,
Pieter
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]