by Mike » Wed Aug 03, 2011 12:32 am
Hello,
Prior to deciding on an image or logo, it should first be decided if you want to display it in a graphics mode or text mode. Both are capable, however graphics modes provide more capabilities at the cost of also being more complex. For a bootloader, I would personally choose a small logo displaying in text mode (what most BIOS software does) but its up to you.
The rendering of the image to display depends on what graphics or text mode you are in, so we cannot proceed further until that is answered. Also, I am unaware of any publicly available libraries that support what is being requested.