John Cupitt
John Cupitt
You have: ``` D:\worksapce\CQt\libvipsTest\thirdparty\vips-dev-w64-all-8.15.3\lib\libvips.dll.a D:\worksapce\CQt\libvipsTest\thirdparty\vips-dev-w64-all-8.15.3\lib\libvips-cpp.dll.a ``` I would swap these two -- you need `libvips-cpp.dll` first.
You can kill processes, but you can't really kill threads, since they don't automatically clean up. What state would they leave the rest of the program in? What if a...
Hello again, I suppose these are pyramidal TIFFs, is that right? In which case you can downsample by using a smaller pyramid layer. For example: ``` $ python Python 3.12.3...
There's some sample code here for fetch and crop: https://github.com/libvips/pyvips/issues/100#issuecomment-493960943
The API docs are here https://www.libvips.org/API/8.16/
Release notes: https://www.libvips.org/2024/10/10/What's-new-in-8.16.html
nip2, nip4 and vipsdisp all work well too, phew.
I updated pyvips, ruby-vips and php-vips too.
I agree, let's make an rc2 with all these recent post-rc1 improvements.
https://github.com/libvips/libvips/releases/tag/v8.16.0-rc2