readBitmapFile :: FudgetIO f => String -> (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 Read BitmapReturn instance Show BitmapReturn