Last active
April 5, 2023 20:05
-
-
Save bluecmd/5514dabd2928956740db6c232ec4ecf3 to your computer and use it in GitHub Desktop.
Converting boot logo to EDK2 BMP format
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Convert a 24-bit BMP to EDK2 style BMP | |
# Something like 400x400 is probably the largest realistic image to use | |
# 300x300 looks pretty neat. | |
convert ~/KamelLogo.bmp -compress None -type Palette BMP3:./edk2/MdeModulePkg/Logo/Logo.bmp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment