This is clearly aimed at people who already know this. It's a joke.
JPG vs. PNG vs. GIF vs. SVG
31–40 of 77 posts
Re: JPG vs. PNG vs. GIF vs. SVG
#32Not a bad chart. I can imagine it a bit more useful and less cluttered by removing bathroom selfies. Yet I understand the viral element: Burn it with fire!
how is it not bad ? it is absolutely not useful and the advices are misguided.
Re: JPG vs. PNG vs. GIF vs. SVG
#33Yes: JPG
No: SVG
If you're uploading bitmap diagrams logos etc. they should be vector.
Re: JPG vs. PNG vs. GIF vs. SVG
#34Why use a chart? It's what, four questions? Is it a vector image? -> Use .svg Is it an illustration (bitmap) with transparency (i.e. a cutout of a man) -> Use .png Is it animated? -> Use .mp4 and fallback to .gif Is it a photo? -> Use .jpg and compress as much as possible
Re: JPG vs. PNG vs. GIF vs. SVG
#35The "Yes" path for `Is it transparent?` leads to the node, `Does it move?`, for which "No" leads to `JPG or PNG`. But clearly the answer should be just `PNG`, right?
Correct But just in general all of it needs to be redone when Webp is more widely used. https://developers.google.com/speed/webp/ And in that case almost everything can be a webp - animations, transparency, lossy for compression or lossless if need be. You can still burn the bathroom selfies if you want. Except vector, you still want SVG for those.
Re: JPG vs. PNG vs. GIF vs. SVG
#36Is it a photo? Yes: JPG No: SVG If you're uploading bitmap diagrams logos etc. they should be vector.
Re: JPG vs. PNG vs. GIF vs. SVG
#37It's 2019. Frontend developers who aren't using picture tags with WebP and a fallback alternative need to update their HTML knowledge.
Safari doesn't support WebP, unless they added it recently, in which case there are still a lot of non-(WebP-supporting) Safari browsers out in the wild. As always we need to wait for Apple to get their shirt together.
Re: JPG vs. PNG vs. GIF vs. SVG
#38Re: JPG vs. PNG vs. GIF vs. SVG
#39There's no real reason to use a gif over png for non-animated images. You'll have bloated filesizes and a limited color pallette.
Re: JPG vs. PNG vs. GIF vs. SVG
#40The "Yes" path for `Is it transparent?` leads to the node, `Does it move?`, for which "No" leads to `JPG or PNG`. But clearly the answer should be just `PNG`, right?
Correct But just in general all of it needs to be redone when Webp is more widely used. https://developers.google.com/speed/webp/ And in that case almost everything can be a webp - animations, transparency, lossy for compression or lossless if need be. You can still burn the bathroom selfies if you want. Except vector, you still want SVG for those.