On Sun, Jul 08, 2001 at 05:28:44AM +0900, Devin Bayer wrote: > Hello. I'm new to ruby, and I've come across a project that involves > joining several jpeg images together and printing them out. I think > that to do this I need an image manipulation library, or at least a > way to uncompress the jpegs, and compress them again. Is there a > library for Ruby that can deal with image data formats? You could always use the ImageMagick (www.imagemagick.org) programs `mogrify ...` I don't know if there is a binding that lets you use the ImageMagick functions directly from Ruby (none appears in the RAA). // Niklas