Skip to content

Releases: RaphaelJ/friday

friday v0.2.1.0

02 Jun 16:14
Compare
Choose a tag to compare

Changelog

  • New 'computeP' function to compute an image in parallel.

friday v0.2.1.0

08 Mar 14:24
Compare
Choose a tag to compare

Changelog

  • Grey to HSV conversion.

friday v0.2.0.2

05 Feb 11:37
Compare
Choose a tag to compare

Changelog

  • Minor documentation improvements.

friday v0.2.0.1

11 Jan 18:01
Compare
Choose a tag to compare

Changelog

  • Setup.hs script.

friday v0.2

11 Jan 17:35
Compare
Choose a tag to compare

Changelog

Breaking changes

  • Origin is on the upper left corner of the image (was bottom left).
  • New simplified filters interface. The old interface is still used
    internally to create filters and is available in
    Vision.Image.Filter.Internal.
  • DevIL bindings (Vision.Image.Storage) are now in a separate package
    (friday-devil) and with an improved interface.
  • Benchmarks are now in a separate package (friday-bench).
  • Examples are now in a separate package (friday-examples).
  • Pixel instance is no more required for MaskedImage and Image instances.

Changes

  • SCW thresholding.
  • New types aliases for filters.
  • New (!) and (!?) operators for image and histogram indexing.
  • Classes and image types are in two different files (Vision.Image.Class and
    Vision.Image.Type).
  • NFData instance for Manifest images.

friday v0.1.5

15 Dec 18:58
Compare
Choose a tag to compare

friday v0.1.5