bitmaps-0.2.6.3: Bitmap library

Safe HaskellNone
LanguageHaskell2010

Data.Bitmap.StringRGB32

Description

Deprecated: Use Data.Bitmap.String instead

This bitmap type is deprecated; use 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)