aboutsummaryrefslogtreecommitdiff
path: root/graphics/rubygem-image_processing
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to 1.12.1Sunpoet Po-Chuan Hsieh2020-11-092-4/+4
| | | | | | | Changes: https://github.com/janko/image_processing/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=554773
* Update to 1.12.0Sunpoet Po-Chuan Hsieh2020-09-212-4/+4
| | | | | | | Changes: https://github.com/janko/image_processing/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=549524
* Update to 1.11.0Sunpoet Po-Chuan Hsieh2020-05-192-4/+4
| | | | | | | Changes: https://github.com/janko/image_processing/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=535830
* Add rubygem-image_processing 1.10.3Sunpoet Po-Chuan Hsieh2020-02-023-0/+36
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). WWW: https://github.com/janko/image_processing Notes: svn path=/head/; revision=524848