List of functions and data types in Image
Image create(String fname, ImageType ty)
Arguments
fname: The filename of the image to load
ty: Whether the image to be loaded is PNG or JPEG
Usage
Loads an image from a file and returns the resulting Image.
Related