emphatic is right. bmp would load faster than jpg because it's uncompressed. rendering time is less.
Someone should do analysis which one loads faster. As there are two things that affect the load time
1) file size (JPEG is much smaller)
2) decoding speed (BMP is somewhat faster)
Without testing you cannot be sure which one is actually the faster one.