From e5639330ff160ae5f82b7a9a889893839926845a Mon Sep 17 00:00:00 2001 From: Wesley Moore Date: Fri, 9 Jul 2010 08:23:08 +1000 Subject: [PATCH] Update projects page --- content/projects.html | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/content/projects.html b/content/projects.html index b34a2b4..c4001f7 100644 --- a/content/projects.html +++ b/content/projects.html @@ -1,8 +1,18 @@ -GitHub +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, converts them to greyscale and then generates a single output image with both the colour and monochrome version of the thumbnail. Additionally it writes out an edited version of the XML retrieved from the FLickr API that some Javascript uses to present the thumbnails on the page. +`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