Package VASSAL.tools.image
Class ImageUtils
java.lang.Object
VASSAL.tools.image.ImageUtils
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static BufferedImageprotected static intprotected static BufferedImageprotected static intstatic Stringstatic String[]static Stringstatic Stringstatic BufferedImagestatic Stringstatic String -
Method Summary
Modifier and TypeMethodDescriptionstatic BufferedImagecoerceToIntType(BufferedImage img)static BufferedImagecreateCompatibleImage(int w, int h)static BufferedImagecreateCompatibleImage(int w, int h, boolean transparent)static BufferedImagecreateCompatibleTranslucentImage(int w, int h)static Imagestatic Rectanglestatic RectanglegetBounds(BufferedImage im)static intstatic intgetCompatibleImageType(boolean transparent)static intstatic intstatic RenderingHintsstatic BufferedImagegetImage(String name, InputStream in)static BufferedImagegetImageResource(String name)static DimensiongetImageSize(String name, InputStream in)static booleanhasImageSuffix(String name)static booleanstatic booleanisTransparent(Image img)static booleanisTransparent(BufferedImage img)static StringstripImageSuffix(String name)static BufferedImagetoBufferedImage(Image src)Transform anImageto aBufferedImage.static BufferedImagestatic BufferedImagetoType(BufferedImage src, int type)static BufferedImagetransform(BufferedImage src, double scale, double angle)static BufferedImagetransform(BufferedImage src, double scale, double angle, RenderingHints hints)static Rectangle
-
Field Details
-
compatOpaqueImage
-
compatTransImage
-
compatOpaqueImageType
protected static final int compatOpaqueImageType -
compatTranslImageType
protected static final int compatTranslImageType -
NULL_IMAGE
-
GIF_SUFFIX
- See Also:
- Constant Field Values
-
PNG_SUFFIX
- See Also:
- Constant Field Values
-
SVG_SUFFIX
- See Also:
- Constant Field Values
-
JPG_SUFFIX
- See Also:
- Constant Field Values
-
JPEG_SUFFIX
- See Also:
- Constant Field Values
-
IMAGE_SUFFIXES
-
-
Method Details
-
getDefaultHints
-
transform
-
transform
-
transform
public static BufferedImage transform(BufferedImage src, double scale, double angle, RenderingHints hints) -
coerceToIntType
-
getBounds
- Parameters:
im- Image- Returns:
- the boundaries of this image, where (0,0) is the pseudo-center of the image
-
getBounds
-
getImageSize
- Throws:
ImageIOException
-
getImageResource
- Throws:
ImageIOException
-
getImage
- Throws:
ImageIOException
-
toType
-
forceLoad
-
isTransparent
-
isTransparent
-
toBufferedImage
Transform anImageto aBufferedImage.- Parameters:
src- theImageto transform
-
getCompatibleImageType
public static int getCompatibleImageType() -
getCompatibleTranslucentImageType
public static int getCompatibleTranslucentImageType() -
getCompatibleImageType
public static int getCompatibleImageType(boolean transparent) -
getCompatibleImageType
-
createCompatibleImage
-
createCompatibleImage
-
createCompatibleTranslucentImage
-
toCompatibleImage
-
isCompatibleImage
-
hasImageSuffix
-
stripImageSuffix
-