All Versions
48
Latest Version
Avg Release Cycle
74 days
Latest Release
857 days ago

Changelog History
Page 4

  • v2.0.6 Changes

    August 04, 2016

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix tiler math: bad rounding could produce tiles out of src area, #61.
  • v2.0.5 Changes

    July 19, 2016

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix mem leak: release objectURL, used to create Web Workers.
  • v2.0.4 Changes

    June 24, 2016

    ๐Ÿ”„ Changed

    • Deps bump (webworkify). Previous version had problems with IE Edge, #56.
  • v2.0.3 Changes

    June 07, 2016

    ๐Ÿ”„ Changed

    • ๐Ÿš€ Deps bump. Use fresh webworkify with proper ObjectURL release, #55.
  • v2.0.2 Changes

    March 30, 2016

    ๐Ÿ”„ Changed

    • Optimised previous fix.
  • v2.0.1 Changes

    March 30, 2016

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed garbage on image edge tiles when alpha exists.
  • v2.0.0 Changes

    March 12, 2016

    โž• Added

    • ๐Ÿ‘Œ Support Image() as input src.

    ๐Ÿ”„ Changed

    • Architecture rework: images are now splitted to tiles to restrict memory use and allow parallel processing.
    • ๐Ÿ‘ท Built-in WebWorkers manager to use all available CPU cores.
    • ๐Ÿ”‹ Feature flags (WW, WEBGL) are forced to false after resize call, if feature not supported or disabled due fatal error.
    • unsharpRadius range restricted to 0.5..2.0.
    • 0๏ธโƒฃ Experimental code for WebGL support (noisy & buggy, disabled by default).
    • ๐Ÿ‘ท .resizeBuffer() is no longer recommended for use. It does not use webworkers anymore (and option transferable is not used too).
  • v1.1.1 Changes

    November 10, 2015

    ๐Ÿ”„ Changed

    • โฌ†๏ธ Bumped glur version to fix bug in unsharp mask with vertical images.
  • v1.1.0 Changes

    November 09, 2015

    ๐Ÿ”„ Changed

    • Unsharp mask now useable.
  • v1.0.8 Changes

    October 28, 2015

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed brightness loss due missed value rounding in convolvers.