ยค readBitmapFile, bitmapFromData, et al

Types

readBitmapFile :: FudgetIO f => FilePath -> (BitmapReturn -> f b ho) -> f b ho
bitmapFromData :: FudgetIO f => BitmapData -> (BitmapReturn -> f b ho) -> f b ho
data BitmapReturn = BitmapBad | BitmapReturn Size (Maybe Point) PixmapId
instance Eq BitmapReturn
instance Ord BitmapReturn
instance Show BitmapReturn

Description

These functions create pixmaps from data contained in a file or a string.

Bugs

Documentation incomplete.