1
0
Fork 0
forked from wezm/wezm.net
wezm.net/content/projects.html

17 lines
658 B
HTML
Raw Normal View History

2010-03-30 21:02:50 +00:00
2010-07-08 22:23:08 +00:00
I have collection of source code on [GitHub][github]. Some of the more noteworthy
projects are listed below.
2010-03-30 21:02:50 +00:00
Monothumb
---------
2010-07-08 22:23:08 +00:00
`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.
2010-03-30 21:02:50 +00:00
2010-07-08 22:23:08 +00:00
[flickr]: http://www.flickr.com/photos/wezm/
[github]: http://github.com/wezm