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
Short overview
nut.js uses BGR color mode internally (easier compatibility with OpenCV).
However, other image processing tools may rely on RGB color mode, so it would be beneficial to have utility function for converting between these two modes.