The Third Edition of Portable Network Graphics (PNG) today became a W3C Standard.

It adds support for High Dynamic Range (HDR), and adds Animated PNG to the official standard.

https://www.w3.org/TR/png-3/

Portable Network Graphics (PNG) Specification (Third Edition)

This document describes PNG (Portable Network Graphics), an extensible file format for the lossless, portable, well-compressed storage of static and animated raster images. PNG provides a patent-free replacement for GIF and can also replace many common uses of TIFF. Indexed-color, greyscale, and truecolor images are supported, plus an optional alpha channel. Sample depths range from 1 to 16 bits.

@svgeesus nice! looking forward to being able to store PQ quantised images losslessly this way ^^

@gsuberland yes, both BT.2100 PQ and P3D65 PQ are supported

We also support Content Light Level (MaxFALL, MaxCLL) and Mastering Display Color Volume.

@svgeesus is P3D65 PQ a different transfer curve? I always thought it was mathematically identical to the BT.2100 PQ curve, although admittedly I never looked at the P3 stuff very hard.