2008-07-09 20:55:45 +02:00
|
|
|
Decides if the fill setting for an image should be either fill, in meaning the
|
2008-07-08 23:47:35 +02:00
|
|
|
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/
|