Skip to content

Instantly share code, notes, and snippets.

@paddya
Created May 28, 2012 11:50
Show Gist options
  • Save paddya/2818747 to your computer and use it in GitHub Desktop.
Save paddya/2818747 to your computer and use it in GitHub Desktop.
BufferedImage tmp = ImageIO.read(new File(currentBestMatch.getFilename()));
Image scaled = tmp.getScaledInstance(fragmentSize, fragmentSize, BufferedImage.SCALE_SMOOTH);
g.drawImage(scaled, i, k, null);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment