https://github.com/pwntus/bmpp
Bitmap image parser written in C
https://github.com/pwntus/bmpp
Last synced: 3 months ago
JSON representation
Bitmap image parser written in C
- Host: GitHub
- URL: https://github.com/pwntus/bmpp
- Owner: Pwntus
- Created: 2016-09-09T19:04:04.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-11T21:27:25.000Z (almost 9 years ago)
- Last Synced: 2025-03-29T04:47:09.874Z (3 months ago)
- Language: C
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BMPP - Bitmap Parser
Bitmap image parser written in C.### Usage:
```term
$ make
$ ./bmpp [-json]
```
### JSON output:```term
JS Obj:
signature: String
file_size: Integer
reserved_1: String
reserved_2: String
offset: String
info_size: Integer
width: Integer
height: Integer
color_panels: Integer
bpp: Integer
compression: String
img_size: Integer
y_res: Integer
x_res: Integer
n_cpalette: Integer
n_important: Integer
```