JuicyPixels-extra: Efficiently scale, crop, flip images with JuicyPixels

[ bsd3, graphics, image, library ] [ Propose Tags ]

Efficiently scale, crop, flip images with JuicyPixels.


[Skip to Readme]

Modules

[Index]

Flags

Manual Flags

NameDescriptionDefault
dev

Turn on development settings.

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0, 0.1.1, 0.2.0, 0.2.1, 0.2.2, 0.3.0, 0.4.0, 0.4.1, 0.5.0, 0.5.1, 0.5.2, 0.6.0
Change log CHANGELOG.md
Dependencies base (>=4.7 && <5), JuicyPixels (>=3.2.6.4 && <3.3) [details]
License BSD-3-Clause
Author Mark Karpov <markkarpov@openmailbox.org>
Maintainer Mark Karpov <markkarpov@openmailbox.org>
Category Graphics, Image
Home page https://github.com/mrkkrp/JuicyPixels-extra
Bug tracker https://github.com/mrkkrp/JuicyPixels-extra/issues
Source repo head: git clone https://github.com/mrkkrp/JuicyPixels-extra.git
Uploaded by mrkkrp at 2016-10-17T21:33:32Z
Distributions LTSHaskell:0.6.0, NixOS:0.6.0, Stackage:0.6.0
Reverse Dependencies 3 direct, 1 indirect [details]
Downloads 8592 total (74 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2016-10-17 [all 1 reports]

Readme for JuicyPixels-extra-0.1.1

[back to package description]

Juicy Pixels Extra

License BSD3 Hackage Stackage Nightly Stackage LTS Build Status Coverage Status

Missing primitive stuff you shouldn't need to re-implement yourself. I think haddocks are pretty self-explanatory. Currently the package includes the following functionality:

  • scaling (bi-linear interpolation);
  • cropping;
  • flipping horizontally and vertically and 90° rotation (left and right).

License

Copyright © 2016 Mark Karpov

Distributed under BSD 3 clause license.