|
|
|
|
|
by mumblerino
2093 days ago
|
|
The point of using a format over another, given the availability, is to gain performance. You're suggesting to load a whole new parser, parse images at a higher level than browsers can (i.e. slower and with less concurrency), and make `<img>` a whole lot harder to manage. That's not worth it at all unless the savings are substantial (say BMP vs JPEG) |
|
Performance is not a factor in this.