Liking cljdoc? Tell your friends :D

image-x.core

Core namespace with main functionality for accepting images URI's and producing single zip file with results

Core namespace with main functionality
for accepting images URI's
and producing single zip file with results
raw docstring

csv-path->zip-images!clj

(csv-path->zip-images! path)
(csv-path->zip-images! path config-maps)

Path to csv file with single header uri and each line as the uri to the image format like header uri http://image.format

Path to csv file with single header uri
and each line as the uri to the image format like
header uri
http://image.format
sourceraw docstring

edn-path->zip-images!clj

(edn-path->zip-images! path)
(edn-path->zip-images! path config-maps)

Path to edn file with format like {:uris ["https://somewhere.image.png"]}

Path to edn file with format like
{:uris ["https://somewhere.image.png"]}
sourceraw docstring

image-uri->zip-imagesclj

(image-uri->zip-images uri)
(image-uri->zip-images uri config-maps)

string representing the uri for the image produce zip file with image and its resized counterparts

string representing the uri for
the image produce zip file with image
and its resized counterparts
sourceraw docstring

json-path->zip-images!clj

(json-path->zip-images! path)
(json-path->zip-images! path config-maps)

Path to edn file with format like {uris: ["https://somewhere.image.png"]}

Path to edn file with format like
{uris: ["https://somewhere.image.png"]}
sourceraw docstring

uri-list->zip-imagesclj

(uri-list->zip-images coll)
(uri-list->zip-images coll config-maps)

sequence of strings representing the uris for the images produce zip file with all images and its resized counterparts

sequence of strings representing the uris for
the images produce zip file with all images
and its resized counterparts
sourceraw docstring

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

× close