ueberzug-0.2.0.0: Haskell bindings for ueberzug to display images in the terminal
Safe HaskellSafe-Inferred
LanguageHaskell2010

Graphics.Ueberzug

Synopsis

Documentation

data Ueberzug Source #

The main struct storing a handle to the ueberzug process

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_.

data Actions Source #

The available actions on the ueberzug image

Constructors

Add 
Remove 

data Scalers Source #

The available scalers to scale the image

Instances

Instances details
Show Scalers Source # 
Instance details

Defined in Graphics.Ueberzug

data UbConf Source #

The ueberzug configuration record. Contains all the data needed to draw the image

defaultUbConf :: UbConf Source #

Default config with approx. "mempty" values for convenience