You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Causes thing like black pixels (0x000000) be read as (0x010101), or (0x808080) as (0x767676)...
Noticed from unit testing the image metrics (js-tests)...
Output values were off because of this?
The text was updated successfully, but these errors were encountered:
Look into canvas alpha premultiplication issues?
https://stackoverflow.com/a/42294622/883015
Causes thing like black pixels (0x000000) be read as (0x010101), or (0x808080) as (0x767676)...
Noticed from unit testing the image metrics (js-tests)...
Output values were off because of this?
The text was updated successfully, but these errors were encountered: