diff --git a/README.md b/README.md new file mode 100644 index 0000000..fa5082a --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +Pesconvert takes a pes file (used by Brother sewing machines) and converts it into an image. + +# Commands To Compile On Ubuntu +* sudo apt-get install libpng-dev +* sudo apt install libcairo2-dev +* make + +# Arguments +* -s Output size +* -d Density + +# Example Call +./pesconvert input.pes output.png +