Skip to content

Instantly share code, notes, and snippets.

@bluecmd
Last active April 5, 2023 20:05
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bluecmd/5514dabd2928956740db6c232ec4ecf3 to your computer and use it in GitHub Desktop.
Save bluecmd/5514dabd2928956740db6c232ec4ecf3 to your computer and use it in GitHub Desktop.
Converting boot logo to EDK2 BMP format
# 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