JuicyPixels-extra

Efficiently scale, crop, flip images with JuicyPixels

https://github.com/mrkkrp/JuicyPixels-extra

Version on this page:0.1.0
LTS Haskell 22.14:0.6.0
Stackage Nightly 2024-03-28:0.6.0
Latest on Hackage:0.6.0

See all snapshots JuicyPixels-extra appears in

BSD-3-Clause licensed and maintained by Mark Karpov
This version can be pinned in stack with:JuicyPixels-extra-0.1.0@sha256:b3c5c0060333ee94323ccf405758b52e266909a24a38dba7ec939f4ebfdcfba9,3767

Module documentation for 0.1.0

Depends on 2 packages(full list with versions):

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.

Changes

Juicy Pixels Extra 0.1.0

  • Initial release.