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

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]

See README


[Skip to Readme]

Properties

Versions 0.1.0.2, 0.1.1, 0.1.2, 0.1.2.1, 0.1.2.2, 0.1.2.2, 0.1.2.3, 0.1.2.4
Change log None available
Dependencies base (>=4.6 && <4.11), 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-12-13T17:18:06Z

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for friday-juicypixels-0.1.2.2

[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

Done:

License

Released under a 3-clause BSD license.