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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Modify the ImageData interface to hold a reference to the image's pixel data, enhancing the efficiency of data handling.
Add the image feature, making the dependency on the image crate optional. This allows for more flexibility in feature usage.
Add the wasm feature, ensuring proper resolution of dependencies for WebAssembly targets. This enhances the library's compatibility with wasm-based applications.