I have a collection of images that have been laid out in a rectangle to look like a collage. How can I take those images and create a single image out of them in Ruby?
For example I have three images that I want placed in the image as follows:
Image 1: (0,0) - (300,400)
Image 2: (350, 0) - (500, 200)
Image 3: (350, 220) - (500, 400)