You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This happens because you are loading the animated image, but the resize method just resizes and return the first frame.
SkiaSharp is designed for drawing things to a screen as fast as possible. One of its limitations is the ability to generate complex files - like animated images or encoding codecs.
ImageSharp (https://github.com/SixLabors/ImageSharp) may be able to do this. That library focuses on image loading, manipulation and encoding - among other things.
I will close this issue for now as this particular feature is out of scope of SkiaSharp.
Description
I try to crop .webp
But they down have animation after i finish
Could u please provide an example of croping webp images
Code
Expected Behavior
new .webp image have animation
Actual Behavior
new .webp image dont have animation
Version of SkiaSharp
2.88.3 (Current)
Last Known Good Version of SkiaSharp
2.88.2 (Previous)
IDE / Editor
Visual Studio (Windows)
Platform / Operating System
Windows
Platform / Operating System Version
No response
Devices
No response
Relevant Screenshots
No response
Relevant Log Output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: