aboutsummaryrefslogtreecommitdiff
path: root/graphics/p5-Image-Scale
Commit message (Collapse)AuthorAgeFilesLines
* - add stage supportAndrej Zverev2014-01-302-3/+1
| | | | | | | Approved by: portmgr (blanket infrastructure) Notes: svn path=/head/; revision=341813
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | graphics) Notes: svn path=/head/; revision=327733
* - convert to the new perl5 frameworkAndrej Zverev2013-09-111-1/+2
| | | | | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326963
* - png_memcpy is now part of libpng private API,Andrej Zverev2013-06-162-8/+17
| | | | | | | | | | | | replace it with memcpy. - Pet portlint (trim Makefile header, remove ABI version on LIB_DEPENDS). PR: ports/172377 Submitted by: Michael Curtis <michael@moltenmercury.org> Approved by: Mark Atkinson <atkin901@gmail.com> (maintainer) Notes: svn path=/head/; revision=321061
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+2
| | | | Notes: svn path=/head/; revision=297915
* - Add TEST_DEPENDS to enable testingSteve Wills2012-03-011-0/+2
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=292488
* Fix WWW pointer to correct. I think Nobody will be against.Andrej Zverev2011-11-131-1/+1
| | | | | | | | Approved by: maintainer (implicitly - cosmetic change) Feature safe: yes Notes: svn path=/head/; revision=285712
* This module implements several resizing algorithms with a focus on lowMartin Wilke2011-11-134-0/+48
overhead, speed and minimal features. Algorithms available are: GD's copyResampled (floating-point) GD's copyResampled fixed-point (useful on embedded devices/NAS devices) GraphicsMagick's assortment of resize filters (floating-point) GraphicsMagick's Triangle filter in fixed-point Supported image formats include JPEG, GIF, PNG, and BMP for input, and JPEG and PNG for output. WWW: http://search.cpan.org/dist/Image-Size/ PR: ports/162484 Submitted by: Mark Atkinson <atkin901@gmail.com> Feature safe: yes Notes: svn path=/head/; revision=285685