sbs20 / scanservjs

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

`convert`: use less RAM #646

Closed sbs20 closed 9 months ago

sbs20 commented 9 months ago

Related to #537

This has cherry picked changes from #549 - essentially to change from using convert @- to a bash while loop.