Class ImageIOImageLoader

java.lang.Object
VASSAL.tools.image.ImageIOImageLoader
All Implemented Interfaces:
ImageLoader

public class ImageIOImageLoader
extends Object
implements ImageLoader
An image loader which wraps ImageIO. This class handles the assorted problems with various versions of ImageIO, ensuring that we can reliably load image files to BufferedImages with a predictable type.
Since:
3.1.0
Author:
Joel Uckelman