Why convert BMP to PNG
Windows screenshots, old scanners, and some lab tools still emit BMP. Emailing a BMP is how you discover attachment limits. BMP to PNG is the portable fix.
PNG is lossless Oxipng by default, so BMP to PNG keeps the bitmap. For simple logos, Reduce palette can go further (lossy PNG-8).
Do not use BMP on the web. Convert BMP to PNG (or WebP) before you publish.
