Closed h3ndrk closed 11 months ago
Works for GIFs, cannot test live photos
What formats should the frontend send to the backend? Which formats do we want to support?
gif
jpeg
ico
png
pnm
tga
tiff
webp
bmp
hdr
dxt
dds
farbfeld
jpeg_rayon
openexr
qoi
that is what we support
Ok, I will adapt the frontend s.t. the file selection has the correct filters.
It is now "image/bmp,image/jpeg,image/png,image/tiff,image/webp"
.
iOS still allows to upload other formats if one selects to not convert automatically... Nothing we can do about it, but the default should be JPEG which is fine for us.
E.g. GIF, Live Photos, ...
We need to check selection, upload/conversion, and display in the frontend.