okuna-api
okuna-api copied to clipboard
Media quality settings
Right now we serve all images under the same quality, 100% but with a resize of 1024px, we should create several other sizes with different percentages of quality.
Perhaps
high definition - 1024 - 100% quality standard definition - Â 1024 - 70% quality low definition - 512 - 50% quality
Not sure if there's some official recommendations on this, that would help a lot not having to figure out ourselves what sizes and quality should be per device.
A config on app settings would then be used to determine which image to load.
Perhaps further on we can make it so that on Wifi, always downloads hd.
We’ll add 3 media settings. High, medium and low. With a “smart” option which does high on wifi, medium on 4G and low on anything other than 4g.