Is your feature request related to a use case or a problem you are working on? Please describe.
I want to access metadata attributes from an animated WebP / APNG, like disposal, frame duration, etc.
Describe the solution you'd like
I want to get the attributes like ImageIO GIFImageMetadata, or at least in a similar way.
Describe alternatives you've considered
Getting the image buffer and manually searching for headers like ANIM, ANMF, etc
Additional context
I found out the WebPImageMetadata class has a todo: // TODO: Get useful text nodes from EXIF or XMP. These are closely related as they're also headers.
Is your feature request related to a use case or a problem you are working on? Please describe.
I want to access metadata attributes from an animated WebP / APNG, like disposal, frame duration, etc.
Describe the solution you'd like
I want to get the attributes like ImageIO GIFImageMetadata, or at least in a similar way.
Describe alternatives you've considered
Getting the image buffer and manually searching for headers like ANIM, ANMF, etc
Additional context
I found out the WebPImageMetadata class has a todo: // TODO: Get useful text nodes from EXIF or XMP. These are closely related as they're also headers.