pica v2.0.0 Release Notes

Release Date: 2016-03-12 // about 8 years ago
  • โž• 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).