#3 Allow to zoom more in the panorama view

Ouvert
Créé il y a 9 ans par zorun · 0 commentaires
zorun a commenté il y a 9 ans

The current maximum zoom level is often not enough to clearly see some distant features of a picture.

Commit 7f1e17c9cd implements a first solution to increase zoom: upscale the original image, and generate an additional set of tiles from this upscaled version. However, it really doesn't scale: tile generation has to manipulate really large images (more than 4 GB RAM for large panorama), and it produces a hell of a lot of tiles. And this is for just one additional level of zoom.

We should instead find a solution where the browser itself upscales the tiles when we need more zoom than the base level.

The current maximum zoom level is often not enough to clearly see some distant features of a picture. Commit 7f1e17c9cd90c5bab1d9070cf6ee1b62d79cb9d2 implements a first solution to increase zoom: upscale the original image, and generate an additional set of tiles from this upscaled version. However, it *really* doesn't scale: tile generation has to manipulate really large images (more than 4 GB RAM for large panorama), and it produces a hell of a lot of tiles. And this is for just one additional level of zoom. We should instead find a solution where the browser itself upscales the tiles when we need more zoom than the base level.
Connectez-vous pour rejoindre cette conversation.
Pas d'étiquette
bug
ui
Aucun jalon
Pas d'assignataire
1 Participants
Chargement…
Annuler
Enregistrer
Il n'existe pas encore de contenu.