/JPGtoSVG

Change JPG image to SVG

Primary LanguageC++

JPGtoSVG

Converts JPG/JPEG images to SVG format

How to use

File

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

Options

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.



Dependencies

This Project Uses a Base64 Library Made by René Nyffenegger