Liking cljdoc? Tell your friends :D

think.image.image-util


array->buffered-image-typeclj

(array->buffered-image-type array-data rect)
source

array->image-typeclj

(array->image-type array-data rect)
(array->image-type array-data img-width img-height)
source

buffered-image-typeclj

(buffered-image-type img)

Get the buffered image type of a given image

Get the buffered image type of a given image
sourceraw docstring

buffered-image-type->image-typeclj

(buffered-image-type->image-type buf-img-type)
source

buffered-image-typesclj

source

byte-array->image-typeclj

(byte-array->image-type array-data rect)
(byte-array->image-type array-data img-width img-height)
source

check-copy-extentsclj

(check-copy-extents img rect)
source

check-extentsclj

(check-extents value max-val)
(check-extents value min-val max-val)
source

ensure-array-matchesclj

(ensure-array-matches img rect array-data)

Ensure the array type matches the image. If not perform conversion.

Ensure the array type matches the image.  If not perform conversion.
sourceraw docstring

image->rectclj

(image->rect img)
source

image-type->buffered-image-typeclj

(image-type->buffered-image-type img-type)
source

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

× close