Results 149 comments of Ruven

Did you try it out without the container environment?

I've just added a new Visual Studio 2022 solution (https://github.com/ruven/iipsrv/commit/1c0654f1bbaa6493ae0a36415290649f343e58c7) together with a detailed guide for Windows compilation based on @filak's excellent [guide](https://github.com/filak/IIPImage-on-Windows) above: https://iipimage.sourceforge.io/documentation/server/windows The VS solution includes working...

In fact the resolution is not specifically set by iipsrv in the JPEG header's native metadata fields and is set by default to 1 by libjpeg. XMP metadata is a...

OK, I've just pushed a new commit (https://github.com/ruven/iipsrv/commit/3aea1fcf260db7f505d6c147834aed89f015fe02) which adds resolution info to the JPEG file, which changes depending on the zoom level you are at. For the moment, this...

OK, I managed to find a way to get this info from Kakadu. Try the latest commit: https://github.com/ruven/iipsrv/commit/7a8ea680b139f57a76e35ddc202c941c2c26a9c2 As listed in your link (http://wiki.opf-labs.org/display/TR/Resolution+not+in+expected+header+fields), this isn't supported in OpenJPEG at...

OK, there's now full XMP metadata support for JPEG2000 and Kakadu: https://github.com/ruven/iipsrv/commit/9854878ecde0c47269d0853763653467fe12e980 Unfortunately, this looks impossible to do currently with OpenJPEG

Is there anything about this in the Apache error log file? Does this still occur if you have just 1 iipsrv process? You could also try starting iipsrv on the...

Thanks very much @benr-cogapp for the patch. You're right that certain CVT requests don't apply the watermark when they should. For TIFF images for which the CVT output is generated...

> Would this be in TileManager::getRegion ? Yes, you can see here that it can bypass the usual tile-based compositing, so we should do the watermarking just after: https://github.com/ruven/iipsrv/blob/882925b295a80ec992063deffc2a3b0d803c3195/src/TileManager.cc#L309 You...

> It seems that requesting the same region, as 256x256 tile starting at 256 pixel boundaries, rotated 0, 90, or 270 degrees returns the same image, rotated appropriately (including a...