haskell imagemagick bindings
Go to file
Alexander Vershilov de94da00bc Update CI
2023-01-05 15:57:10 +06:00
.github/workflows Update CI 2023-01-05 15:57:10 +06:00
data orientation functions test 2023-01-05 15:53:19 +06:00
examples Fix tests. 2016-01-10 00:33:14 +03:00
src/Graphics/ImageMagick orientation functions 2023-01-05 15:53:18 +06:00
test orientation functions test 2023-01-05 15:53:19 +06:00
travis travis: Bump manually installed library version. 2016-01-23 00:26:05 +03:00
.gitignore orientation functions test 2023-01-05 15:53:19 +06:00
ChangeLog Version bump. 2023-01-05 15:53:19 +06:00
imagemagick.cabal Update CI 2023-01-05 15:57:10 +06:00
LICENSE Initial layout 2012-07-27 18:19:01 +04:00
README Version bump. 2023-01-05 15:53:19 +06:00
sequence.miff wandtest from ImageMagick distribution 2012-08-21 22:09:54 +04:00
Setup.hs Initial layout 2012-07-27 18:19:01 +04:00
stack.yaml Update stack.yaml. 2023-01-05 15:52:14 +06:00

Imagemagick bindings
====================

[![Build Status](https://travis-ci.org/qnikst/imagemagick.svg)](https://travis-ci.org/qnikst/imagemagick)


Authors:
  Alexander Vershilov <alexander.vershilov@gmail.com>
  Kirill Zaborsky <qrilka@gmail.com>

Contributors:
  Tim Adams <tim@vfiles.com>
  Chris Moline <blackredtree@gmail.com> 
  Aleksey Danilevsky <alexey.danilevsky@gmail.com>


How To Build
============

On Ubuntu 14.04

# Install the build-essential package
# Run travis/install-imagemagick.sh
# Now you can build the ImageMagick haskell bindings: stack init && stack install