Victrid / splatplost

A software-based SplatPost plotter.
GNU General Public License v3.0
191 stars 18 forks source link

the following argument are required:--order #54

Open RyeuXersE opened 1 year ago

RyeuXersE commented 1 year ago

When I try to start the painter,here comes the error that --order requires arguments.I wonder how can I solve the error!thank you!

losfroger commented 1 year ago

You need to specify the file generated by the first command into the order flag. Example:

$ sudo splatplan -i image.png -o output.file
$ sudo splatplot --order output.file

(The file extension of the output doesn't really matter)