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
The text was updated successfully, but these errors were encountered:
imranbarbhuiya
changed the title
reading valid png throws Uncaught Error: unrecognised content at end of stream in new version
reading png throws Uncaught Error: unrecognised content at end of stream in new version
Sep 24, 2023
imranbarbhuiya
changed the title
reading png throws Uncaught Error: unrecognised content at end of stream in new version
reading png throws Uncaught Error: unrecognised content at end of stream after 0.17.0 version
Sep 24, 2023
Expected Behavior
Jimp should read the image properly
Current Behavior
Jimp is throwing
Uncaught Error: unrecognized content at end of stream
Failure Information (for bugs)
after debugging, I found using
pngjs
v5 works fine but since jimp is now usingpngjs
v6 so it's throwing this errorSteps to Reproduce
use
Screenshots
Context
Failure Logs
The text was updated successfully, but these errors were encountered: