blob: 49d5d2a2dab3972a6d451d4ac68734441339d629 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
ImageProcessing provides higher-level image processing helpers that are commonly
needed when handling image uploads.
This gem can process images with either ImageMagick/GraphicsMagick or libvips
libraries. ImageMagick is a good default choice, especially if you are migrating
from another gem or library that uses ImageMagick. Libvips is a newer library
that can process images very rapidly (often multiple times faster than
ImageMagick).
|