项目作者: mastersan-mh

项目描述 :
Bitmap processing
高级语言: C
项目地址: git://github.com/mastersan-mh/bitmap.git
创建时间: 2020-02-04T18:08:27Z
项目社区:https://github.com/mastersan-mh/bitmap

开源协议:GNU General Public License v3.0

下载


Bitmap library (Set of bits)

The library is designed for processing bitmaps:
raise bits, reset bits, adding, subtracting, union, intersection an many more.

The library contains functions for working with entire bitmaps, or with its bits.

Provided objects:

  1. Macros

  2. Data types

  3. Functions

    3.1. Entire Bitmap Processing

    3.2. Processing of single bits

    3.3. Relationship check

    3.4. Iterators

    3.5. Input

    3.6. Output