Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Synopsis
Documentation
displayImage :: ByteString -> ByteString Source #
Convinience wrapper around displayImageBuilder
displayImageBuilder :: ByteString -> Builder Source #
Wrap and transform a bytestring representing the encoding of a file that iTerm understands how to display such that iTerm will display it when the resulting bytestring is printed to the terminal.
displayImageString :: ByteString -> String Source #
Convinience wrapper around displayImageBuilder. Useful for Show
instances.