SixLabors / ImageSharp

:camera: A modern, cross-platform, 2D Graphics library for .NET
https://sixlabors.com/products/imagesharp/
Other
7.31k stars 846 forks source link

Fix WebP animation speed bug #2624

Closed marklagendijk closed 7 months ago

marklagendijk commented 8 months ago

Prerequisites

Description

Milliseconds is the milli seconds component of the TimeSpan, TotalMilliseconds is the entire TimeSpan expressed as milliseconds.

Example, Timespan of 3.5 seconds:

Fixes #2619