https://github.com/lehins/massiv-io
Read and write images as massiv arrays
https://github.com/lehins/massiv-io
haskell haskell-arrays image-io image-processing massiv
Last synced: 3 months ago
JSON representation
Read and write images as massiv arrays
- Host: GitHub
- URL: https://github.com/lehins/massiv-io
- Owner: lehins
- License: other
- Created: 2020-03-03T00:32:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-23T12:49:42.000Z (over 3 years ago)
- Last Synced: 2024-04-25T22:21:08.232Z (about 1 year ago)
- Topics: haskell, haskell-arrays, image-io, image-processing, massiv
- Language: Haskell
- Size: 4.35 MB
- Stars: 13
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# massiv-io
`massiv-io` is a package that brings together `JuicyPixels`, `Netpbm`, `Color` and `massiv`
in order to easily read, write and convert images in various formats and color spaces.## Status
| Language | Github Actions | Coveralls |Gitter.im |
|:--------:|:--------------:|:---------:|:--------:|
|  | [](https://github.com/lehins/massiv-io/actions) | [](https://coveralls.io/github/lehins/massiv-io?branch=master) | [](https://gitter.im/haskell-massiv/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)| Package | Hackage | Nightly | LTS |
|:-------------------|:-------:|:-------:|:---:|
| [`massiv-io`](https://github.com/lehins/massiv-io)| [](https://hackage.haskell.org/package/massiv-io)| [](https://www.stackage.org/nightly/package/massiv-io)| [](https://www.stackage.org/lts/package/massiv-io)|
| [`massiv`](https://github.com/lehins/massiv/tree/master/massiv)| [](https://hackage.haskell.org/package/massiv)| [](https://www.stackage.org/nightly/package/massiv)| [](https://www.stackage.org/lts/package/massiv)|
| [`Color`](https://github.com/lehins/Color/tree/master/Color)| [](https://hackage.haskell.org/package/Color)| [](https://www.stackage.org/nightly/package/Color)| [](https://www.stackage.org/lts/package/Color)|