Results 1568 comments of John Cupitt

Sorry, final comment, I came across your nice paper about WSIC: https://www.ncbi.nlm.nih.gov/pmc/articles/PMC10502236/ libvips 8.15 has a new threaded TIFF writer: https://github.com/libvips/libvips/blob/gh-pages-8.15/_posts/2023-10-10-What's-new-in-8.15.md#better-tiffsave SVS to pyramidal JPEG TIFF is about 2x faster...

Hello, I had a quick look at that driver and made an issue with a couple of things I spotted: https://github.com/osiemsiedem/intervention-image-vips-driver/issues/27 might be useful.

The osiemsiedem driver is MIT licenced, so it could be forked and maintained by intervention, if necessary. I'm not offering to do the work myself, of course ahem

We have a PR for this feature, so let's close this issue and move discussion there.

Hi, have you seen https://github.com/libvips/libvips/pull/3476 ? We've had to remove dzsave from precompiled windows binaries due to licensing issues. It should come back soon. In the meantime, you can stick...

> I am also serious about having to install 500MB of packages to install libvips. This is an issue with the debian package -- it include the libvips GUI in...

Heroku have libvips in their stack images! https://devcenter.heroku.com/changelog-items/2549 But they include a lot of insecure load libraries :( Anyone using `image_processing` on heroku will (probably) be trivially vulnerable to remote...

Oh, nice @jonian! I'll open an issue with come comments.

Hi @Rasaa84, It seems to be working for me. I see: ``` $ python3 Python 3.10.7 (main, Nov 24 2022, 19:45:47) [GCC 12.2.0] on linux Type "help", "copyright", "credits" or...

I tried on 18.04 with vanilla python and it seems to work there too. I used this dockerfile: ``` FROM ubuntu:18.04 ENV DEBIAN_FRONTEND=noninteractive RUN apt-get update RUN apt-get install -y...