• Stars
    star
    112
  • Rank 310,507 (Top 7 %)
  • Language
    Haskell
  • Created almost 11 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Haskell Image Processing Library

Haskell Image Processing Library

Haskell Image Processing (HIP) Library

Warning - Currently HIP is undergoing a major rewrite with massiv therefore master branch is not stable at the moment. For currently released version see 1.x branch.

Documentation is on Hackage, and Stackage.

Build Status Hackage

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.

More Repositories

1

massiv

Efficient Haskell Arrays featuring Parallel computation
Haskell
383
star
2

django-smartfields

Django Model Fields that are smart.
Python
98
star
3

scheduler

A work stealing scheduler
Haskell
76
star
4

Color

Extensive collection of color spaces and color models
Haskell
58
star
5

haskell-webshell

Webshell - pipe your shell to the browser over websockets
JavaScript
30
star
6

massiv-io

Read and write images as massiv arrays
Haskell
13
star
7

FailT

A monad transformer designed for `MonadFail`
Haskell
12
star
8

primal

Primitive World of Haskell
Haskell
11
star
9

conduit-aeson

Streaming JSON parsing
Haskell
10
star
10

pvar

Primitive mutable variable
Haskell
7
star
11

talks

Material presented at various events
Jupyter Notebook
6
star
12

django-wepay

Django SDK for WePay
Python
6
star
13

RockAnts

Agent Based Model of Collective Decision Making by Temnothorax Albipennis Ants
Haskell
6
star
14

haskell-benchmarks

Benchmarks of various Haskell libraries
Haskell
5
star
15

MonadicParty2019

This repo contains most of the material that will be presented at MonadicParty in Poznan
Haskell
4
star
16

massiv-simd

Haskell
4
star
17

cardano-streamer

Consume Cardano blocks as a stream
Haskell
4
star
18

haskell-quicksort

Benchmarks and sample implementations of quicksort in Haskell
Haskell
3
star
19

python-wepay

Python WePay SDK
Python
3
star
20

exec-kill-loop

A script that runs stack build continuously until built is corrupted
Haskell
2
star
21

primal-mempool

Haskell
2
star
22

massiv-compat

Packages that provide interoperability of massiv arrays with Haskell ecosystem
Haskell
1
star
23

django-surveymonkey

Django application for SurveyMonkey.
Python
1
star
24

python-surveymonkey

SurveyMonkey API SDK
Python
1
star
25

pcgen

Haskell library that implements PCG pseudorandom number generator
Haskell
1
star
26

tutorials

Tutorials
Haskell
1
star
27

stack-templates

My template for new stack projects
1
star
28

massiv-benchmarks

Benchmarks of massiv versus other array libraries
Haskell
1
star
29

bugs

This is a repo for reproduction of various bugs that I do/will stumble upon
Haskell
1
star
30

async-bug-repro

Haskell
1
star
31

GameOfLife

Haskell implementation of Conways Game of Life using gloss and massiv
Haskell
1
star
32

haskell-heartbleed

Heartbleed exploit implemented in Haskell
Haskell
1
star
33

windows-console

Proper printing in Windows console
Haskell
1
star
34

ghc-segfault

Minimal reproduction of the code that when compiled triggers a segfault at runtime
Haskell
1
star
35

haskell-src-exts-bug-repro

Haskell
1
star