Scalable Vector Graphics (SVG) is an XML-based vector image format for two-dimensional graphics with support for interactivity and animation.

SVG

How to embed base64 images in SVG

When creating SVG files you can include images by several means using local images, external URLs, and using base64 images. This tutorial covers how...
Kieran France
1 min read

How to convert WMF files to SVG in java…

This article will show you how to convert WMF files into SVG files. We also have a related article covering how to read WMF...
Amy Pearson
54 sec read

How to convert EMF files to SVG in Java…

This article shows you how to convert EMF files into SVG files using our JDeli Java Image library. We also have a related article...
Mark Stephens
53 sec read

What are the WMF and EMF Image File formats?

Windows Metafile (WMF) and Enhanced MetaFile (EMF) are 2 linked image formats developed by Microsoft since the 1990s. Enhanced MetaFile is essentially an updated...
Mark Stephens
41 sec read

How to Enable SVG Gzip Compression on Apache and…

Gzip compression is a widely supported method of reducing the size of the content sent from a web server in order to improve the...
Leon Atherton
46 sec read