Home > ImageKit-ShowOff

ImageKit-ShowOff

ImageKit-ShowOff is a project mainly written in ..., it's free.

This is a ShowOff presentation on basic Image Kit programming.

If you want to see it, you need to install showoff and then run it in this directory:

$ gem install showoff
$ git clone git://github.com/ctshryock/ImageKit-ShowOff.git
$ cd ImageKit-ShowOff
$ showoff serve

Then you should be able to go to http://localhost:9090 to view the presentation.

Basic Image Kit Programming

Quick and dirty y'all.

Image Kit was introduced with 10.5 and brings easy browsing, viewing, editing, and processing for images.

This presentation is broken into parts; introduction of the parts, walk through of building an image browser a la iPhoto, and a demo of extending it to do other things.

Estimated time: 5-7 minutes

TOC

  1. Intro
  2. Basic Tasks
  3. Building an image browser
  4. Hackie demo