parasyte/pixels

Scaling downwards

Ouverte

#267 ouverte le 24 mars 2022

 (3 commentaires) (1 réaction) (0 personne assignée)Rust (147 forks)auto 404
enhancementgood first issue

Métriques du dépôt

Stars
 (2 121 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

While writing a simple image viewer, I discovered that scaling down is not supported. That is, if the pixel buffer is larger than the surface texture. Would it be difficult to scale an image to fit the surface texture, adding borders horizontally or vertically as appropriate to keep the aspect ratio?

Guide contributeur