how can I convert a .png file to .svg file?

19 次查看(过去 30 天)
how can I convert a .png file to .svg file?

回答(1 个)

Stephen23
Stephen23 2015-10-2
编辑:Stephen23 2015-10-3
Do you know anything about the differences between vector and raster graphics? There is no automatic or simple solution to convert from raster to vector format. There is no generally applicable solution: different images will need different solutions, and often quite a bit of hand-adjustment too. Your two main options would be to:
  • Use a vector graphics tool (e.g. Inkscape) then use its inbuilt tools to convert the PNG image. You will find lots of advice and tutorials on the internet.
  • Use an online tool to do the conversion, which is brainless but gives unpredictable results over which you have little control.

类别

Help CenterFile Exchange 中查找有关 Convert Image Type 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by