ruby-image-science

Clean Ruby library to provide simple transformations on images
  https://github.com/seattlerb/image_science
  0
  no reviews



ImageScience is a clean Ruby library allowing for simple transformations on images, mainly geared towards generating thumbnails - The provided functions aim at scaling and cropping images.

Emphasis is made on keeping the code as lean as possible (at less than 200 LoC), and on correctness to avoid memory leaks and similar problems that often accompany similar libraries.