I’m using a background image, and I would like it to weigh little without losing quality.
I found this option in Xcode.
Project-> Packaging -> Compress PNG Files
This would help me to improve file sizes?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The format to use images is the
PNG-24file format, since it provides the highest quality image perpixelin the lowest file size. Also, in ios development, png is favored because of the multiple formatting and optional editing.Most importantly, PNG is a lossless compression formatt, that means it compresses images without losing any quality.