Ruven
Ruven
What about simply adding an error handler that throws an exception? Something like this: ``` // Handler to throw exception in case of TIFF error static void errorHandler( const char*...
Not at the moment. To do it you'd have to find a way to mount your swift storage as a virtual file system. But, it would indeed be good to...
As your images are currently in JPEG2000 format, I think your best and most flexible option at this stage would be to mount a virtual FS with your swift storage....
@scossu's solution is indeed a good option. The only drawback is that the very first request to a new image not in cache will be very slow as you have...
IIPImage is now fully version 3 compliant. This commit https://github.com/ruven/iipsrv/commit/1d6c0d577600189ba779fac5033bc48ea3148290 adds a new server directive IIIF_VERSION which allows you to set the IIIF Image API version (2 or 3). Essentially...
It depends what you mean by "soon" ;-) And there are a number of additional features, including PNG support, that I'd like to finalize first before cutting a iipsrv 1.2...
Maybe it didn't properly compile the openjpeg code. Make sure you get the log file working in order to properly diagnose. Also make sure it says openjpeg has been found...
Your iipsrv log looks fine. A 500 error is something issued by your web server (Apache or whatever). Maybe there's more information in the web server error log file?
The Github version is the current rolling development version, but which is (should be), nonetheless, stable. The last official stable release is 1.1, which you can get from here: [https://github.com/ruven/iipsrv/archive/refs/tags/iipsrv-1.1.tar.gz](https://github.com/ruven/iipsrv/archive/refs/tags/iipsrv-1.1.tar.gz)....
OK, fixed the iipmooviewer demo: [https://merovingio.c2rmf.cnrs.fr/iipimage/iipmooviewer/iiif.html](https://merovingio.c2rmf.cnrs.fr/iipimage/iipmooviewer/iiif.html) > My MAX_CVT would be much bigger than tile sizes, but I wonder if iiipmooviewer would be using tiles or not. Yes, IIPMooviewer (and...