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
Should look into supporting more formats, especially GIF which could be a common scenario for such a library considering the context.
Such would require special-casing image data reading for gif, forking the library we use for such currently, or eventually maybe even getting fully rid of the library? I'm thinking the second sounds best and JavaScript could support it really, really well.
This will also require wrapping data manipulation to take the matrix to work over as an argument so we can iterate every frame of a GIF.
The text was updated successfully, but these errors were encountered:
Should look into supporting more formats, especially GIF which could be a common scenario for such a library considering the context.
Such would require special-casing image data reading for gif, forking the library we use for such currently, or eventually maybe even getting fully rid of the library? I'm thinking the second sounds best and JavaScript could support it really, really well.
This will also require wrapping data manipulation to take the matrix to work over as an argument so we can iterate every frame of a GIF.
The text was updated successfully, but these errors were encountered: