JuicyPixels-extra

Efficiently scale, crop, flip images with JuicyPixels

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

Version on this page:0.2.2
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.2.2@sha256:ad7c5771a9f6c1b03d5f3fd145eae9d05cabcf4cb2b9d78e3ec82499933cdc6c,2288

Module documentation for 0.2.2

Depends on 2 packages(full list with versions):

Juicy Pixels Extra

License BSD3 Hackage Stackage Nightly Stackage LTS Build Status Coverage Status

Missing primitives you shouldn’t need to re-implement yourself. I think the Haddocks are pretty self-explanatory, so head straight to them.

License

Copyright © 2016–2017 Mark Karpov

Distributed under BSD 3 clause license.

Changes

Juicy Pixels Extra 0.2.2

  • Fixed a bug in the crop function related to incorrect calculation of new height in some cases.

Juicy Pixels Extra 0.2.1

  • Documentation improvements.

Juicy Pixels Extra 0.2.0

  • Added rotate180, beside, and below.

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.