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

[ bsd3, conduit, graphics, library ] [ Propose Tags ]

Currently supports PNG, GIF, and JPEG. This package provides a Sink that will consume the minimum number of bytes necessary to determine the image dimensions.


[Skip to Readme]

Modules

[Index]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.2.0, 0.3.0, 0.4.0, 0.5.0, 0.5.0.1, 0.5.0.2, 1.0.0, 1.0.0.1, 1.0.0.2, 1.0.0.3, 1.0.0.4, 1.1
Change log CHANGELOG.md
Dependencies base (>=4 && <5), bytestring (>=0.10), conduit (>=1.1 && <1.3), conduit-extra (>=1.1 && <1.2) [details]
License BSD-3-Clause
Author Michael Snoyman
Maintainer Silk <code@silk.co>, Felipe Lessa <felipe.lessa@gmail.com>
Revised Revision 1 made by mbrock at 2014-09-08T11:49:53Z
Category Graphics, Conduit
Home page http://github.com/silkapp/imagesize-conduit
Source repo head: git clone git://github.com/silkapp/imagesize-conduit.git
Uploaded by mbrock at 2014-07-17T10:14:24Z
Distributions LTSHaskell:1.1, NixOS:1.1, Stackage:1.1
Reverse Dependencies 3 direct, 0 indirect [details]
Downloads 11165 total (28 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Successful builds reported [all 1 reports]

Readme for imagesize-conduit-1.0.0.4

[back to package description]

Currently supports PNG, GIF, and JPEG. This package provides a Sink that will consume the minimum number of bytes necessary to determine the image dimensions.