How to display an image using Compojure?

clojure, compojure

Solution

For 1., try Building a Clojure Web application with Incanter, Compojure, and Leiningen.

For 2., try Compojure: access filesystem

Problem

This compojure question is twofold! - How can I display an image object in a webpage (like a chart I get from Incanter)? - How can I display images in the filesystem? Thank you!

Original source