Answer the question
In order to leave comments, you need to log in
How to convert images to SVG?
There are many PNG and JPG images on the site.
How to properly convert these pictures into SVG so that they are less fun and without losing quality? As I understand it, a regular online converter is not enough?
Answer the question
In order to leave comments, you need to log in
In theory, no way. These are different entities. SVG - Scalable Vector Graphics. Those. Vector graphics. And you have JPG and PNG, which are raster graphics.
Technically, you can insert a raster into an svg file, but in practice this will not reduce the "weight" of the pictures.
It will be optimal to use the Webp format, which is what Google requires for optimization. The weight is much lower, there is practically no loss in quality.
See what pictures. There are such graphics on the site, which can really save the "weight" of the file in several orders of magnitude in svg. For example, large backgrounds, especially abstract ones.
But it also happens the other way around, when, oddly enough, the optimized png can be smaller than svg - there are svg in which there are a huge number of dots and there is no way to reduce it.
From experience, for example, a small logo 100-200px wide can be larger in svg than a png of the same size if it has significant font elements.
The argument "to weigh less" most often is not the most important when choosing a graphics format. The expediency of this or that format is determined by specific conditions.
If there is no designer and the question is fundamental, then you can increase your skill and learn how to tolerably convert a raster to a vector yourself:
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question