Ruven
Ruven
Ah, it looks like an issue with the type of basis function used to create the RTI. I just tried with HSH and it works as it should. RBF, however,...
Thanks, it now works for RBF! Can you confirm exactly how the -L parameter works? If I've understood correctly, the vector is the direction towards the light source, right? So...
> This has not seen much progress. If you are still willing to work on this package, then I suggest to add it to ::guru first. After a successful track...
Hi Frederico, Yes, I've joined the 2.5D working group. For IIIF through IIPImage, I've added the ability to define a page delimiter so that you can specify which page or...
The manifest is indeed strange. There is no `tiles` parameter and not only is there this too-large extra size included, but the ratio between each size is neither a factor...
No, SVS files can't be used directly by IIPImage as they don't contain a multi-resolution pyramid. You'll need to convert to standard pyramid TIFF or if the SVS file contains...
> Now, if IIPImage doesn't support them that's a different question. But the image data is a multi-resolution pyramidal TIFF. Technically, IIPImage can and does read SVS files. I just...
[NewSubfileType = 1](https://www.awaresystems.be/imaging/tiff/tifftags/newsubfiletype.html) is normally used to indicate a reduced-resolution image and pyramid sub-resolutions are indeed tagged with this in multi-resolution TIFFs created by vips or bioformats etc. So this...
I've just pushed a [commit](https://github.com/ruven/iipsrv/commit/529a091a6744276a8bb53360b4d0f4345a2d1b4c) for the IIPImage server that skips any images in the sequence that are not tiled. This is, I think, useful in general as there may...