TheBeruriahIncident / leafbyte

LeafByte is a free and open source mobile app for measuring herbivory quickly and accurately
https://zoegp.science/leafbyte
GNU General Public License v3.0
5 stars 2 forks source link

Higher resolution images #24

Open TheBeruriahIncident opened 2 months ago

TheBeruriahIncident commented 2 months ago

Right now we downscale any larger image to 1200x1200. We may want to support higher, especially as phones are now faster. On initial testing, all the algorithms seem fine with 4000x4000 on 2020 SEs, although saving images to Google Drive seems surprisingly slow.

We'd need to decide whether to have set resolutions per device model, have several configurable options, or have a textfield configuration.

TheBeruriahIncident commented 2 months ago

Note that the X for scales and leaf icon are too small with high res, so we'd have to scale those.