1
0
Fork 0
forked from wezm/wezm.net

Update projects page

This commit is contained in:
Wesley Moore 2010-07-09 08:23:08 +10:00
parent 1a1263c33d
commit e5639330ff

View file

@ -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