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
Sometimes it happens to deal with plain ImageData, Uint8Array or ArrayBuffer pixels, but get baboon-image started I have a hard time remembering how to require/convert it to plain pixels from ndarray.
Is there any sense in making a plain buffer entry, like baboon-image/buffer.js or something? I can think
of baboon-image/ndarray, baboon-image/buffer, baboon-image/float32, baboon-image/uint8 entries, basically dtype-based.
Sometimes it happens to deal with plain ImageData, Uint8Array or ArrayBuffer pixels, but get baboon-image started I have a hard time remembering how to require/convert it to plain pixels from ndarray.
Is there any sense in making a plain buffer entry, like
baboon-image/buffer.js
or something? I can thinkof
baboon-image/ndarray
,baboon-image/buffer
,baboon-image/float32
,baboon-image/uint8
entries, basically dtype-based.audio-lena is built that way.
@mikolalysenko @rreusser thoughts?
The text was updated successfully, but these errors were encountered: