Results 1568 comments of John Cupitt

Actually, having said that, openslide will not work with that new stream API, unfortunately. You'll need to download the whole SVS until the openslide library allows remote read.

Sorry, I should reply once and think a little longer. SVS is a TIFF file, so all you'd need to do is swap `TIFFOpen` for `TIFFClientOpen` add implement callbacks for...

How well does S3 handle random seek and read? Does it used http range requests?

That's good. You'll probably find you need a caching layer. TIFF makes a lot of random reads quite close to each other and it'll be horribly slow if you make...

Hello Carsten, Wow that is big. Yes, it should work. Is this on Windows? I doubt if it's the working storage, that should produce an error message if it runs...

Hello @rvalieris, The ruby binding has a new feature to handle this and we plan to add this to pyvips as well. It would offer the best solution, I think:...

I agree, I don't think a context manager would work, unfortunately. Ruby is a little slower than Python and needs a lot more memory, unfortunately. Though of course fast enough...

Hello @bdrichards, That's odd, it should work. I'll test tonight, if I can get my kids off the PC.

I tried and it's working fine for me. Could you try loading one of the examples? File / Open examples, then `1_point_mosaic`, then `1_point_mosaic.ws`. I don't think a graphics driver...

Try hovering the mouse over one of the red boxes, you should see an error message in tooltip. What’s the message? On Fri, 8 Mar 2019 at 19:10, bdrichards wrote:...