Skip to content

caribou/lichen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lichen

A service for caching and retrieving images.

Usage

Add this to your project.clj:

[caribou/lichen "0.6.14"]

Resize a single image:

(use 'lichen.image)
(resize-file "before.png" "after.png" {:width 200})

Start an image resizing service (in project.clj):

:ring {:handler lichen.core/app :init lichen.core/init :port 33333}

Then at the command line:

> lein ring server

License

Copyright © 2013 Instrument/Caribou

Distributed under the Eclipse Public License, the same as Clojure.

About

An image caching and retrieval service

Resources

Stars

Watchers

Forks

Packages

No packages published