About

Metadata

  • Last updated , by lehins
  • License BSD-3-Clause
  • Categories Graphics
  • Maintained by: lehins@yandex.ru

  • Lottery factor: 0

Links

Installation

Package Flags

Use the -f option with cabal commands to enable flags

    disable-chart (off by default)

    Disable Chart-diagrams and Chart for a lighter dependency footprint

Readme

Haskell Image Processing Library

Haskell Image Processing (HIP) Library

Documentation is on Hackage, and Stackage.

Build Status Hackage

Installation

Install HIP using cabal:

  • $ cabal update && cabal install hip

and using stack:

  • $ stack install hip

In order to be able to view images in GHCi an external image viewer is used. You can use any viewer that accepts a filename as an argument, and by default, image viewer specified by the OS is used.