https://github.com/darrenldl/simple_bitmap
simple C bitmap library
https://github.com/darrenldl/simple_bitmap
Last synced: 24 days ago
JSON representation
simple C bitmap library
- Host: GitHub
- URL: https://github.com/darrenldl/simple_bitmap
- Owner: darrenldl
- License: unlicense
- Created: 2015-07-22T10:57:26.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-16T08:00:54.000Z (almost 9 years ago)
- Last Synced: 2024-05-01T15:11:01.129Z (about 1 year ago)
- Language: C
- Size: 58.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# simple_bitmap
simple C bitmap libraryThis is a simple bitmap library I developed to aid my other projects.
This mainly provides interface for you to use individual bits for data manipulation,
rather than providing means for bitmap image processing.