Example of saving an image with clojure
``` (ImageIO/write cropped "jpg" (clojure.java.io/file "a/dir" "Screenshot.jpg")) ```