Closed omnisip closed 4 years ago
Uses Uint8Array with 0.5 addition to match how this round behavior works in Weber SSIM. Single loop instead of a double loop. Inlined the luma function. Uses a shallow copy with Array.from to ensure that no unnecessary copies are made.
This is great!
:tada: This PR is included in version 3.1.2 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Uses Uint8Array with 0.5 addition to match how this round behavior works in Weber SSIM. Single loop instead of a double loop. Inlined the luma function. Uses a shallow copy with Array.from to ensure that no unnecessary copies are made.