Do internal images need many resolutions?

Most of the answers I've seen relate to buttons and icons, but what about images? I have several photos in the database of my application, and my question is: should I have many versions of each image (one for each resolution) or scale the image?

+3
source share
2 answers

scaling images may be a good approach, but you can save some format for caching and avoid processor processing. you cannot choose only one, you can combine.

0
source

, , @2x . ....

, - .png .jpeg - , . UIImage ...

0

All Articles