From fa31c5aeb3c6a7e4eb7475ddcdcbe053d83da9f7 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Sun, 13 Nov 2011 05:49:53 +0000 Subject: 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 Feature safe: yes --- graphics/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'graphics/Makefile') 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 -- cgit v1.2.3