Category Archives: Imaging

Resizing Image In Rails

Tuesday, March 23rd, 2010


In this article we will discuss how to resize images within a ruby on rails application using the imaging tool ImageMagick.


Creating polaroids from an image using ImageMagick

Monday, March 22nd, 2010


ImageMagick is great for manipulating images on websites.  A popular effect that people are looking for is to create a polaroid picture and again ImageMagick comes to the rescue for this purpose.


Creating Video Thumbnails using FFmpeg

Wednesday, September 17th, 2008


We aim to demonstrate how you can create video thumbnails for use on a website, using ffmpeg.


Creating Dynamic Images Using PHP & GD Lib

Monday, July 14th, 2008


This article will explain how to use the GD Image processing library in PHP to create an image on the fly. Creating images on the fly is a very useful function within PHP, a common use for this is creating … Continue reading