Home > Web Front-end > PS Tutorial > Batch generate iOS icons using PhotoShop actions

Batch generate iOS icons using PhotoShop actions

高洛峰
Release: 2017-02-22 10:02:22
Original
2437 people have browsed it

  Isn’t it troublesome to make 10 or so different sizes every time you make an iOS application icon? Of course, what’s even more troublesome is that you need to re-save these different sizes and names after each modification; if you accidentally change the name and Getting the dimensions wrong can also cause unnecessary errors.

The action function of PhotoShop can solve this problem very well. We can record an action, automatically modify the 1024*1024 Icon to a different size and save it as a different name. Only 1024 icons are modified each time and then one action is executed to pull down all updates.

            1. Open a 1024*1024 icon picture and merge all layers to avoid the border and projection not scaling after changing the size.

                                                                     An action使用PhotoShop动作批量生成iOS图标

          4. Select the new action 1 and press the record button

               

                  5. Execute respectively: Image 》 Image Size 》 Size (such as: 512*512) 》 Save as (icon-512.png) 使用PhotoShop动作批量生成iOS图标

size and naming reference. Table below:

: 1: Only support the iPhone's APP icon requirements.

使用PhotoShop动作批量生成iOS图标

Size

File name

Purpose

Is it requiredRemarksThe file should be in PNG format , but do not use the .png suffix in the file name. None##114×114Icon@2x.pngHigh resolution iPhone 4 home screen Optional, but it is recommended to add None72×72Icon-72.pngMaster Screen, in order to be compatible with iPadOptional, but it is recommended to addNoneTable 2: Only supports iPad app icon requirements. Purpose
512×512 iTunesArtwork Ad Hoc iTunes Optional, but it is recommended to add
57×57 Icon.png iPhone/iPod touch App Store and Home screen Required
##29×29 Icon-Small.png Spotlight and settings app are optional, but it is recommended to add None
50×50 Icon-Small-50.png Spotlight, in order to be compatible with iPad If the app has a settings package, it is recommended to add it. Otherwise optional, but recommended.
58×58 Icon-Small@2x.png High resolution iPhone 4 Spotlight and Setting up app If the app has a settings package, it is recommended to add it. Otherwise optional, but recommended. None
Size File name
Is it required

Remarks##50×50Icon-Small-50.pngSpotlight for iPadOptional, but It is recommended to join. None29×29Icon-Small.pngiPad Settings appIf The app has a settings package, so it is recommended to join it. Otherwise optional, but recommended. none

Table 3: Universal app icon requirements.

512×512 iTunesArtwork Ad Hoc iTunes Optional, but it is recommended to add The file should be in PNG format , but do not use the .png suffix in the file name.
72×72 Icon-72.png iPad App Store and Home Screen Required None
##114×114Icon@2x.pngHigh resolution iPhone 4 home screenOptional, but it is recommended to add None72×72Icon-72.pngiPad App Store and Home ScreenMustNone29×29Icon-Small.pngSettings app for iPad and iPhone, Spotlight for iPhoneIf the app has a settings package, it is recommended to join it. Otherwise optional, but recommended. None50×50Icon-Small-50.pngSpotlight for iPad Optional, but recommended. 无58×58Icon-Small@2x.pngHigh resolution iPhone 4 Spotlight and Setting up appIf the app has a settings package, it is recommended to add it. Otherwise optional, but recommended. ##               6. After saving all the sizes and corresponding names, press Stop on the left side of the recording button. The effect is as follows:
Size File name Purpose Is it required Remarks
512×512 iTunesArtwork Ad Hoc iTunes Optional, but it is recommended to add The file should be in PNG format , but do not use the .png suffix in the file name.
57×57 Icon.png iPhone/iPod touch App Store and Home screen Required None

## 7. Okay, the next time the icon changes, or other applications need to make an icon, just open the picture of 1024*1024 to execute the recording of the recording The play button next to the button will automatically generate all the icon files!

8. The effect is as follows: 使用PhotoShop动作批量生成iOS图标

使用PhotoShop动作批量生成iOS图标

## This is more useful to use Photoshop action batch For related articles about generating iOS icons, please pay attention to the PHP Chinese website! 使用PhotoShop动作批量生成iOS图标

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template