iOS 아이콘 크기를 자동으로 조정하는 애플리케이션이 만들어졌습니다.

2623 단어 iOS9MaciOS
응용 프로그램이라는 AutoMator 워크플로우
차라리 조개 스크립트.
근데 이게 편하니까 UP.

사용법


여기서부터.
https://drive.google.com/folderview?id=0BwMN9FfQw1aocnA3dTBCdnphcUE&usp=sharing
다운로드
어디에다 두어도 좋다

1024×1024 pg 파일 버리기
(이름은 뭐든지 좋아요.)
그리고 데스크톱에 Icons라는 폴더와
icon_1024x1024.png을 생성합니다.

Icons 컨텐츠



ios 내용




조개각본
cd Desktop

outdir="Icons/ios"

if [ -e "icon_1024x1024.png"]; then
    BASE_FILE="icon_1024x1024.png"
fi

sips -Z 512 ${BASE_FILE} --out Icons/icon_512x512.png
sips -Z 29 ${BASE_FILE} --out ${outdir}/icon-small.png
sips -Z 58 ${BASE_FILE} --out ${outdir}/[email protected]
sips -Z 87 ${BASE_FILE} --out ${outdir}/[email protected]
sips -Z 80 ${BASE_FILE} --out ${outdir}/[email protected]
sips -Z 120 ${BASE_FILE} --out ${outdir}/[email protected]
sips -Z 57 ${BASE_FILE} --out ${outdir}/icon.png
sips -Z 114 ${BASE_FILE} --out ${outdir}/[email protected]
sips -Z 120 ${BASE_FILE} --out ${outdir}/[email protected]
sips -Z 180 ${BASE_FILE} --out ${outdir}/[email protected]
sips -Z 29 ${BASE_FILE} --out ${outdir}/icon-small.png
sips -Z 58 ${BASE_FILE} --out ${outdir}/[email protected]
sips -Z 40 ${BASE_FILE} --out ${outdir}/icon-40.png
sips -Z 80 ${BASE_FILE} --out ${outdir}/[email protected]
sips -Z 50 ${BASE_FILE} --out ${outdir}/icon-50.png
sips -Z 100 ${BASE_FILE} --out ${outdir}/[email protected]
sips -Z 72 ${BASE_FILE} --out ${outdir}/icon-72.png
sips -Z 144 ${BASE_FILE} --out ${outdir}/[email protected]
sips -Z 76 ${BASE_FILE} --out ${outdir}/icon-76.png
sips -Z 152 ${BASE_FILE} --out ${outdir}/[email protected]
sips -Z 167 ${BASE_FILE} --out ${outdir}/[email protected]

RM


어플을 만들 때 아이콘을 만들 때가 제일 즐거울 것 같아요.
그리고 나도 도서관 만드는 거 좋아해.
여러분들은 뭐가 제일 좋으세요?

좋은 웹페이지 즐겨찾기