Liking cljdoc? Tell your friends :D

image-lib.images


all-image-pathsclj

(all-image-paths db image-collection)

Returns the path of every image in the database

Returns the path of every image in the database
sourceraw docstring

find-all-imagesclj

(find-all-images db image-collection keyword-collection given-keyword)

Given a keyword searches the database for images containing it or any of its sub keywords

Given a keyword searches the database for images containing it or any of its sub keywords
sourceraw docstring

find-imageclj

(find-image db collection id)
(find-image db collection year month project pic)

returns an image given its id

returns an image given its id
sourceraw docstring

find-imagesclj

(find-images database image-collection field value)

Searches database collection for entries where the given field matches the given value

Searches database collection for entries where the given field matches the given value
sourceraw docstring

find-images-containingclj

(find-images-containing database image-collection field value)

Searches database collection for entries where the given field contains the given value

Searches database collection for entries where the given field contains the given value
sourceraw docstring

imagesclj

(images database image-collection year)
(images database image-collection year month)
(images database image-collection year month project)

Returns all the images from a given year month project

Returns all the images from a given year month project
sourceraw docstring

open-imagesclj

(open-images pics base-directory external-viewer)

open the given images in an external viewer

open the given images in an external viewer
sourceraw docstring

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

× close