Commit graph

3 commits

Author SHA1 Message Date
Mark Linimon
c653b8faf4 Fix up some English usage. 2008-07-09 18:55:45 +00:00
Pav Lucistnik
8562d3afd2 - Fix CATEGORIES
Reported by:	erwin
2008-07-09 07:42:53 +00:00
Pav Lucistnik
da159928a9 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>
2008-07-08 21:47:35 +00:00