SDWebImage / SDWebImageSwiftUI

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

Resize and Cache Images After Download of Full-size Image #134

Closed Cyclic closed 3 years ago

Cyclic commented 3 years ago

I am attempting to resize images after downloading the full-size image. Is this possible, and can you provide some direction on best practices?

Thanks in advance!

dreampiggy commented 3 years ago

Just use the SDWebImage's Image Transformer.

See wiki about this: https://github.com/SDWebImage/SDWebImage/wiki/Advanced-Usage#image-transformer-50