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
(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
(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"]}
(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
(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"]}
(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
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close