friday-juicypixels: Converts between the Friday and JuicyPixels image types

[ bsd3, codec, library ] [ Propose Tags ]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.2, 0.1.1, 0.1.2, 0.1.2.1, 0.1.2.2, 0.1.2.3, 0.1.2.4
Dependencies base (>=4.6 && <4.10), friday (>=0.2 && <0.3), JuicyPixels, vector [details]
License BSD-3-Clause
Author Thomas M. DuBuisson
Maintainer thomas.dubuisson@gmail.com
Category Codec
Home page https://github.com/TomMD/friday-juicypixels
Bug tracker https://github.com/TomMD/friday-juicypixels/issues
Source repo head: git clone git://github.com/TomMD/friday-juicypixels.git
Uploaded by ThomasDuBuisson at 2017-03-22T18:58:21Z
Distributions LTSHaskell:0.1.2.4, Stackage:0.1.2.4
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 4925 total (30 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-03-22 [all 1 reports]

Readme for friday-juicypixels-0.1.2.1

[back to package description]

friday-juicypixels

This library facilitates conversion between friday (an all-Haskell image manipulation library) and JuicyPixels (an all-Haskell encoder/decoder library for many image formats). Combining these two libraries is useful for adding basic image manipulation capabilities of many image formats to a Haskell application without requiring any C libraries/headers to be installed.

NOTE: Expect this library's API to break, as it is still very young.

Compared to friday-devil

The friday-devil package provides a storage backend to friday by calling the DevIL library. It is much more mature, and probably a lot faster (though benchmarks have yet to prove this).

This package is not in the spirit of friday-devil which is a more native bridge than conversion . As such, it should probabably be called something different like juicy-friday.

TODO

  • Make it into a storage backend that automatically converts all formats and color spaces supported by JuicyPixels to the internal representations supported by friday.
  • Add some benchmarks. Include friday-devil and ImageMagik.
  • Add more specs.

Done:

  • Conversion between JP and Friday for cheap using coerce and unsafeCoerce, yay!
  • Basic test suite.

License

Released under a 3-clause BSD license.