Gem ruby-vips - fast image processing

narkoz · 2014年06月05日 · 最后由 hooopo 回复于 2014年06月29日 · 3050 次阅读

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.
需要 登录 后方可回复, 如果你还没有账号请 注册新账号