Not sure it will help but you can try changing some of the Graphics properties. For example:
g2d.setRenderingHint(RenderingHints.KEY_ANTIALIASING, RenderingHints.VALUE_ANTIALIAS_ON);
0
solved Low Quality Rendering Rotating Images
Not sure it will help but you can try changing some of the Graphics properties. For example:
g2d.setRenderingHint(RenderingHints.KEY_ANTIALIASING, RenderingHints.VALUE_ANTIALIAS_ON);
0
solved Low Quality Rendering Rotating Images