Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-27T15:41:40.000Z (9 months ago)
- Last Synced: 2024-07-30T20:57:33.555Z (5 months ago)
- Topics: image-processing, uefi, uefi-application, uefi-shell
- Language: C
- Homepage:
- Size: 94.7 KB
- Stars: 1
- 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.![Hello world](https://github.com/ArcherPergande/BmpView/blob/main/Images/HelloWorld.bmp?raw=true)
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://img.youtube.com/vi/txKM7doz0LU/0.jpg)](https://www.youtube.com/watch?v=txKM7doz0LU)
https://www.youtube.com/watch?v=txKM7doz0LU
Dependencies
-----------------------------------------------------
1. EDK2 (Building)
2. UEFI Shell Environment (Recommended Runtime)