bitmaps-0.2.5.1: Bitmap library

Data.Bitmap.StringRGB32.Internal

Synopsis

Documentation

data BitmapImageString Source

Polymorphic container of a string

Constructors

forall s . StringCells s => BitmapImageString 

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)

Constructors

BitmapStringRGB32 

Fields

_bmps_dimensions :: (Int, Int)

Width and height of the bitmap

_bmps_data :: BitmapImageString

Data stored in a string