aboutsummaryrefslogtreecommitdiff
path: root/graphics/p5-Image-Size-FillFullSelect
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.1.0Philip M. Gollucci2009-12-152-5/+5
| | | | | | | | | PR: ports/141502 pproved by: maintainer Submitted by: myself (pgollucci@) Notes: svn path=/head/; revision=245914
* Fix up some English usage.Mark Linimon2008-07-092-2/+2
| | | | Notes: svn path=/head/; revision=216627
* - Fix CATEGORIESPav Lucistnik2008-07-091-1/+1
| | | | | | | Reported by: erwin Notes: svn path=/head/; revision=216586
* Decides if the fill setting for a image should be either fill, in meaning thePav Lucistnik2008-07-084-0/+43
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> Notes: svn path=/head/; revision=216563