https://kotlinlang.org logo
#confetti
Title
# confetti
y

yschimke

11/15/2023, 6:23 AM
Do we have some good options for resizing images? I assume the server could do this with a cache.
I was putting some Wear network awareness in place, and finding that images are quite chunky. Not great to be opportunistically loading 800kB images.

https://www.festival-infolocale.fr/wp-content/uploads/Me%CC%81lissa-Cottin-1024x1024.png

b

bod

11/15/2023, 7:27 AM
Been using this in-house image resizer server for a watch app that shows lots of movie posters: https://github.com/caarmen/image-resizer But it's another server that needs to be hosted somewhere.
j

John O'Reilly

11/15/2023, 1:26 PM
in a previous project we used a firebase function to create different resolutions (triggered when data updated in firebase db)
💡 1
5 Views