diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-11-13 05:49:53 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-11-13 05:49:53 +0000 |
commit | fa31c5aeb3c6a7e4eb7475ddcdcbe053d83da9f7 (patch) | |
tree | 7a66b4a57d8113e4c3cf5a1a9e11b1eb5a6127ac /graphics/Makefile | |
parent | - Update to 4.3.2 (diff) |
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
Notes
Notes:
svn path=/head/; revision=285685
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 |