The Source for Java Technology Collaboration
User: Password:



Start New Message Delete Post a Reply

Article: 
 The Perils of Image.getScaledInstance()
Subject:  Exception on 1.6
Date:  2007-11-15 15:53:33
From:  j21v


I run into an exception with the sample code:

java.lang.IllegalArgumentException: 2 is not compatible with Image interpolation method key
at sun.java2d.SunGraphics2D.setRenderingHint(Unknown Source)

on the line:
g2.setRenderingHint(RenderingHints.KEY_INTERPOLATION, hint);

This exception occurs on JVM 1.6.0.03.

It is nice with alternative code suggested by another reader.

 Feed java.net RSS Feeds