Commit graph

4 commits

Author SHA1 Message Date
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Steve Wills
c94dbf7077 - Add TEST_DEPENDS to enable testing
Approved by:	portmgr (blanket)
2012-03-01 12:57:11 +00:00
Andrej Zverev
9b8c49fab3 Fix WWW pointer to correct. I think Nobody will be against.
Approved by:	maintainer (implicitly - cosmetic change)
Feature safe:	yes
2011-11-13 18:14:12 +00:00
Martin Wilke
fa31c5aeb3 This module implements several resizing algorithms with a focus on low
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
2011-11-13 05:49:53 +00:00