All Versions
17
Latest Version
Avg Release Cycle
147 days
Latest Release
-

Changelog History
Page 1

  • v1.5.6.0 Changes

    • โž• Addition of Bicubic interpolation (Thanks to @kirisaki)
  • v1.5.5.0 Changes

    March 01, 2020
    • Ability to encode animated gifs
  • v1.5.4.0 Changes

    November 23, 2019
    • โž• Addition of disable-chart flag
    • Bunch of semi-functional stuff from GSoC 2018
  • v1.5.3.0 Changes

    • ๐Ÿ›  Fixed FFT performace issue
    • โฌ‡๏ธ Reduced JuicyPixels module compile time and introduced conversion functions.
    • Created Filter and implemented few filters: gaussianBlur
    • Indroduced Seq format wrapper for sequence of images (eg. animated GIFs)
  • v1.5.2.0 Changes

    February 05, 2017
    • ๐Ÿ›  Fixed FFT performace issue
    • โฌ‡๏ธ Reduced JuicyPixels module compile time and introduced conversion functions.
    • Created Filter and implemented few filters: gaussianBlur
    • Indroduced Seq format wrapper for sequence of images (eg. animated GIFs)
  • v1.5.1.0 Changes

    January 29, 2017
    • ๐ŸŽ Significantly improved convolution performance.
    • ๐Ÿ‘Œ Improved exchanging representation between images, by removing Exchangable class, but keeping exchange function usage unchaged, thus it should be backwards compatible up to a type signature.
    • Created general fromVector to toVector functions
    • Brought back fromRepaArrayS and fromRepaArrayP functions [#6]
  • v1.5.0.0 Changes

    January 23, 2017
    • ๐Ÿ”จ Refactored Gray color space to be X, in order to reflect it's generality
    • ๐Ÿ“‡ Renamed few core functions:

      • mapPx -> liftPx,
      • zipWithPx -> liftPx2,
      • broadcastC -> promote,
      • singleton -> scalar.
    • upsample/downsample functions are now a lot more general.

  • v1.4.0.1 Changes

    January 16, 2017
    • ๐Ÿ›  Fixed the ability to construct complex images by installing Complex into Elevator
    • Made it possible to write complex images by concatenating real and imaginary part together.
    • ๐Ÿ›  Fixed writing images in other representation than VS.
  • v1.4.0.0 Changes

    January 16, 2017

    Major rewrite, with most of functionality is still backwards compatible, but with a some extra features.

    • Storable Repa and Vector representations through generic implementations
    • ColorSpace is more general allowing for non polymorphic Pixel types
    • Elevator works on base types rather than on pixels
    • Conversions from JuicyPixels and NetPbm is done through casting a Vector rather than through an explicit conversion.

    Major API changes:

    • Renaming RS and RP Repa representations into RSU and RPU.
    • Addition VS Storable Vector representationas well as RSS and RPS Storable Repa representations.
  • v1.3.0.0 Changes

    • Significantly simplified interface:
      • Removed ManifestArray, SequentialArray and MutableArray classes in favor of MArray.
    • ๐Ÿšš Rewrite of Repa image representations. Removed RD representation.
    • Introduced function canvasSize.