colour-accelerate: Working with colours in Accelerate

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

This package provides data types for colours and transparency for use with Accelerate. For further information refer to the main Accelerate package: http://hackage.haskell.org/package/accelerate.


[Skip to Readme]

Properties

Versions 0.1.0.0, 0.2.0.0, 0.3.0.0, 0.4.0.0, 0.4.0.0
Change log CHANGELOG.md
Dependencies accelerate (>=1.3), base (>=4.8 && <5) [details]
License BSD-3-Clause
Author Trevor L. McDonell
Maintainer Trevor L. McDonell <trevor.mcdonell@gmail.com>
Category Accelerate, Data, Graphics
Home page https://github.com/tmcdonell/colour-accelerate
Bug tracker https://github.com/tmcdonell/colour-accelerate/issues
Source repo head: git clone https://github.com/tmcdonell/colour-accelerate
this: git clone https://github.com/tmcdonell/colour-accelerate(tag v0.4.0.0)
Uploaded by TrevorMcDonell at 2020-08-28T11:07:40Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for colour-accelerate-0.4.0.0

[back to package description]
henlo, my name is Theia

colour-accelerate

GitHub CI Gitter
Stackage LTS Stackage Nightly Hackage

This package provides data types and operations for dealing with colours in Accelerate. For details on Accelerate, refer to the main repository.

Contributions and bug reports are welcome!
Please feel free to contact me through GitHub or gitter.im.

Example: Blur

Test image sRGB RGB
Test image sRGB linear RGB non-linear

The test image on the left is composed of blocks and bars of the primary and secondary colours, arranged so that each colour is juxtaposed next to all others, plus black and white.

The image in the centre is created by blurring the original with a 9x9 Gaussian filter in the linear gamma sRGB space.

The image on the right is created by blurring with the same 9x9 Gaussian filter in the standard non-linear RGB colour space. Note the dark regions separating red from green and cyan, and blue from red and green; purple lines separate cyan from red and magenta; green separates yellow from cyan. These regions are artefacts produced by mixing colours in the RGB colour space.

The files to generate the test image and run the demonstration are in the examples directory.