Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 10 days 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 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-23T12:49:42.000Z (about 3 years ago)
- Last Synced: 2024-04-25T22:21:08.232Z (7 months 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 |
|:--------:|:--------------:|:---------:|:--------:|
| ![GitHub top language](https://img.shields.io/github/languages/top/lehins/massiv-io.svg) | [![Build Status](https://github.com/lehins/massiv/workflows/massiv-io-CI/badge.svg)](https://github.com/lehins/massiv-io/actions) | [![Coverage Status](https://coveralls.io/repos/github/lehins/massiv-io/badge.svg?branch=master)](https://coveralls.io/github/lehins/massiv-io?branch=master) | [![Join the chat at https://gitter.im/haskell-massiv/Lobby](https://badges.gitter.im/haskell-massiv/Lobby.svg)](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)| [![Hackage](https://img.shields.io/hackage/v/massiv-io.svg)](https://hackage.haskell.org/package/massiv-io)| [![Nightly](https://www.stackage.org/package/massiv-io/badge/nightly)](https://www.stackage.org/nightly/package/massiv-io)| [![Nightly](https://www.stackage.org/package/massiv-io/badge/lts)](https://www.stackage.org/lts/package/massiv-io)|
| [`massiv`](https://github.com/lehins/massiv/tree/master/massiv)| [![Hackage](https://img.shields.io/hackage/v/massiv.svg)](https://hackage.haskell.org/package/massiv)| [![Nightly](https://www.stackage.org/package/massiv/badge/nightly)](https://www.stackage.org/nightly/package/massiv)| [![Nightly](https://www.stackage.org/package/massiv/badge/lts)](https://www.stackage.org/lts/package/massiv)|
| [`Color`](https://github.com/lehins/Color/tree/master/Color)| [![Hackage](https://img.shields.io/hackage/v/Color.svg)](https://hackage.haskell.org/package/Color)| [![Nightly](https://www.stackage.org/package/Color/badge/nightly)](https://www.stackage.org/nightly/package/Color)| [![Nightly](https://www.stackage.org/package/Color/badge/lts)](https://www.stackage.org/lts/package/Color)|