Skip to content

Gepar/gif-clj

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gif-clj

gif-clj is a small animated-gif encoder using this java implementation.

Usage

(write-gif "out.gif"                  ;; output filename
	(imgs-from-files <files>) ;; input files (imgs-from-files reads the images lazily)
	100                       ;; delay in ms
	0)                        ;; nr of loops (0 = never stop)

write-gif returns false if an IOException occured (this is because of the java implementation).

Todo

  • provide better exception (or any) handling
  • tests
  • reimplementing the java implementation.

License

Copyright (C) 2011 Robin Ramael

Distributed under the Eclipse Public License, the same as Clojure.

About

a small gif encoder for clojure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published