文件名称:illusioniste:im4java上的微型Clojure包装器
文件大小:7KB
文件格式:ZIP
更新时间:2024-06-06 13:17:28
Clojure
幻觉主义者 im4java上的(非常)薄包装器,ImageMagick命令行实用程序上的包装器。 实际上,这不过是一个小宏。 用法 将以下内容添加到您的project.clj [illusioniste“ 1.0.1-SNAPSHOT”] (ns example.core (:require [illusioniste])) (illusioniste/transform-image image-byte-array (rotate 90.0) (crop 140 100) (resize 80 80)) ;; returns jpeg byte array rotated 90 degrees, ;; cropped to 140x100 ;; and subsequently resiz
【文件预览】:
illusioniste-master
----src()
--------illusioniste.clj(1KB)
----target()
--------stale()
----LICENSE(11KB)
----README.md(835B)
----project.clj(251B)
----.gitignore(59B)
----.lein-env(3B)