bitmaps

Bitmap library

https://github.com/bairyn/bitmaps

Latest on Hackage:0.2.6.3@rev:1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Byron James Johnson
Maintained by [email protected]

Library defining several bitmap types, including ones stored as unboxed arrays, any string type, and functions

This library also supports conversion to and from bitmaps as defined in the "bitmap" package.

This library has not yet been tested extensively.

Note: This library is currently largely designed with RGB pixels with a color depth of 24 bits in mind. Better support for other pixel and color formats is intended to be implemented in the future.