Import graphics/p5-Image-Size-FillFullSelect version 0.1.0
[dports.git] / graphics / p5-Image-Size-FillFullSelect / pkg-descr
1 Decides if the fill setting for an image should be either fill, in meaning the
2 image should be resized to fix the screen, or full which means it should be
3 scaled to fit the screen.
4
5 use Image::Size::FillFullSelect;
6 my $iffs = Image::Size::FillFullSelect->new();
7 my $FFselection = $iffs->select("someImage.gif");
8
9 WWW: http://search.cpan.org/dist/Image-Size-FillFullSelect/