glirc-2.23: Console IRC client

Copyright(c) Eric Mertens 2016
LicenseISC
Maintaineremertens@gmail.com
Safe HaskellNone
LanguageHaskell2010

Client.Image.PackedImage

Contents

Description

This module provides a more memory efficient way to store images.

Synopsis

Documentation

data Image' Source #

Packed, strict version of Image used for long-term storage of images.

Packed image construction

char :: Attr -> Char -> Image' Source #

text' :: Attr -> Text -> Image' Source #

string :: Attr -> String -> Image' Source #

splitImage Source #

Arguments

:: Int

image width

-> Image' 
-> (Image', Image')