DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=40519>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=40519 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|fop- |[EMAIL PROTECTED] |[EMAIL PROTECTED] | Status|NEW |ASSIGNED ------- Additional Comments From [EMAIL PROTECTED] 2006-09-15 11:40 ------- Created an attachment (id=18866) --> (http://issues.apache.org/bugzilla/attachment.cgi?id=18866&action=view) Java2DRenderer.getPageImage(): Extract code into a protected method. Java2DRenderer.getPageImage(): Extract code into a protected method to instantiate the BufferedImage that we paint on. Right now, it always allocates an 24 bit RGB image with an 8-bit alpha channel. In next patch: Override the new protected method described above to create the Buffered image depending on the configuration. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
