Replies: 1 comment 6 replies
-
You could use the var count = MagickImageInfo.ReadCollection("yourFile.webp").Count(); And if you only want the first frame you can do this: using (var image = new MagickImage("yourFile.webp"))
{
} |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there any way to find if webp files are animated or not?
And can I load just the first frame if it has multiple and save on some processing time?
Beta Was this translation helpful? Give feedback.
All reactions