Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
9 lines
440 B
Plaintext
9 lines
440 B
Plaintext
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).
|