jakehwll / yomi

📖 Yomi is a manga and comic-book reader solution that puts you in charge of your library.
2 stars 1 forks source link

Quality picker #4

Open jakehwll opened 2 years ago

jakehwll commented 2 years ago

Description

When reading on mobile data we don't need to return the full raw image. We could be using something like sharp to downsize these files before we send them to the device.

Resolution

Add a dropdown which allows the user to drop the quality of files and automatically detect a file-size based on network requirements (TBD.)

jakehwll commented 2 years ago

This has been added to the backlog due to a hard-coded file-enterpreted JPEG quality of 60. This seems to be fine for the time being as it bring's the Pages images with a few hundred kilobytes.