sbs20 / scanservjs

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

`convert`: use less RAM #646

Closed sbs20 closed 1 year ago

sbs20 commented 1 year ago

Related to #537

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