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 upadd support for transparent png #13
Merged
Conversation
This comment has been minimized.
This comment has been minimized.
larsbergstrom
commented on a7d6ec6
Nov 19, 2013
|
These changes look good to me. I will check with jack before merging this (and approving the servo) prs to make sure it doesn't conflict with or rely on rustpkg upgrades to land. |
larsbergstrom
added a commit
that referenced
this pull request
Nov 19, 2013
add support for transparent png
This comment has been minimized.
This comment has been minimized.
|
This patch is for: |
bors-servo
pushed a commit
to servo/servo
that referenced
this pull request
Nov 20, 2013
Modified to use libpng to read .png files. We use stb_image to read all other image files. This requires updated submodule: servo/rust-png#13 This patch is for: #1279
bors-servo
pushed a commit
to servo/servo
that referenced
this pull request
Nov 20, 2013
Modified to use libpng to read .png files. We use stb_image to read all other image files. This requires updated submodule: servo/rust-png#13 This patch is for: #1279
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-comments-removed
that referenced
this pull request
Sep 30, 2019
…nsparent_png); r=larsbergstrom Modified to use libpng to read .png files. We use stb_image to read all other image files. This requires updated submodule: servo/rust-png#13 This patch is for: servo/servo#1279 Source-Repo: https://github.com/servo/servo Source-Revision: 052a543f140c68dfd45e334e359dd3c0f2910d08 UltraBlame original commit: 5faf91b3fa1a61e3b286471b8192cd4abe6760ec
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-wordified
that referenced
this pull request
Sep 30, 2019
…nsparent_png); r=larsbergstrom Modified to use libpng to read .png files. We use stb_image to read all other image files. This requires updated submodule: servo/rust-png#13 This patch is for: servo/servo#1279 Source-Repo: https://github.com/servo/servo Source-Revision: 052a543f140c68dfd45e334e359dd3c0f2910d08 UltraBlame original commit: 5faf91b3fa1a61e3b286471b8192cd4abe6760ec
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-wordified-and-comments-removed
that referenced
this pull request
Oct 1, 2019
…nsparent_png); r=larsbergstrom Modified to use libpng to read .png files. We use stb_image to read all other image files. This requires updated submodule: servo/rust-png#13 This patch is for: servo/servo#1279 Source-Repo: https://github.com/servo/servo Source-Revision: 052a543f140c68dfd45e334e359dd3c0f2910d08 UltraBlame original commit: 5faf91b3fa1a61e3b286471b8192cd4abe6760ec
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.
ryanhc commentedNov 19, 2013
Updated rust-png to support transparent png