Skip to content

A simple UEFI image viewer for the bmp file format.

License

Notifications You must be signed in to change notification settings

ArcherPergande/BmpView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BmpView

A simple UEFI image viewer for the bmp file format.

Hello world

Installation (SUPPORTS X64 ONLY)

A. Download the pre-built binary from a release.

B. Copy source to edk2 root and execute “build -p BmpView/BmpView.dsc”

Usage

In the UEFI shell run “BmpView FILE_NAME.bmp” to open an image. Once an image is open ESC terminates the program while the left, right, up, and down arrow keys are used for navigation.

UEFI shell example

https://www.youtube.com/watch?v=txKM7doz0LU

Dependencies

  1. EDK2 (Building)
  2. UEFI Shell Environment (Recommended Runtime)