tags:

views:

58

answers:

1

Hi, I want to convert jpg file to svg file in c# .net.

+3  A: 

SVG files are vector graphic files, JPG files are raster files. I would say that there is no easy way to automatically convert on to another in C# or another language.

There are several pieces of software that do that - here is a list on wikipedia.

Oded