hip: Haskell Image Processing (HIP) Library.

[ bsd3, graphics, image-processing, library ] [ Propose Tags ]

Haskell Image Processing (HIP) Library provides an easy to use interface with a whole variaty of image manipulation capabilities.

Processing can be done sequentially as well as in parallel, with an inherited fusion capabily, all through repa and vector packages. It is highly extendable, with an ability to add various color spaces or provide implementations for underlying array like custom data structures.

It is capable of reading and writing a number of popular image formats by using JuciyPixels and netpbm packages. Being a pure Haskell library it does not require any external programs, although it can display images using a program of your choice.


[Skip to Readme]

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] 1.0.0.0, 1.0.1, 1.0.1.1, 1.0.1.2, 1.1.0.0, 1.1.0.1, 1.1.0.2, 1.2.0.0, 1.3.0.0, 1.4.0.0, 1.4.0.1, 1.5.0.0, 1.5.1.0, 1.5.2.0, 1.5.3.0, 1.5.4.0, 1.5.5.0, 1.5.6.0
Change log CHANGELOG.md
Dependencies base (>=4.7 && <5), bytestring (>=0.9.0.4), Chart (>=1.5), Chart-diagrams (>=1.5), colour (>=2.3.3), deepseq (>=1.1), directory (>=1.2.2.0), filepath (>=1.0), JuicyPixels (>=3.2.7), netpbm (>=1.0.1), primitive (>=0.4), process (>=1.1.0.0), repa (>=3.2.1.1 && <4), temporary (>=1.1.1), vector (>=0.10) [details]
License BSD-3-Clause
Author Alexey Kuleshevich
Maintainer lehins@yandex.ru
Revised Revision 1 made by HerbertValerioRiedel at 2016-11-28T21:02:45Z
Category Image Processing, Graphics
Home page https://github.com/lehins/hip
Bug tracker https://github.com/lehins/hip/issues
Source repo head: git clone https://github.com/lehins/hip.git
Uploaded by lehins at 2016-11-28T09:11:42Z
Distributions NixOS:1.5.6.0
Reverse Dependencies 4 direct, 0 indirect [details]
Downloads 12958 total (104 in the last 30 days)
Rating 2.5 (votes: 3) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2016-11-28 [all 1 reports]

Readme for hip-1.1.0.1

[back to package description]

Haskell Image Processing Library

Haskell Image Processing (HIP) Library

Documentation is on Hackage.

Installation

Install HIP using cabal:

  • $ cabal update && cabal install hip

and using stack (from source code only, not yet on stackage):

  • $ stack install

In order to be able to view images in GHCi and external image viewer is used. On Linux I recommend GPicView, but you can use any viewer that accepts a filename as an argument, so by default OS specific image viewer is used.