You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The core of Similatron are comparison engines. Each engine works on different file types, and most of them use external tools, for example Imagemagick (for image files) or Ghostscript + Imagemagick (for PDFs). If a tool is missing that engine should not be used.
It could be as simple as having a class method in each of the engines to check if the executable exists, and then in Run#build_engines select only those engines that are available.
The text was updated successfully, but these errors were encountered:
The core of Similatron are comparison engines. Each engine works on different file types, and most of them use external tools, for example Imagemagick (for image files) or Ghostscript + Imagemagick (for PDFs). If a tool is missing that engine should not be used.
It could be as simple as having a class method in each of the engines to check if the executable exists, and then in
Run#build_engines
select only those engines that are available.The text was updated successfully, but these errors were encountered: