dmytro-anokhin / url-image

AsyncImage before iOS 15. Lightweight, pure SwiftUI Image view, that displays an image downloaded from URL, with auxiliary views and local cache.
MIT License
1.1k stars 96 forks source link

GIF Animation Implementation #179

Open 0xfeedface1993 opened 4 months ago

0xfeedface1993 commented 4 months ago
  1. Added support for GIF animation with the introduction of GIFImage.
  2. Optimized memory usage by introducing the ability to set maxPixesSize, effectively reducing memory footprint.
0xfeedface1993 commented 4 months ago

65 #43