Thread
:
Nw2png
View Single Post
#
9
06-24-2010, 04:59 PM
WhiteDragon
Banned
Join Date: Feb 2007
Posts: 1,002
Add anti-aliasing
Maybe as an option
PHP Code:
g2d
.
setRenderingHint
(
RenderingHints
.
KEY_ANTIALIASING
,
RenderingHints
.
VALUE_ANTIALIAS_ON
);
Or a higher interpolation setting -- I can't really tell.
Last edited by WhiteDragon; 06-24-2010 at
06:00 PM
..
WhiteDragon
View Public Profile
View GraalOnline Profile
Find all posts by WhiteDragon