bitmaps-0.2.5.1: Bitmap library

Data.Bitmap.StringRGB32

Description

This bitmap type is deprecated; use Data.Bitmap.String instead

| Bitmaps represented as strings

The module provides polymorphic support for representation of bitmaps as strings. This module is designed to be most efficient with lazy bytestrings.

Synopsis

Documentation

data BitmapStringRGB32 Source

A bitmap represented as a string, which contains a series of aligned rows, which themselves consist of a series of pixels stored in 4 bytes in which the most significant byte is unused (thus the rows are always aligned to a four-byte boundary)