aboutsummaryrefslogtreecommitdiff
path: root/net/iipsrv/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* net/iipsrv: Update to 1.1Kai Knoblich2019-06-291-5/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Introduce non-default option JPEG2000 [1] Also while I'm here: * Add location to license file * Pet portclippy by grouping the USE_ variables to the USES block * Update WWW field to spare users from redirects Changelog: * JPEG2000 decoding via the OpenJPEG library [1] * ICC profile embedding support * XMP metadata embedding support * Clean URLs without the need for server-side URL rewriting * Logging through syslog * Histogram equalization and contrast stretch * Conversion to greyscale or bilevel (aka binary or bitonal) https://github.com/ruven/iipsrv/releases PR: 238812 Submitted by: Mikle Davidkin <me@skylord.ru> (maintainer) Notes: svn path=/head/; revision=505345
* IIPImage is an advanced high-performance feature-rich imagePawel Pekala2016-06-241-0/+38
server system for web-based streamed viewing and zooming of ultra high-resolution images with low processor and memory requirements. The system can handle gigapixel size images as well as advanced image features such as 8/16/32 bits per channel, CIELAB colorimetric images and scientific imagery such as multispectral images and digital elevation maps. WWW: http://iipimage.sourceforge.net/ PR: 210437 Submitted by: me@skylord.ru Notes: svn path=/head/; revision=417444