John Cupitt
John Cupitt
I'm planning to rewrite the menus, and fixing matrix cell edit is one of the big ones. There's a work-in-progress branch here: https://github.com/jcupitt/nip4/tree/new-menus
... though it'll still suck for large matrices, unfortunately.
Hi @MvGulik, you can fold up those rows (press the up button a few times) to hide the widget. Did you see nip4, by the way? I wrote a short...
Hi @nooneswarup, Wow that IS big. What's the exact tiff format? Are they tiled? That would make it a bit easier. Yes, it shouldn't be too hard. I suppose I'd...
Oh, you have an odd number of pages in your test image. How do you plan to handle that?
I made a test image like this: ``` $ vips copy nipguide.pdf[dpi=300,n=-1] x.tif[tile,compression=jpeg] $ vipsheader -a x.tif x.tif: 2480x3508 uchar, 3 bands, srgb, tiffload width: 2480 height: 3508 bands: 3...
Ah! I should have noticed. Yes, libvips has a sanity check limiting it to 10m pixels in any axis. 8.16 makes this limit configurable with `VIPS_MAX_COORD`. You can use eg....
The `out of order` read happens if you are using sequential for your input files. The best fix is to make sure they are tiled TIFF. You can also not...
8.16 is the development version. You can run git master, or wait a few months.
Hello @bear24rw. I think the right fix would be to add support for pinch-zoom gestures. gtk4 has this, it probably just needs hooking up. Let's tag this as an enhancement.