JuicyPixels-extra

Efficiently scale, crop, flip images with JuicyPixels

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

Version on this page:0.1.1
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.1@sha256:e01f3c9e2d8a94047530816fb2d3977e4b964ebcd9fe240fed03cfd5201dda91,3837

Module documentation for 0.1.1

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.1

  • Added benchmarks.

  • Considerably improved performance of all functions (they are about ×15 faster now).

Juicy Pixels Extra 0.1.0

  • Initial release.