Yes via im4clj - https://github.com/neatonk/im4clj
[im4clj "0.0.1"] The developer recommends shell scripting with Conch with standard command line syntax, however im4clj works perfectly fine for 2 core needs for photo gallery apps: 1. resize with proportions, and 2. crop thumbnails from center If shell scripting is preferred, here's the command line version of resize & crop from center: gm convert in_path_and_file -antialias -resize '150x150' -gravity center -extent 100x100 out_path_and_file -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.