https://github.com/1995parham/tbmap
Tiny Bitmap Parser
https://github.com/1995parham/tbmap
bitmap bmp image image-processing
Last synced: about 1 year ago
JSON representation
Tiny Bitmap Parser
- Host: GitHub
- URL: https://github.com/1995parham/tbmap
- Owner: 1995parham
- License: gpl-2.0
- Created: 2015-12-22T13:43:44.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2023-03-23T02:01:55.000Z (about 3 years ago)
- Last Synced: 2025-04-12T19:53:30.183Z (about 1 year ago)
- Topics: bitmap, bmp, image, image-processing
- Language: C
- Homepage:
- Size: 363 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TBMap

## Introduction
This repository was created in C programming workshop of Introduction to Programming Course Fall 2015.
[Bitmap](https://en.wikipedia.org/wiki/BMP_file_format) is a simple image format and we use it in order to demostrate working with files and structs in C.
## Acknowledgements
I want to thank every single person who contributed to that awesome workshop which created the basis for this project:
- [Dr.Bakhshi](https://github.com/Bahador-Bakhshi)
- [Elahe Jalalpour](https://github.com/eljalalpour)
- [Shiva Zamani](https://github.com/shiva-z)
- [Iman Tabrizian](https://github.com/tabrizian)
## How to run?
This is a cmake-based project so you can build and run it as follow:
```sh
cmake --build .
./bin/TBMap.out
```
## The Invitation
We had sent the following invitation on Fall 2015 to all C course students.
The invitation date was wrong and it should be 24 Dev 2015 not 2014.
