mirrored from https://skia.googlesource.com/skia
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[rust png] Parse orientation from the
eXIf
chunk.
This CL parses the `eXIf` data reported by the `png` crate and exposes the image orientation (`SkEncodedOrigin`) through `SkCodec`'s public API. This CL depends on `png` crate populating/reporting the decoded `eXIf` chunk's data - this is being implemented in image-rs/image-png#568 Bug: chromium:390707316 Change-Id: Ieaf05c772e7a74492f5312f103b132bc888806d4 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/937702 Reviewed-by: Florin Malita <[email protected]> Commit-Queue: Łukasz Anforowicz <[email protected]>
- Loading branch information
1 parent
73a5aec
commit 4ff2e3a
Showing
7 changed files
with
56 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters