Converts JPG/JPEG images to SVG format
If any run arguements are given the input file must allways be the last argument at run time. If no arguments are given then the program will ask for a file name
Option must be prefix with a '-'.
-w: specifies the width of the output image.
-h: specifies the height of the output image.
-o: specifies the output image name/location.
This Project Uses a Base64 Library Made by René Nyffenegger