@hackage JuicyPixels-extra0.2.0
Efficiently scale, crop, flip images with JuicyPixels
Installation
Tested Compilers
Dependencies (2)
- JuicyPixels >=3.2.6.4 && <3.3
- base >=4.7 && <5 Show all…
Dependents (4)
@hackage/hakyll-images, @hackage/fei-datasets, @hackage/acme-everything, @hackage/fei-cocoapi
Package Flags
dev
(off by default)
Turn on development settings.
Juicy Pixels Extra
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;
- 90° and 180° rotation (left and right);
- aligning several images side by side or one on top of the other.
License
Copyright © 2016–2017 Mark Karpov
Distributed under BSD 3 clause license.