Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 441 Bytes

File metadata and controls

21 lines (14 loc) · 441 Bytes

gift

A minimal clojure library to convert set of images to gif file. Backed by AnimatedGifEncoder

Usage

(:use [gift.core])
(make-gif "person.gif" ["file1.jpg" "file2.jpg" "file3.jpg"])

License

Copyright © 2014 FIXME

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.