JuliaImages / ImageView.jl

Interactive display of images and movies
MIT License
136 stars 32 forks source link

Cache output of `restrict` to reduce redraw time #313

Closed jwahlstrand closed 4 weeks ago

jwahlstrand commented 4 weeks ago

Reduces latency a bit when zooming around large images, partially addressing #300.

jwahlstrand commented 4 weeks ago

Ah, I didn't see that a pyramid type was in the works.

timholy commented 4 weeks ago

It's been something we could have added since restrict first debuted, so it may not land immediately. But I think it's the best way to handle this.