Results 1568 comments of John Cupitt

And Andreas found the issue heh.

Oh goodness, I didn't realize the original repo was still being updated. Are there any other fixes we should pick up?

Regarding `vips dzsave`, it has this feature already, kind of. If you do: ``` $ vips dzsave somefile.tif mypyr.zip ``` It will write an uncompressed zip file (zip64, if necessary)...

Nice work @PolCPP. FWIW `vips dzsave` can make an uncompressed zipped dzi directly with eg.: ``` vips dzsave something.svs otherthing.zip ``` It should save a step.

Ooop, "approved when changes are made", I meant. Thank you for doing this work!

> I think I need help with code style. Is there an auto-formatter / linter that I can run locally? Yes, run `git clang-format` after a change and it'll reformat...

Ah I jumped the gun, there seem to be some settings issues. With this branch, I see: ``` $ vips black x.webp 1000 1000 webpsave: invalid configuration ``` The tests...

Use `ninja test` to run those tests locally.

Great! This will be in 8.16, due in a few months.