iipsrv
iipsrv copied to clipboard
iipsrv is an advanced high-performance feature-rich image server for web-based streamed viewing and zooming of ultra high-resolution images.
We at work encountered segmentation faults, if the requested resolution on 16 bit JP2 resources is very high. I've played a little bit around with builds, one setup using the...
With any request that includes more than the first tile, I get an error: ``` Request URI mapped to iiif=test/medelbild/vips2/9118326.tif/0,0,257,256/full/0/default.jpg Full Request is iiif=test/medelbild/vips2/9118326.tif/0,0,257,256/full/0/default.jpg [1/1]: Command / Argument is iiif...
I'm running a [game map](https://ravencreek.zyrain.org) and i've tried to clean up the urls somewhat. The base image is a pyramid tiff. However no matter what i try to put in...
When I use an `upstream` with keepalive connections in nginx like this .. ``` upstream iipsrv { least_conn; keepalive 8; keepalive_requests 50; keepalive_timeout 60s; # ip's not important server 127.0.0.1:9000...
The watermark facility allows a watermark to be applied (via various parameters) to images streamed as tiles. However, when an image (including a detail) is requested as single image, trhough...
I played around with the iipsrv and iipmooviewer on my mac, and I got them work. However, there is an issue that some tiles on bottom right corner does not...
I see that PNG output support was just announced at https://github.com/ruven/iipsrv/issues/102#issuecomment-874839848 with 16-bit PNG support coming down the pipeline which is great! I didn't see any existing issue tracking this...
Hi ! I am running iiipsrv in version 1.1 to display images on a Versailles web site https://sculptures-jardins.chateauversailles.fr/notice/notice.php?id=575 When it comes to image quality, i feel a difference between the...
When iipimage server tries to access a scaled region below a given size libopenjp2 returns a segmentation fault. This is the failing requests: http://[hostname]/[path]/CNMD0000250037_0007_Carta_IIv.jp2/full/,120/0/default.jpg [2792710.945145] iipsrv.fcgi[4934]: segfault at 565a36a6a938 ip...
There are three types of caching supported in IIIF. 1. image metadata, an in-memory hashmap of IIPImage entities (currently limited to 1000), that avoids having to re-load image metadata from...