https://github.com/vardan2009/c-bmp
C Library for reading and writing BMP files
https://github.com/vardan2009/c-bmp
bmp bmp-image bmp-images c image-processing
Last synced: 7 months ago
JSON representation
C Library for reading and writing BMP files
- Host: GitHub
- URL: https://github.com/vardan2009/c-bmp
- Owner: Vardan2009
- License: mit
- Created: 2024-04-28T21:14:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-27T05:57:09.000Z (about 1 year ago)
- Last Synced: 2025-01-20T08:49:36.598Z (9 months ago)
- Topics: bmp, bmp-image, bmp-images, c, image-processing
- Language: C
- Homepage:
- Size: 611 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# C BMP
## C Library for reading, writing and manipulating BMP filesThe source is in `/src` and a sample usage and image filters at `test.c`