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
img_in(3-dimensional numpy array of floats (r/g/b/a) in range 0.0-255.0): Layer to be blended with image
It could be worth exploring solutions like https://github.com/ramonhagenaars/nptyping, since I don't think numpy type hints are supported by Python natively at this point.
We should add type hints to improve clarity regarding inputs and outputs.
The text was updated successfully, but these errors were encountered: