John Cupitt
John Cupitt
Hello @itachi1232gg, I guess this is on Windows? Yes, you can't use openslide and pyvips at the same time on that platform without a lot of work. You can use...
Hi @petoor, Yes, `auto_rotate` is deprecated now -- it's always on. It never worked properly anyway, so there's no loss. Instead, there's a new flag called `no_rotate` which disable autorotation.
You can call `thumbnail` twice. It only actually does the load and shrink when you connect it to something -- just doing ```python x = pyvips.Image.thumbnail("Gugg_coloured.jpg", 1) ``` is very...
... backtracking slightly, it sounds like you want to use `thumbnail` with a resize ratio rather than a target size in pixels, is that correct? Could you explain the use...
Ah gotcha. libvips supports OME-style TIFF pyramids now -- lunaphore sponsored development of the feature in the second half of last year. You put the planes into a tall, thin...
Sorry, I should have updated that issue from last year. I hope I didn't waste too much of your time. I've added a note now.
That's right, it supports 3D volumes. You could probably add more dimensions with a bif of fiffling. The restriction is that all the planes must have the same dimensions. OME-TIFFs...
Hi Rob, I'm glad it's working for you, but I'm afraid this is not a good solution :( Anaconda has its own package system and its own set of libraries...
Yes, macos has a two-level linking system, so you can in theory have `g_type_ new()` call two different things from two points in the same executable. But that's only the...
Perhaps I'm being too negative! Anyway, I think a proper conda package would be a better solution.