friday: A functionnal image processing library for Haskell.
Friday provides functions to manipulate images in a functional way. The library is designed to be fast, generic and type-safe.
The library uses FFI calls to the DevIL image library to read images from a wide variety of formats, including BMP, JPG, PNG, GIF, ICO and PSD. Except for I/Os, friday is entirely written in Haskell.
Images can be represented in two representations:
the
Manifest
representation stores images in HaskellVector
s ;the
Delayed
representation uses functions to produce images pixels. These images can be combined to produce complex transformations. By some inlining, Haskell compilers are able to produce fast algorithms by removing intermediate structures.
The library currently support four color spaces: RGB, RGBA, HSV and gray-scale images.
Please read our README to get a detailed usage and some examples.
Modules
[Index]
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
examples | Compiles examples from the example/ directory. | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- friday-0.1.4.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
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
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.1, 0.1.1, 0.1.2, 0.1.3, 0.1.4, 0.1.5, 0.2.0.1, 0.2.0.2, 0.2.1.0, 0.2.1.1, 0.2.1.2, 0.2.2.0, 0.2.3.0, 0.2.3.1, 0.2.3.2 |
---|---|
Dependencies | base (>=4 && <5), bytestring (>=0.10 && <1.0), convertible (>=1 && <2), friday, primitive (>=0.5.2.1 && <0.6), ratio-int (>=0.1.2 && <0.2), transformers (>=0.3 && <0.5), vector (>=0.10.0.1 && <1.0) [details] |
License | LGPL-3.0-only |
Author | Raphael Javaux <raphaeljavaux[at]gmail.com> |
Maintainer | Raphael Javaux <raphaeljavaux[at]gmail.com> |
Revised | Revision 1 made by HerbertValerioRiedel at 2016-12-18T09:51:02Z |
Category | Graphics |
Home page | https://github.com/RaphaelJ/friday |
Uploaded | by RaphaelJavaux at 2014-09-03T16:28:46Z |
Distributions | LTSHaskell:0.2.3.2 |
Reverse Dependencies | 6 direct, 0 indirect [details] |
Executables | resize_image, histogram, gaussian_blur, canny, delayed |
Downloads | 13888 total (128 in the last 30 days) |
Rating | 2.0 (votes: 1) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Successful builds reported [all 1 reports] |