Roland Kofler wrote:
Thank you Thomas!
I found the source of the problem: the downscaling of an image is done
by applying an affine transformation ->line 145 in GraphicUtil: cr =
new AffineRed(cr, at, g2d.getRenderingHints());
on a BufferedImage. This results in a scaled raster image. then you
Thank you Thomas!
I found the source of the problem: the downscaling of an image is done by
applying an affine transformation ->line 145 in GraphicUtil: cr = new
AffineRed(cr, at, g2d.getRenderingHints());
on a BufferedImage. This results in a scaled raster image. then you take
only the visible
> "RK" == Roland Kofler <[EMAIL PROTECTED]> writes:
RK> Keiron Liddle suggested to post this issue to batik-dev: I patched
RK> the PDFGraphics2D class to get a better resolution for Images.
RK> Keiron gave me the hint that i may have to increase the Dimensions
RK> of the BufferedImage() to do
Hi!
Keiron Liddle suggested to post this issue to batik-dev:
I patched the PDFGraphics2D class to get a better resolution for Images.
Keiron gave me the hint that i may have to increase the Dimensions of the
BufferedImage() to do this. Now, I dont get a better image resolutions,
although the fil