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

Changelog History
Page 1

  • v9.0.1 Changes

    December 14, 2021

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed feature test in ServiceWorker, #255.
  • v9.0.0 Changes

    December 10, 2021

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed resize of images with transparency. Thanks to @chebum.

    ๐Ÿ”„ Changed

    • โฌ‡๏ธ Dropped .alpha option.
    • Increased 2x data precision between convolver passes.
  • v8.0.0 Changes

    November 22, 2021

    ๐Ÿ”„ Changed

    • Replaced .quality with .filter.
    • โž• Added mks2013 filter and use it by default.
  • v7.1.1 Changes

    November 22, 2021

    ๐Ÿ›  Fixed

    • ๐Ÿ‘ท Force webworker always return typed array, to avoid artifacts in Chrome, #223.
  • v7.1.0 Changes

    June 21, 2021

    ๐Ÿ”„ Changed

    • ๐Ÿ–จ In FireFox experimental resist fingerprinting mode pica.resize() now returns an error instead of returning random data, nodeca/image-blob-reduce#28.

    ๐Ÿ›  Fixed

    • ๐Ÿ’ป Images with Exif orientation are now resized correctly in Chromium-based browsers (it was previously broken in pica 7.0.0), #211.
  • v7.0.0 Changes

    May 23, 2021

    ๐Ÿ”„ Changed

    • [BREAKING] Rewrite unsharp mask, use V channel of HSV instead of L channel of HSL, to reduce color shift (#209).
    • [BREAKING] Unsharp mask options are now more close to Photoshop (unsharpAmount should be multiplied by 2 and unsharpThreshold should be divided by 2 if you switch from v6.x).
    • Splitted big Pica methods to smaller ones.
    • ๐Ÿ— Use docker to build webassembly modules.

    โž• Added

    • ๐Ÿ‘ท Use OffscreenCanvas when possible (extract image bitmap in webworker).
  • v6.1.1 Changes

    August 20, 2020

    ๐Ÿ›  Fixed

    • โ†ช Aded Safari canvas GC workaround, #199.
  • v6.1.0 Changes

    July 10, 2020

    โž• Added

    • ๐Ÿ‘ Aded OffscreenCanvas support, #195.
  • v6.0.0 Changes

    June 25, 2020

    ๐Ÿ”„ Changed

    • โ†ช Use dist/pica.js as main entry. No more workarounds needed for webpack.
    • ๐Ÿ“ฆ Avoid babelify dependency in dependent packages if browserify used.
    • ๐Ÿ— Rewrite build scripts.

    โž• Added

    • โž• Added ImageBitmap input support.
  • v5.3.0 Changes

    June 09, 2020

    ๐Ÿ”„ Changed

    • ๐Ÿ’ป Use derequire to allow nested browserify for /dist/pica.js.