im4clj

ImageMagick for Clojure. im4clj is a wrapper for the ImageMagick and GraphicsMagick commandline tools. It is heavily influenced by, and partly based on im4java. Use im4clj.core to get started.

Leiningen/Boot

[im4clj "0.0.1"]

Clojure CLI/deps.edn

im4clj/im4clj {:mvn/version "0.0.1"}

Gradle

implementation("im4clj:im4clj:0.0.1")

Maven

<dependency>
  <groupId>im4clj</groupId>
  <artifactId>im4clj</artifactId>
  <version>0.0.1</version>
</dependency>