Here's a few examples of what RMagick can do. Each of the images on these pages was created using RMagick. To the right of each image is the Ruby program that created it. This page demonstrates some basic transformations. The next two pages show special effects and the drawing API. require 'RMagick' clown = Magick::ImageList.new("clown.jpg") face = clown.crop(50, 15, 150, 165) white_bg = Magick::I