sbs20 / scanservjs

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

convert binary from config isn't being used #629

Open chayleaf opened 1 year ago

chayleaf commented 1 year ago

Describe the bug A clear and concise description of what the bug is.

convert from PATH is being used instead of the config value config.convert

To Reproduce Steps to reproduce the behavior:

  1. Remove imagemagick from PATH
  2. Set config.convert to the path to the convert binary
  3. Most pipelines won't work as they don't actually use config.convert

Expected behavior config.convert actually being used