iam using Imagemagick & potrace in c# to convert png to pnm and then to svg but unfortunately the SVG File comes with out colour! how i can solve the colour problem? should i use another converter? suggestions please?
i have tried many packages in visual studio with C# but either don't work or the output comes out with the copyright sentence and that doesn't make my svg file nice! i want my output with out the copyright sentence please!
You can use Aspose.Imaging for .NET API. Please open the NuGet package manager, search for "Aspose.Imaging " and install it. Tip: I am using .net 5.0 The modified code is as follows:
You can also refer to the official code: https://products.aspose.com/imaging/net/conversion/png-to-svg/