Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pwntus/bmpp

Bitmap image parser written in C
https://github.com/pwntus/bmpp

Last synced: 6 days ago
JSON representation

Bitmap image parser written in C

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
```