Liking cljdoc? Tell your friends :D

mikera.image-matrix.impl


image-to-nested-vectorsclj

(image-to-nested-vectors m)
(image-to-nested-vectors m row)
(image-to-nested-vectors m row col)

new-imageclj

(new-image width height)

Creates a new BufferedImage with the specified width and height. When considered as a core.matrix array, the image will have a shape of [height width 4].

Creates a new BufferedImage with the specified width and height.
When considered as a core.matrix array, the image will have a shape of [height width 4].
raw docstring

valid-image-shape?clj

(valid-image-shape? shape)

Returns true iff the shape is a valid image shape (rows * columns * 4)

Returns true iff the shape is a valid image shape (rows * columns * 4)
raw docstring

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

× close