网站开发企业标准,宁德市公共资源交易中心,做盗版漫画网站,从事网站建设的工资在APP上架前#xff0c;一次一次自己剪裁上架需要的各个尺寸的Icon不是程序员该干的事#xff0c;使用Mac中自带的sips工具可以解决这个需求。关于sips#xff0c;在终端中直接执行可以出现以下信息#xff1a;sips 10.4.4 - scriptable image processing system.This tool…在APP上架前一次一次自己剪裁上架需要的各个尺寸的Icon不是程序员该干的事使用Mac中自带的sips工具可以解决这个需求。关于sips在终端中直接执行可以出现以下信息sips 10.4.4 - scriptable image processing system.This tool is used to query or modify raster image files and ColorSync ICC profiles.Its functionality can also be used through the Image Events AppleScript suite.Try sips --help or sips --helpProperties for help using this tool它一个脚本图像处理系统可用于查询和修改图像文件。下面是刚写的IOS App Icon裁剪脚本保存成一个.sh文件在终端里输入sh xx.sh就可以执行了#!/bin/shfilenameicon.pngdirnamecutimgname_array(Icon-29.png Icon-292x.png Icon-402x.png Icon-57.png Icon-572x.png Icon-120.png)size_array(29 58 80 57 114 120)mkdir $dirnamefor ((i0;im_dir$dirname/${name_array[i]}cp $filename $m_dirsips -Z ${size_array[i]} $m_dirdone