sbs20 / scanservjs

SANE scanner nodejs web ui
https://sbs20.github.io/scanservjs/
GNU General Public License v2.0
728 stars 143 forks source link

added thumbnail caching #592

Closed Leone25 closed 1 year ago

Leone25 commented 1 year ago

This pull request adds thumbnail caching, which is very much needed for low power devices such as the raspberry pi.

The thumbnail is generated only when requested and will be deleted when the file is deleted.

Closes #433

Leone25 commented 1 year ago

(Bump) can this be merged please?