Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS: How to reduce image size for splashscreen

For a universal app to support iphones and ipads, there are several resolutions, retina or non-retina screen, portrait and landscape orientation, so that there would be many *.png, this will hugely increase the final size of app bundle size.

Is there any good advice for reduce image sizes?

like image 870
fifth Avatar asked Jan 15 '23 02:01

fifth


1 Answers

You can try Imageoptim, which can optimize also png and jpeg images.

like image 192
Mil0R3 Avatar answered Jan 22 '23 16:01

Mil0R3