A
A
Arman Dendibaev2017-09-29 12:33:16
css
Arman Dendibaev, 2017-09-29 12:33:16

Continue with png or switch to SVG?

Guys such a stupid question
Until now I've only worked with PNG image formats for example: Logo
Today I took an order Design/layout Landing page
Is it better to use SVG or PNG for the Logo?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
E
Eugene Volf, 2017-09-29
@Wolfnsex

What is better to use SVG or PNG for Logo?
Better, I suspect SVG. Since SVG is a vector format, it looks good at any resolution, incl. on phones whose physical resolution can be very high, and the actual resolution can be several times less.
Plus, SVGs tend to take less space, and so on.
But, do not forget that these are two diametrically opposed formats, and not everything can be converted to SVG format. But what can be done is usually done in SVG format.

F
FullStack Alex, 2017-09-30
@FullStackAlex

in principle, for website layout, svg should be the first choice,
but if the logo is made on the basis of a pixel and has a lot of different information about colors and shapes, then you can’t get away from png.
if the logo was created as vector graphics, then why make pixels out of it, that is, png? Only if the vector graphics contain a lot of effects (for example, mesh-based coloring) and a lot of anchors, then you will have to use png, since the size of the svg file will go off scale in this case.

E
Eugene, 2017-09-29
@eGenius18

svg -> png = easy
png -> svg = time
is the only difference... well, vector and vector in Africa, scales losslessly + customer's requirements for browser support... if not a dinosaur, then svg is normal

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question