Seems to be coming from the GraphicsUtil#getDestination method ( http://www.koders.com/java/fid6B3908FD1630ECAF1C318ECDF6B642FCEC66ADEF.aspx?s=Graphics2D+from+BufferedImage+lacks+BUFFERED_IMAGE+hint#L506).
It may be that you don't have this hint set in your graphics2d object: RenderingHintsKeyExt <http://jsourcery.com/api/apache/xml/batik/1.7-beta1/org/apache/batik/ext/awt/RenderingHintsKeyExt.source.html#j1206195407>.VALUE_TRANSCODING_PRINTING Hope this helps, Mark On Tue, Mar 18, 2008 at 11:52 AM, Eric Hamacher <[EMAIL PROTECTED]> wrote: > > > Hello again: > > > > My application outputs PDFs using Batik (via PrintTranscoder). As I use > my application, the message "Graphics2D from BufferedImage lacks > BUFFERED_IMAGE hint" keeps appearing on my console in ever increasing > numbers (it now prints about 50 times). I either want to fix this problem > or prevent it from printing. I looked at java.awt.RenderingHints but > nothing seems to refer to buffering. What is this referring to? Thanks. > > > > Regards, > > Eric Hamacher > > > > ****************************** > > THIS EMAIL IS INTENDED ONLY FOR THE REVIEW OF THE ADDRESSEE(S), AND MAY > CONTAIN CONFIDENTIAL AND LEGALLY PRIVILEGED INFORMATION. INTERCEPTION, > COPYING, DISSEMINATION, OR OTHER USE BY OTHER THAN THE ADDRESSEE(S) IS > PROHIBITED AND MAY BE PENALIZED UNDER APPLICABLE PRIVACY LAWS. IF YOU > RECEIVED THIS EMAIL IN ERROR, PLEASE DELETE IT AND NOTIFY ME BY RETURN EMAIL > TO [EMAIL PROTECTED] ******************************** > > > -- Mark Fortner blog: http://www.jroller.com/phidias
