Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upHandle 16-bit chennels by stripping them to 8-bit. #57
Conversation
|
Hello! Anybody here? |
|
Sorry about this; we've been swamped by upgrading Servo to use the 1.0 alpha. I'll find someone willing to sign off on this change. |
|
Actually, having read http://www.libpng.org/pub/png/libpng-1.0.3-manual.html this change looks fine to me. Thanks! |
jdm
added a commit
that referenced
this pull request
Jan 28, 2015
Handle 16-bit chennels by stripping them to 8-bit.
|
Want to submit a PR to Servo as well that includes the result of |
bors-servo
pushed a commit
to servo/servo
that referenced
this pull request
Jan 29, 2015
Update to new version of PNG library. See earlier pull reqest for PNG lib: servo/rust-png#57
bors-servo
pushed a commit
to servo/servo
that referenced
this pull request
Jan 30, 2015
Update to new version of PNG library. See earlier pull reqest for PNG lib: servo/rust-png#57
jrmuizel
pushed a commit
to jrmuizel/gecko-cinnabar
that referenced
this pull request
Jun 12, 2017
Update to new version of PNG library. See earlier pull reqest for PNG lib: servo/rust-png#57 Source-Repo: https://github.com/servo/servo Source-Revision: 06cedc8317663a71c06f0a2a482f2b4c3759b6be
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-comments-removed
that referenced
this pull request
Sep 30, 2019
Update to new version of PNG library. See earlier pull reqest for PNG lib: servo/rust-png#57 Source-Repo: https://github.com/servo/servo Source-Revision: 06cedc8317663a71c06f0a2a482f2b4c3759b6be UltraBlame original commit: 5a3604a4364f66785fee278ffd868876b0123937
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-wordified
that referenced
this pull request
Oct 1, 2019
Update to new version of PNG library. See earlier pull reqest for PNG lib: servo/rust-png#57 Source-Repo: https://github.com/servo/servo Source-Revision: 06cedc8317663a71c06f0a2a482f2b4c3759b6be UltraBlame original commit: 5a3604a4364f66785fee278ffd868876b0123937
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-wordified-and-comments-removed
that referenced
this pull request
Oct 1, 2019
Update to new version of PNG library. See earlier pull reqest for PNG lib: servo/rust-png#57 Source-Repo: https://github.com/servo/servo Source-Revision: 06cedc8317663a71c06f0a2a482f2b4c3759b6be UltraBlame original commit: 5a3604a4364f66785fee278ffd868876b0123937
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
zarazek commentedJan 22, 2015
This page: http://betterexplained.com/articles/linear-algebra-guide/ was causing Servo crash because of 16-bit grayscale images. Patch fixes this.