jbjd / Image-Viewer-In-Python

Lightweight Image Viewer written in Python
1 stars 0 forks source link

Zoom poc #2

Closed jbjd closed 2 months ago

jbjd commented 4 months ago

3

jbjd commented 4 months ago

So thus far, works decently well. There are 2 problems that need addressing before merge; some limit on how far zoom is allowed since the old logic had to be removed and currently just caching the whole image pyramid is horrible for memory usage. Might want to do a cache bust poc before finishing this.

jbjd commented 4 months ago

I also may move the logic for zooming with middle mouse button over +/- into the main branch separately since it is more convenient.