Package games.stendhal.tools.charas
Class ImageScale2x
java.lang.Object
games.stendhal.tools.charas.ImageScale2x
A utility to perform the scale2x algorithm on an image.
- Author:
- Kevin Glass, johnnnny
-
Method Summary
Modifier and TypeMethodDescriptionstatic BufferedImage
getScaledImage(BufferedImage srcImage)
Retrieve the scaled image.
-
Method Details
-
getScaledImage
Retrieve the scaled image. Note this is the method that actually does the work so it may take some time to return- Parameters:
srcImage
- the source image to be scaled- Returns:
- The newly scaled image
-