so you are saying that just one call to drawImage causes all previous
rendering to other areas of the page to change?

I don't see how this could happen.

I can see how a image whose pixels have an alpha component would cause
different printing path to be taken but everything should still be
device resolution.

-phil.

> Date: Fri, 9 Nov 2001 12:22:34 -0500
> From: Karen Johnson <[EMAIL PROTECTED]>
> Subject: [JAVA2D] Printing image over shapes
> To: [EMAIL PROTECTED]
>
> I am trying to rasterize a portion of what is going to printer graphics
> context.  For example, shapes are drawn to printer graphics, then I create
> an offscreen buffered image, draw onto it, then blit image to printer
> graphics context.
>
> My problem is that my low res (72 dpi ) off screen buffered image appears to
> "force" the previously rendered shapes to 72 dpi too.  In other words, when
> I don't blit the offscreen image to the printer graphics, the shapes are
> rendered at high resolution, but blitting the image makes everything low
> res.  Why would this happen to previously rendered shapes?
>
> The jdk is 1.3.1_01 on Win NT 4.0.
>
> Thanks,
> Karen Johnson
>
> ===========================================================================
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
> of the message "signoff JAVA2D-INTEREST".  For general help, send email to
> [EMAIL PROTECTED] and include in the body of the message "help".

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA2D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to