Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tatarize authored Oct 7, 2018
1 parent 2a48dd1 commit 0ae95f4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,15 @@ String Formatting:
* %Y, max y

* So for example to do the same thing as mass_convert we execute:
`pyemb.py -i convert\* -o results\%F.*`
`pyemb.py -i convert\* -o results\*`

* To do the same as pyembroidery-convert
`pyemb.py -i <source-file> -o <destination-file>`

* To do the same as pyembroidery-exporter
`pyemb.py -i <source-file> -o %f.u01 %f.exp %f.dst %f.jef %f.pes %f.vp3`
or
`pyemb.py -i <source-file> -o %f.*`

* To create an image for every readable embroidery in a directory:
`pyemb.py -i * -o %f.png`
Expand Down

0 comments on commit 0ae95f4

Please # to comment.