Lars Maxfield

Results 73 comments of Lars Maxfield

If I understand correctly, your request is to have images be smoothed when they are zoomed 100% in the Viewer, you can turn on _Upsample when zoomed_ by right-clicking the...

Implementation notes: It appears the two routes are to reimplement the paintEvent for better downsampling and antialiasing, or to create and cache downscaled versions of the image and load those...

Certainly a handy feature. Thanks @cyzs233 for requesting. I've given it some thought on how it should look and how to implement it, and will update you when I get...

A couple months ago I experimentally implemented ~hypsometric tint~ color relief (colormapping?) directly with shaders by duplicating the hillshade mechanisms into a different layer. Here's an example with painting data...

@NathanMOlson indeed for sharp/discontinuous breakpoints we would need conditionals. Actually I'm realizing now that polynomials may be a dealbreaker (despite their speed) because we can't easily specify or customize colormaps....

`pip install mbtiles-zyx` can be used by those running into issues with the original `mbtiles` not being up-to-date with the GitHub version.

Have you looked into using `libvips` to join the TIFFs and then generate a tileset? Something like this: - `libvips` with `arrayjoin` to merge the TIFFs, then with `dzsave format=google`...

Have you considered `libvips`? I don't have experience converting to JPEG XL with that library, but [the homepage](https://www.libvips.org/) says it supports it: > It supports a good range of image...

Implementation notes: This can be done by briefly forcing the labels _on_ rather than _off_ as is done in the current screenshot method. The option of whether to show the...