Liking cljdoc? Tell your friends :D

clyaksa.core


get-heightclj

(get-height image)
source

get-pixelclj

(get-pixel image x y)
source

get-widthclj

(get-width image)
source

image-typesclj

source

load-imageclj

(load-image filename)
(load-image type src)
source

new-imageclj

(new-image size type-key)
(new-image width height type-key)
source

save-imageclj

(save-image image filename)
(save-image image filename type)
source

set-pixelclj

(set-pixel image x y color)
source

swap-pixelclj

(swap-pixel image x1 y1 x2 y2)
(swap-pixel image1 image2 x1 y1 x2 y2)
source

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

× close