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