imagesize-conduit-0.2.0: Determine the size of some common image formats.

Safe HaskellSafe-Infered

Data.Conduit.ImageSize

Documentation

data Size Source

Constructors

Size 

Fields

width :: Int
 
height :: Int
 

Instances