We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Image used:
I'm using await IJS.Image.load(Data) (Data is the raw image data loaded using the FileReader.readAsArrayBuffer method) to load the image.
await IJS.Image.load(Data)
Data
FileReader.readAsArrayBuffer
The text was updated successfully, but these errors were encountered:
The library we use to decode pngs does not support interlacing yet.
See image-js/fast-png#28
Sorry, something went wrong.
No branches or pull requests
Image used:
I'm using
await IJS.Image.load(Data)
(Data
is the raw image data loaded using theFileReader.readAsArrayBuffer
method) to load the image.The text was updated successfully, but these errors were encountered: