Skip to content
New issue

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

Use latest jpeg-js package that fixes "unknown jpeg marker" error #424

Merged

Conversation

carterbancroft
Copy link
Contributor

Fixes: #177

When opening JPGs with fill bytes it will fail with the error "unknown JPEG marker ffff" even though it's a valid jpg. The issue has been fixed in the jpeg-js repo with this PR jpeg-js/jpeg-js#32.

These changes add no new linting issues but oiliver-moran/jimp:master seems to have linting issues on it's own, which I've ignored in this PR.

@carterbancroft
Copy link
Contributor Author

I'm a little unsure about how much this PR changed the package-lock.json. If it seems like a problem, let me know and I can uncommit.

@peter-mouland
Copy link

peter-mouland commented Apr 4, 2018

different versions of npm produce different lock files, maybe it's that. I wouldn't worry about it too much - they're are quite painful to work with across distributed teams!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

unknown JPEG marker ffff
3 participants