Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lehins/hip
Haskell Image Processing Library
https://github.com/lehins/hip
hackage haskell hip image-processing juicypixels netpbm repa
Last synced: about 14 hours ago
JSON representation
Haskell Image Processing Library
- Host: GitHub
- URL: https://github.com/lehins/hip
- Owner: lehins
- Created: 2013-10-25T15:47:52.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-01-12T10:34:06.000Z (about 1 year ago)
- Last Synced: 2024-04-26T02:44:07.389Z (9 months ago)
- Topics: hackage, haskell, hip, image-processing, juicypixels, netpbm, repa
- Language: Haskell
- Size: 68 MB
- Stars: 113
- Watchers: 11
- Forks: 18
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Haskell Image Processing Library
================================Haskell Image Processing (HIP) Library
**Warning** - Currently HIP is undergoing a major rewrite with
[massiv](http://hackage.haskell.org/package/massiv) therefore `master` branch is not
stable at the moment. For currently released version see
[`1.x`](https://github.com/lehins/hip/tree/hip-1.x) branch.Documentation is on [Hackage](http://hackage.haskell.org/package/hip), and [Stackage](https://www.stackage.org/package/hip).
[![Build Status](https://travis-ci.org/lehins/hip.svg?branch=master)](https://travis-ci.org/lehins/hip)
[![Hackage](https://img.shields.io/hackage/v/hip.svg?style=flat)](https://hackage.haskell.org/package/hip)Installation
------------Dependencies:
```
$ sudo apt-get install zlib1g-dev
```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.