These functions require JIMI.
readImage() reads an image from file, URL, or InputStream.
im = readImage("test.png")
showImage(im)
writeImage() writes the specified image to a file or an OutputStream.
im = readImage("test.png")
writeImage(im, "test.bmp")