pica v7.0.0 Release Notes

Release Date: 2021-05-23 // almost 3 years ago
  • ๐Ÿ”„ 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).