https://github.com/ArcherPergande/BmpView
A simple UEFI image viewer for the bmp file format.
https://github.com/ArcherPergande/BmpView
image-processing uefi uefi-application uefi-shell
Last synced: 2 months ago
JSON representation
A simple UEFI image viewer for the bmp file format.
- Host: GitHub
- URL: https://github.com/ArcherPergande/BmpView
- Owner: ArcherPergande
- License: mit
- Created: 2024-01-29T16:42:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-27T15:41:40.000Z (about 1 year ago)
- Last Synced: 2024-10-24T00:22:59.079Z (7 months ago)
- Topics: image-processing, uefi, uefi-application, uefi-shell
- Language: C
- Homepage:
- Size: 94.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BmpView
A simple UEFI image viewer for the bmp file format.
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.[](https://www.youtube.com/watch?v=txKM7doz0LU)
https://www.youtube.com/watch?v=txKM7doz0LU
Dependencies
-----------------------------------------------------
1. EDK2 (Building)
2. UEFI Shell Environment (Recommended Runtime)