friday-scale-dct 1.0.0.0 → 1.0.0.1
raw patch · 2 files changed
+1/−7 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- README.md +0/−6
- friday-scale-dct.cabal +1/−1
README.md view
@@ -6,12 +6,6 @@ This will probably only work on colour spaces which are "linear", HSV is unlikely to work because hue is is an angle, and taking the DCT of angles probably doesn't make sense. -<!-- [](https://travis-ci.org/phadej/JuicyPixels-scale-dct) -->-<!-- [](http://hackage.haskell.org/package/JuicyPixels-scale-dct) -->-<!-- [](http://stackage.org/lts-2/package/JuicyPixels-scale-dct) -->-<!-- [](http://stackage.org/lts-3/package/JuicyPixels-scale-dct) -->-<!-- [](http://stackage.org/nightly/package/JuicyPixels-scale-dct) -->- [friday](https://hackage.haskell.org/package/friday) is a Haskell library for manipulating images in a functional way.
friday-scale-dct.cabal view
@@ -3,7 +3,7 @@ -- see: https://github.com/sol/hpack name: friday-scale-dct-version: 1.0.0.0+version: 1.0.0.1 synopsis: Scale Friday images with DCT description: Scale Friday Images with DCT category: Graphics