dmytro-anokhin/url-image

Question: Impact on quality of image

CollinAlpert opened this issue · 1 comments

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.

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