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

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

Awesome Lists containing this project

README

        

# simple_bitmap
simple C bitmap library

This 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.