jkrehm / calibre-web

:books: Web app for browsing, reading and downloading eBooks stored in a Calibre database
GNU General Public License v3.0
0 stars 0 forks source link

Serve scaled images #6

Open jkrehm opened 7 years ago

jkrehm commented 7 years ago

Not sure how feasible this is, but on the list pages we limit the size of the images. That means we could be scaling a huge image down to a small size, but devices still need to store the huge image in memory. That's especially a problem on an under-powered device like a Kindle.

jkrehm commented 7 years ago

Possible solutions:

jkrehm commented 7 years ago

Also: https://stackoverflow.com/questions/273946/how-do-i-resize-an-image-using-pil-and-maintain-its-aspect-ratio