I just released a few bits of image code that might be useful to more people. clj-imajine
can read, write and scale images. There’s also some minimal experimental pdf support. More features will be added when I need them or if someone else sends me a good pull request.
Source code is on github. Leiningen/maven jars are on clojars.
Also, Saul Hazledine got in touch with me to merge our changes of clojure.contrib.sql
and make it an official project. It’s called clj-sql
and differs from clojure.contrib.sql
mostly in that it makes it possible to use :keywords-with-dashes
as column names (for most operations, at least, so far) and that its support for auto-generated keys is much better, i.e. there is some!
Source code is on github. Leiningen/maven jars are on clojars.