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
Just ran into this use case when trying to use apply-cube-lut with this package. When converting RGBA channels to 0-1 values they were being rounded down.
Would be good to support the same values as the 2nd argument for ndarray-from-image.
Would be nice to provide various output data formats, not necessarily ndarray:
For example:
getPixels(src, { dtype: 'uint8' }, cb)
The text was updated successfully, but these errors were encountered: