Gem ruby-vips - fast image processing

narkoz · June 05, 2014 · Last by hooopo replied at June 29, 2014 · 3050 hits

https://github.com/jcupitt/ruby-vips

Speed_and_Memory_Use

用途 libvips http://www.vips.ecs.soton.ac.uk/index.php?title=Speed_and_Memory_Use

同 carrierwave: https://github.com/eltiare/carrierwave-vips

Benchmarks:

https://github.com/stanislaw/vips-benchmarks https://github.com/stanislaw/carrierwave-vips-benchmarks

Why use ruby-vips?

  • It supports over 250 low-level image and color manipulation operations.
  • Operations are chainable and do not get executed until the image is sent to an output.
  • Memory use is low, even for very, very large images.
  • Fastest ruby library for resizing large images.

有意思

You need to Sign in before reply, if you don't have an account, please Sign up first.