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

Support JPEG restart markers #21

Open
netdown opened this issue Aug 23, 2016 · 2 comments
Open

Support JPEG restart markers #21

netdown opened this issue Aug 23, 2016 · 2 comments

Comments

@netdown
Copy link

netdown commented Aug 23, 2016

Hi,
I'm getting this unknown JPEG marker error with files which seem to be ok, editing softwares like PS and others open it without a problem. Isn't there a way to ignore this error or something to be able to open theese images? (decoder.js line 757)

@derrell
Copy link

derrell commented Sep 9, 2016

I'm seeing this too. More specifically, it is JPEG restart markers (ffd1 to ffd7) that are causing the problem. This checked stackoverflow response provides the likely fix to this problem: http://stackoverflow.com/questions/8748671/jpeg-restart-markers

@benwiley4000 benwiley4000 changed the title Unknown JPEG marker error JPeg restart markers error Jul 15, 2017
@benwiley4000
Copy link
Collaborator

benwiley4000 commented Jul 15, 2017

Thanks @netdown for flagging the issue and @derrell for linking to that stackoverflow answer specifying how it could be solved. We'll accept a PR that resolves this one! 😄

@patrickhulce patrickhulce changed the title JPeg restart markers error Support JPEG restart markers Jul 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants