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

Question: Impact on quality of image #135

Closed CollinAlpert closed 3 years ago

CollinAlpert commented 3 years ago

I have a question. Does using this library impact the quality of the downloaded image? I am having some trouble with slightly blurry images in my SwiftUI application and was wondering if the library could be what's causing it.

dmytro-anokhin commented 3 years ago

Hey, the image size is limited to 1000x1000px by default. You can change it, or remove the limit completely, using maxPixelSize property.