SDWebImage / SDWebImageSwiftUI

SwiftUI Image loading and Animation framework powered by SDWebImage
https://sdwebimage.github.io/SDWebImageSwiftUI
MIT License
2.18k stars 225 forks source link

Allows to use UIImage/NSImage as defaults when init the AnimatedImage with JPEG data #277

Closed dreampiggy closed 11 months ago

dreampiggy commented 11 months ago

This match the behavior when passing with the JPEG url initializer

This close https://github.com/SDWebImage/SDWebImage/issues/3625

dreampiggy commented 11 months ago

@hstdt Does this fix your issue ? We can release a new beta version.

Or if you want the 2.x (This 3.x changes the API of WebImage/AnimatedImage to match Apple's AsyncImage). We can backport this commits and release another 2.x version

dreampiggy commented 11 months ago

@hstdt Released both v2.2.4 version as well as the 3.0.0-beta.2 (Which drop iOS 13 and use AsyncImage like API)