how to save Image or Bitmap to svg file
-
.NET doesn't natively support SVG files - you will have to use an addon. Try An SVG framework in C# and an SVG-GDI+ bridge[^] or start reading: How to Create SVG Files Programmatically in C# .NET | GCDocuments[^]
"I have no idea what I did, but I'm taking full credit for it." - ThisOldTony "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt AntiTwitter: @DalekDave is now a follower!
-
You can't: one uses pixels (bitmap); the other uses vector graphics (xml).
"Before entering on an understanding, I have meditated for a long time, and have foreseen what might happen. It is not genius which reveals to me suddenly, secretly, what I have to say or to do in a circumstance unexpected by other people; it is reflection, it is meditation." - Napoleon I
-
is Image a file format for saving textures? I might have heard of the "img" as file format but I`m not absolutely confident.