diff options
author | pav <pav@FreeBSD.org> | 2008-07-09 05:47:35 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-07-09 05:47:35 +0800 |
commit | 23fea186d880d57bde4804b297e1435f93328a65 (patch) | |
tree | 33d33b9ff11c60060369d3f23e1622378f619024 /graphics/Makefile | |
parent | d3e4062e5e0c37687e622b78dd1ad31fb9fb1ff4 (diff) | |
download | freebsd-ports-gnome-23fea186d880d57bde4804b297e1435f93328a65.tar.gz freebsd-ports-gnome-23fea186d880d57bde4804b297e1435f93328a65.tar.zst freebsd-ports-gnome-23fea186d880d57bde4804b297e1435f93328a65.zip |
Decides if the fill setting for a image should be either fill, in meaning the
image should be resized to fix the screen, or full which means it should be
scaled to fit the screen.
use Image::Size::FillFullSelect;
my $iffs = Image::Size::FillFullSelect->new();
my $FFselection = $iffs->select("someImage.gif");
WWW: http://search.cpan.org/dist/Image-Size-FillFullSelect/
PR: ports/124957
Submitted by: Zane C.B. <vvelox@vvelox.net>
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 bf6399e1f85e..b7947c2061d5 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -529,6 +529,7 @@ SUBDIR += p5-Image-PBMlib SUBDIR += p5-Image-Pngslimmer SUBDIR += p5-Image-Size + SUBDIR += p5-Image-Size-FillFullSelect SUBDIR += p5-Imager SUBDIR += p5-Imager-Graph SUBDIR += p5-Imager-Plot |