Kevin M
Kevin M
> I assume the original author added these to estimate roughly how much memory would be used when an image is decompressed, but I think there should be a single...
> The 500 megapixel limit is to prevent integer overflow. 1024 * 1024 * 500 * 4 channels = 2097152000, slightly under the max signed 32-bit integer. To set it...
> I also noticed that we use `::GetFileSize(hFile, NULL)` in a lot of places, which doesn't work for files over 4GiB since it just returns the low 32 bits. `Helpers::GetFileSize`...
It's an interesting idea, should be relatively easy to implement. I'll think about how the option would go.
I'll review this implementation also a bit later. Last I was looking at this I was thinking about whether this is cleaner than the old static list implementation... It feels...
Hmm. Let me look into that. I always knew font or scaling could cause the interface to get a little funky.
@Nieb I just pushed a commit which will be available in the next release which complete unbounds the zoom
Sergei, thanks for the PR and bugfix... I need to review the way the the support has been added. Having an external executable write to a file is not really...
@SergeiVorobyov I've been swamped with work irl this past week, i'll take a look after this weekend. Before I left off, I was considering looking at the lepton source to...
Interesting ideas... 1. `Backlog`: The way it's designed right now already has minimal user feedback... start adding hidden items and everyone's going to get confused. Right now, for toggle items,...