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".

Reply via email to