diff options
author | miwi <miwi@FreeBSD.org> | 2011-11-13 13:49:53 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-11-13 13:49:53 +0800 |
commit | 585e2e887b77a721435d5b32aaee47a7d57e1d7f (patch) | |
tree | 87e67566493bde4e10adbd2ed563c8c7f0104bf5 /graphics/Makefile | |
parent | 4e9b1523dcc080bb325e53386a8326511f69b2ad (diff) | |
download | freebsd-ports-gnome-585e2e887b77a721435d5b32aaee47a7d57e1d7f.tar.gz freebsd-ports-gnome-585e2e887b77a721435d5b32aaee47a7d57e1d7f.tar.zst freebsd-ports-gnome-585e2e887b77a721435d5b32aaee47a7d57e1d7f.zip |
This module implements several resizing algorithms with a focus on low
overhead, speed and minimal features. Algorithms available are:
GD's copyResampled (floating-point)
GD's copyResampled fixed-point (useful on embedded devices/NAS devices)
GraphicsMagick's assortment of resize filters (floating-point)
GraphicsMagick's Triangle filter in fixed-point
Supported image formats include JPEG, GIF, PNG, and BMP for input, and
JPEG and PNG for output.
WWW: http://search.cpan.org/dist/Image-Size/
PR: ports/162484
Submitted by: Mark Atkinson <atkin901@gmail.com>
Feature safe: yes
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 0936cb710958..36a4c54f2c9d 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -652,6 +652,7 @@ SUBDIR += p5-Image-MetaData-JPEG SUBDIR += p5-Image-PBMlib SUBDIR += p5-Image-Pngslimmer + SUBDIR += p5-Image-Scale SUBDIR += p5-Image-Size SUBDIR += p5-Image-Size-FillFullSelect SUBDIR += p5-Imager |