Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/1995parham/tbmap
Tiny Bitmap Parser
https://github.com/1995parham/tbmap
bitmap bmp image image-processing
Last synced: 2 months 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 (about 9 years ago)
- Default Branch: main
- Last Pushed: 2023-03-23T02:01:55.000Z (almost 2 years ago)
- Last Synced: 2023-10-25T21:51:20.778Z (about 1 year ago)
- Topics: bitmap, bmp, image, image-processing
- Language: C
- Homepage:
- Size: 363 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TBMap
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/1995parham/TBMap/cmake.yml?label=cmake&logo=github&style=flat-square&branch=main)
## 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.![Memories...](./img/memories.png)