glirc-2.22: 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

splitImage Source #

Arguments

:: Int

image width

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