Image Processing - Monday

It's time for a meat and potatoes, backend project. The first project was designed to be small and contained but it still took me until Saturday to finish it. This week I'll be taking on something much more ambitious. Prior to 50projects I worked at a number of companies that handled images in various capacities so the concept isn't entirely new. This service will be similar in a few respects, notably that it will transform images, it will use ImageMagick libraries to do so and it will optionally use Amazon S3 to store images. However this will be an entirely new product using unique ideas conceived of separately from previous work environments. In other words please don't sue me.

Project Summary: A web service to handle image transforms, storage and caching of images for use by web sites.

Features
  • jMagick versus rMagick comparison - which is faster
  • Upload original Images
  • Download transformed Images
  • Admin page to configure parameters
  • Varnish caching for faster serving
  • Source code on GitHub
  • Sample code for integration
Monetization Features
  • 32-bit and 64-bit versions on amazon's AMI marketplace
If There's Time
  • SQS for large scale distributed processing