Skip to content

ImageInfo.FrameMetadataCollection not populated for animated webp images #2992

@andreas-eriksson

Description

@andreas-eriksson

Prerequisites

  • I have written a descriptive issue title
  • I have verified that I am running the latest version of ImageSharp
  • I have verified if the problem exist in both DEBUG and RELEASE mode
  • I have searched open and closed issues to ensure it has not already been reported

ImageSharp version

3.1.11

Other ImageSharp packages and versions

N/A

Environment (Operating system, version and so on)

Windows

.NET Framework version

.NET 9

Description

The FrameMetadataCollection of ImageInfo is not populated for animated webp images and is always 0.

Steps to Reproduce

var imageInfo = Image.Identify(stream);
var numFrames = imageInfo.FrameMetadataCollection.Count;

Images

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions