yeatse / KingfisherWebP

Elegantly handle WebP format with Kingfisher.
MIT License
304 stars 73 forks source link

Image Frame count #52

Closed danielebogo closed 3 years ago

danielebogo commented 3 years ago

What it does?

Kingfisher #1647 introduced the imageFrameCount property to store the frame count value for animated image. This PR assigned the frame count value when KFCrossPlatformImage is created.

This PR also bump the KingfisherWebP version and refers to Kingfisher 6.2 as minimum version.

How to test?

• CI should be happy

yeatse commented 3 years ago

Thanks for it 😃