Andy Pont wrote:
I tried putting a JPG image (400x400 pixels) into Coreboot but jpeg_decode() didn’t like it and returned ERR_HEIGHT_MISMATCH.
I think the JPEG image height must match the (native) graphics mode.
I wasn't involved in that decision but I consider it a good thing, it ensures that a graphic is either presented correctly or not at all, with the latter case being detectable at runtime.
Thinking a little further, maybe coreboot could even allow including different versions of the image. (.ICO here we come..)
//Peter