Load an Image.paramin the stream to load the imagereturnthe Image return Jimi.getImage(in);
return Jimi.getImage(in);
Save an image.paramid the mime-type of the format to save the imageparamimage the image to saveparamfilename the file to write toexceptionJimiException if an error prevents image encoding Jimi.putImage(id, image, os);
Jimi.putImage(id, image, os);