microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
162.22k stars 28.55k forks source link

Low quality images in getting started #115324

Closed Tyriar closed 2 years ago

Tyriar commented 3 years ago

It seems like all images are poorly encoded, they're png though so they shouldn't be. Were they exported using a limited color set or something?

Examples:

image image image

digitarald commented 3 years ago

They've been lossy compressed using pngquant. The current images are are lowest (40%) quality, so I have some room to increase quality while trading off size.

Tyriar commented 3 years ago

Full color pngs are typically still really small unless you're working with photos. I'm all about perf but a few extra kbs are totally worth not having this blurriness/bad dithering.

digitarald commented 2 years ago

Solved by using SVGs across all images.