TrueKuehli / PruneTree

App for creating Sims 4 family trees. Fork of the Plum Tree app using local browser storage to replace API calls.
https://prunetree.app/
ISC License
3 stars 2 forks source link

Improve Image Manager #40

Open TrueKuehli opened 10 months ago

TrueKuehli commented 10 months ago

There's some things related to the Image Manager that we should investigate and potentially improve:

  1. Do images stored maintain their metadata (e.g. geolocation)? If so we should remove those to protect user privacy, especially for when sharing is implemented.
  2. Should we maybe compress images more aggressively? Most users would probably not notice some level of lossy compression, which could reduce backup sizes significantly. Even better if we can convert images to WebP though we should at the very least query support for that on the browser before doing so.