From: Ryan Davis Date: 2007-05-31T05:38:23+09:00 Subject: [ANN] image_science 1.1.3 Released image_science version 1.1.3 has been released! * ImageScience is a clean and happy Ruby library that generates thumbnails -- and kicks the living crap out of RMagick. Oh, and it doesn't leak memory like a sieve. :) For more information including build steps, see http://seattlerb.rubyforge.org/ Changes: ## 1.1.3 / 2007-05-30 * 2 minor enhancements: * Added quick_thumb as an example to look at. * Error handler doesn't raise by default. Raises if $DEBUG==true. *