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.
See https://github.com/ruven/iipsrv/issues/232
Commit: https://github.com/ruven/iipsrv/commit/f57b41b06ee536b6ff3aba095884107d3ffea139 Problem: if you requested something with size `full` or `w,` or `,h`, you'll get an error if the region is either `full` or `square`. Size seems to be...
Hello, Does IIPImage supports accessing images elsewhere than a filesystem, such as a cloud object storage (and particularly swift) ? Thank you
Hello Ruven, Thank you for your amazing work. Our installer is using the following command to install iipsrv stable release 1.1: `git clone https://github.com/ruven/iipsrv.git` Since a few days the same...
- Remove blanks at line endings - Replace tabs by blanks Signed-off-by: Stefan Weil [email protected]
(See issue #218) This PR adds two new environment variables WATERMARK_MIN_CVT and WATERMARK_REPEAT. If either are missing or zero, behavious is unchanged. However, if both are non-zero, and if the...
Prevent metadata corruption by throwing file_error() on TIFFError(). Also Log TIFFWarning(). Addresses https://github.com/ruven/iipsrv/issues/168.
Due to a change to uint32_t, TileManager.cc and Watermark.cc are missing a #include to avoid errors when compiling with VS2010. Found in https://stackoverflow.com/questions/48833976/what-is-uint32-t/48834118
While performing a load test on an IIPImage server, I occasionally get error messages such as `Error writing strip: ` and `Error writing output`. I don't see a corresponding HTTP...
I cannot open the webbrowser. I get an ERR_EMPTY_RESPONSE. Opening localhost also fails now. When I did a configtest on apachectl, I get: > AH00526: Syntax error on line 17...