BMP to PNG — same quality, smaller file
BMP and PNG are both lossless formats, but PNG uses DEFLATE compression to store pixel data efficiently. Converting BMP to PNG typically reduces file size by 50–75% with zero quality loss — every pixel is identical between the BMP source and the PNG output.