[go: nahoru, domu]

SVG: Difference between revisions

Content deleted Content added
revert
Un1Gfn (talk | contribs)
m →‎Application support: replace nonexist thorvg wikilink with link to its home page
Line 247:
SVG images can be produced by the use of a [[vector graphics editor]], such as [[Inkscape]], [[Adobe Illustrator]], [[Adobe Flash Professional]], or [[CorelDRAW]], and rendered to common [[Raster graphics|raster]] image formats such as [[Portable Network Graphics|PNG]] using the same software. Additionally, editors like [[Inkscape]] and [[Boxy SVG]] provide tools to trace raster images to [[Bézier curve]]s typically using [[image tracing]] back-ends like [[potrace]],<ref name="selinger">{{cite web|url=http://potrace.sourceforge.net/|last=Selinger|first=Peter|year=2001–2013|title=Potrace – Transforming bitmaps into vector graphics|work=[[SourceForge]] project [[Potrace]]|access-date=2014-01-29}}</ref><ref>{{cite web|url=http://wiki.inkscape.org/wiki/index.php/Tools#Vectorize.2Ftrace|title=Vectorize/trace|work=Inkscape wiki|year=2012|access-date=2014-01-29}}</ref> [https://github.com/autotrace/autotrace autotrace], and [https://github.com/jankovicsandras/imagetracerjs imagetracerjs].
 
Software can be programmed to render SVG images by using a [[library (computing)|library]] such as [[librsvg]] used by [[GNOME]] since 2000, [[Batik (software)|Batik]] or [[https://www.thorvg.org/ ThorVG]] since 2020 for the lightweight systems. SVG images can also be rendered to any desired popular image format by using [[ImageMagick]], a free command-line utility (which also uses librsvg under the hood).
 
Other uses for SVG include embedding for use in [[word processing]] (e.g. with [[LibreOffice]]) and [[desktop publishing]] (e.g. [[Scribus]]), [[Plot (graphics)|plotting graphs]] (e.g. [[gnuplot]]), and importing paths (e.g. for use in [[GIMP]] or [[Blender (software)|Blender]]). The application services [[Microsoft 365]] and [[Microsoft Office 2019]] offer support for exporting,<ref>{{Cite web|date=September 2019|title=What's new in PowerPoint for Microsoft 365|url=https://support.microsoft.com/en-us/office/what-s-new-in-powerpoint-for-microsoft-365-e8ef980c-5b12-4fff-ae3f-0819e6a21a1f|url-status=live|archive-url=https://web.archive.org/web/20210313183903/https://support.microsoft.com/en-us/office/what-s-new-in-powerpoint-for-microsoft-365-e8ef980c-5b12-4fff-ae3f-0819e6a21a1f|archive-date=2021-03-13|access-date=2021-04-17|website=support.microsoft.com|language=en-US}}</ref> importing and editing SVG images. The [[Uniform Type Identifier]] for SVG used by Apple is <code>public.svg-image</code> and conforms to <code>public.image</code> and <code>public.xml</code>.