Add a comment about HDR PNG

This commit is contained in:
Přemysl Eric Janouch 2022-01-13 21:09:05 +01:00
parent 8e8cf49343
commit 222ba6a060
Signed by: p
GPG Key ID: A0420B94F92B9493
1 changed files with 2 additions and 0 deletions

View File

@ -768,6 +768,8 @@ open_wuffs(wuffs_base__image_decoder *dec, wuffs_base__io_buffer src,
.dec = dec, .src = &src, .target = profile};
// TODO(p): PNG text chunks (Wuffs #58).
// TODO(p): See if something could and should be done about
// https://www.w3.org/TR/png-hdr-pq/
wuffs_base__image_decoder__set_report_metadata(
ctx.dec, WUFFS_BASE__FOURCC__EXIF, true);
wuffs_base__image_decoder__set_report_metadata(