Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
newUeberzug :: IO Ueberzug Source #
Create a new ueberzug process
draw :: Ueberzug -> UbConf -> IO (Either String ()) Source #
Draw an image using the ub
instance with config config
clear :: Ueberzug -> String -> IO (Either String ()) Source #
Clear an image with identifier identifier_
.
The available scalers to scale the image
The ueberzug configuration record. Contains all the data needed to draw the image
defaultUbConf :: UbConf Source #
Default config with approx. "mempty" values for convenience