mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
9b8c49fab3
Approved by: maintainer (implicitly - cosmetic change) Feature safe: yes
13 lines
507 B
Plaintext
13 lines
507 B
Plaintext
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-Scale/
|