Convert SVG to PNG offline
Convert local SVG files to PNG files offline by JavaScript in your web browser without any software downloads or file uploads!
# | File Name | File Size | Actions |
---|
How to convert SVG to PNG offline
Choose local SVG image files, choose "PNG" as target image format, then click the "CONVERT OFFLINE" button to start offline conversions in bulk. File size can be up to 2GB.
This offline converter will try to use canvas in web browser to convert images first. The image format depends on whether your current web browser supports. For example: the latest Chrome browser supports AVIF images while some old versions don't. Then the offline converter will try to use JavaScript to convert images if your current web browser doesn't support the image format. Use online converter instead if this offline converter doesn't work in your web browser.
Name | SVG | PNG |
Full name | Scalable Vector Graphics | Portable Network Graphics |
File extension | .svg, .svgz | .png |
MIME | image/svg+xml | image/png |
Developed by | W3C | PNG Development Group |
Type of format | Vector graphics | Lossless bitmap image format |
Introduction | Scalable Vector Graphics (SVG) is an XML-based vector image format for two-dimensional graphics with support for interactivity and animation. The SVG specification is an open standard developed by the World Wide Web Consortium (W3C) since 1999. | Portable Network Graphics (PNG) is a raster graphics file format that supports lossless data compression. PNG was created as an improved, non-patented replacement for Graphics Interchange Format (GIF), and is the most used lossless image compression format on the Internet. PNG itself does not support animation at all. MNG is an extension to PNG that does; it was designed by members of the PNG Group. |