-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Add apng that uses cICP #43980
Add apng that uses cICP #43980
Conversation
There are no reviewers for this pull request besides its author. Please reach out on the chat room to get help with this. Thank you! |
@ProgramMax I thought that you had been added as a reviewer for WPT PNG tests, but it seems not. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
non-OWNER LGTM
@ProgramMax you are listed here as a reviewer, maybe it needs some other permission as well. |
@annevk perhaps you could review? |
@svgeesus you should ask on the Matrix chat to get @ProgramMax added as a committer. |
* add apng that uses cICP * add set timeout exception for new APNG test * Use stable URL for spec link * typo, add .html
Test image has
IHDR
,cICP
,acTL
,IDAT
,fcTL
,fdAT
,IEND
cICP
is 12, 13, 0, 1 ie Display P3Animation has one frame, static image is not part of the animation.
The static image is P3 red, the first frame in the fdAT is srgb lime converted to Display P3.
sRGB lime = color(display-p3 0.4584 0.9853 0.2983)
So the displayed result should be sRGB lime, converted back from Display P3