beville / ComicStreamer

Apache License 2.0
168 stars 91 forks source link

Optimize thumbnail generation #21

Closed davide-romanini closed 9 years ago

davide-romanini commented 9 years ago

Actually comicstreamer generates them "on the fly". For better resources usage they must at least cached, for example saving them on db. This is especially valuable on NASes where image resize is not always cheap. Furthermore, a smarter approach could try to find an embedded thumbnail in the original image (in exif or xmp metadata).

davide-romanini commented 9 years ago

Implemented in my fork, thumbnails are generated at scan time and saved on the database. That means: