Skip to content

Instantly share code, notes, and snippets.

@uris77
Last active June 3, 2016 20:53
Show Gist options
  • Save uris77/573bbc88d6c001eabd610d739989f077 to your computer and use it in GitHub Desktop.
Save uris77/573bbc88d6c001eabd610d739989f077 to your computer and use it in GitHub Desktop.
Example of saving an image with clojure
```
(ImageIO/write cropped "jpg" (clojure.java.io/file "a/dir" "Screenshot.jpg"))
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment