The Source for Java Technology Collaboration
User: Password:



Start New Message Delete Post a Reply

Article: 
 The Perils of Image.getScaledInstance()
Subject:  Implementation Question
Date:  2007-04-05 17:29:55
From:  herbyderby
Response to: Implementation Question


The problem with ImageIO subsampling is you end up with severe aliasing. It would be very nice if there was an option to apply a blur to the source image as part of subsampling--this should be doable with a limited amount of extra memory/cpu (have to buffer a few extra scanlines).

 Feed java.net RSS Feeds