Liking cljdoc? Tell your friends :D

gif-clj.core


build-animated-gifclj

(build-animated-gif delay repeat frames)

Build an animated gives and return the corresponding bytes array. Delay: delay in milliseconds between each frame Repeat: number of times the gif should repeat (0 means forever) Frames: sequence of frames, as BufferedImage

Build an animated gives and return the corresponding bytes array.
Delay:  delay in milliseconds between each frame
Repeat: number of times the gif should repeat (0 means forever)
Frames: sequence of frames, as BufferedImage
sourceraw docstring

imgs-from-filesclj

(imgs-from-files files)
source

load-imageclj

(load-image file)
source

write-gifclj

(write-gif filename imgs delay loops)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close