Skip to content

Commit

Permalink
Coveralls isn't too happy with symbolic links in README
Browse files Browse the repository at this point in the history
  • Loading branch information
lehins committed Jan 11, 2020
1 parent 5006353 commit ac90ad6
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 57 deletions.
57 changes: 1 addition & 56 deletions Color/README.md
Original file line number Diff line number Diff line change
@@ -1,58 +1,3 @@
# Color

| Language | Travis | Coveralls |Gitter.im |
|:--------:|:------:|:---------:|:--------:|
| ![GitHub top language](https://img.shields.io/github/languages/top/lehins/Color.svg) | [![Travis](https://img.shields.io/travis/lehins/Color/master.svg?label=Linux%20%26%20OS%20X)](https://travis-ci.org/lehins/Color) | [![Coverage Status](https://coveralls.io/repos/github/lehins/Color/badge.svg?branch=master)](https://coveralls.io/github/lehins/Color?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 |
|:-------------------|:-------:|:-------:|:---:|
| [`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)|

A library for dealing with Colors and pixels. Currently supported:

* Color models:

* `Y`
* `RGB`
* `HSI`
* `HSL`
* `HSV`
* `YCbCr`
* `CMYK`

* Color spaces and arbitrary conversions between them:

* `Y` - luminance
* `XYZ`
* `La*b*`
* `RGB`:

* `sRGB`
* `AdobeRGB`
* ITU: `Rec470`, `Rec601` and `Rec709`
* Alternative representations:

* `HSI`
* `HSL`
* `HSV`
* `YCbCr`
* `CMYK`

* Illuminants:

* CIE1931 - 2 degree observer
* CIE1964 - 10 degree observer
* Some common alternatives

* Chromatic adptation:

* VonKries adptation with transformations:

* VonKries
* Bradford (default)
* Fairchild
* CIECAM02

* Color Standards:

* RAL
See the repository for proper introduction: https://github.com/lehins/Color
1 change: 0 additions & 1 deletion README.md

This file was deleted.

58 changes: 58 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
# Color

| Language | Travis | Coveralls |Gitter.im |
|:--------:|:------:|:---------:|:--------:|
| ![GitHub top language](https://img.shields.io/github/languages/top/lehins/Color.svg) | [![Travis](https://img.shields.io/travis/lehins/Color/master.svg?label=Linux%20%26%20OS%20X)](https://travis-ci.org/lehins/Color) | [![Coverage Status](https://coveralls.io/repos/github/lehins/Color/badge.svg?branch=master)](https://coveralls.io/github/lehins/Color?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 |
|:-------------------|:-------:|:-------:|:---:|
| [`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)|

A library for dealing with Colors and pixels. Currently supported:

* Color models:

* `Y`
* `RGB`
* `HSI`
* `HSL`
* `HSV`
* `YCbCr`
* `CMYK`

* Color spaces and arbitrary conversions between them:

* `Y` - luminance
* `XYZ`
* `La*b*`
* `RGB`:

* `sRGB`
* `AdobeRGB`
* ITU: `Rec470`, `Rec601` and `Rec709`
* Alternative representations:

* `HSI`
* `HSL`
* `HSV`
* `YCbCr`
* `CMYK`

* Illuminants:

* CIE1931 - 2 degree observer
* CIE1964 - 10 degree observer
* Some common alternatives

* Chromatic adptation:

* VonKries adptation with transformations:

* VonKries
* Bradford (default)
* Fairchild
* CIECAM02

* Color Standards:

* RAL

0 comments on commit ac90ad6

Please sign in to comment.