Alamofire / AlamofireImage

AlamofireImage is an image component library for Alamofire
MIT License
3.99k stars 523 forks source link

image size is compressed #355

Closed shona3n closed 5 years ago

shona3n commented 5 years ago

I used responseImage to get a image. The image's size is 225*146, but the real size is 450*292. How could I get the image with original size ?

jshier commented 5 years ago

This is the nature of retina devices: an image's native resolution is halved when it's displayed at 2x. The actual resolution of the image is unchanged, it's just displayed at a screen point resolution that's half.