fdAT
fdAT is a PNG extension chunk type used in Animated Portable Network Graphics (APNG). It carries the image data for frames beyond the first frame in an APNG animation. In APNG, the first frame is stored as a standard PNG image using the usual IHDR, IDAT, and other chunks. Additional frames use a combination of fcTL (frame control) to describe timing and disposal, and one or more fdAT chunks to provide the actual image data for those frames.
Each fdAT chunk contains a 4-byte sequence number followed by payload data that is effectively the same
The APNG file-wide header acTL indicates the number of frames and plays, while per-frame control is defined
Compatibility notes: APNG and its fdAT chunks are not universally supported by all PNG-reading software. Some