1
0
Fork 0
forked from wezm/wezm.net
wezm.net/content/projects.html
2010-07-09 08:23:08 +10:00

18 lines
717 B
HTML

I have collection of source code on [GitHub][github]. Some of the more noteworthy
projects are listed below.
Monothumb
---------
`monothumb` is the tool that generates the thumbnails on the [home page](/). It
retrieves thumbnails of my [recent uploads to Flickr][flickr], converts them to
greyscale and then generates a single output image with both the colour and
monochrome version of the thumbnail. There are two version of the tool. The
original one, written in Objective-C that uses CoreImage and a second version
written in Lua. The Lua one is the one currently in use.
[Source code on GitHub](http://github.com/wezm/monothumb)
[flickr]: http://www.flickr.com/photos/wezm/
[github]: http://github.com/wezm