pariyatti / mobile-app

The Pariyatti mobile app
https://pariyatti.app/
GNU Affero General Public License v3.0
8 stars 11 forks source link

Resize and correct aspect ratio before rendering image #15

Closed deobald closed 3 years ago

deobald commented 3 years ago

What are the different device resolutions we need to worry about and what is the minimum image size we should render?

How should we resize/correct images? Auto-crop? Ignore bad data? Log a message?

Should we consider "notifying" the server of bad images through an API call?