This program manually reads portable pixmap format (PPM) files and renders the pixels using the Quil graphics library.
$ lein run PATH_TO_FILE
This is a simple image format that is easy to understand and implement.
PPM is ideal for programmers that are looking for their first image fromat to dig into.
For more information on the PPM image format, look here: