Thread: Nw2png
View Single Post
  #9  
Old 06-24-2010, 04:59 PM
WhiteDragon WhiteDragon is offline
Banned
Join Date: Feb 2007
Posts: 1,002
WhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to behold
Add anti-aliasing Maybe as an option

PHP Code:
g2d.setRenderingHint(RenderingHints.KEY_ANTIALIASINGRenderingHints.VALUE_ANTIALIAS_ON); 
Or a higher interpolation setting -- I can't really tell.

Last edited by WhiteDragon; 06-24-2010 at 06:00 PM..
Reply With Quote