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

Fails to parse valid png with 'unknown filtered scanline' #4

Open
YenTheFirst opened this issue Feb 1, 2013 · 1 comment
Open

Fails to parse valid png with 'unknown filtered scanline' #4

YenTheFirst opened this issue Feb 1, 2013 · 1 comment

Comments

@YenTheFirst
Copy link

The attached image appears to be a valid png (browsers and image editors can open it), but PNG.js can't parse it, returning an error 'unknown filtered scanline'.

This appears to be a different parsing problem, so I'm opening it up as a second issue

unknown_filtered_scanline

(url = https://f.cloud.github.com/assets/444387/117028/ac4f8486-6c17-11e2-845b-85e7234f6211.png)

@photopea
Copy link

photopea commented Mar 29, 2017

Hi, there are about 15 PNG libraries on Github, which haven't been updated for years. That's why I wrote my own library UPNG.js - maybe you can use it instead. https://github.com/photopea/UPNG.js I just tested your image and it was parsed correctly (with UPNG.js).

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

No branches or pull requests

2 participants