iOS 아이콘 크기를 자동으로 조정하는 애플리케이션이 만들어졌습니다.
차라리 조개 스크립트.
근데 이게 편하니까 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
어플을 만들 때 아이콘을 만들 때가 제일 즐거울 것 같아요.
그리고 나도 도서관 만드는 거 좋아해.
여러분들은 뭐가 제일 좋으세요?
Reference
이 문제에 관하여(iOS 아이콘 크기를 자동으로 조정하는 애플리케이션이 만들어졌습니다.), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/ObuchiYuki/items/26ddf74943e0eda74ccc
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
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]
Reference
이 문제에 관하여(iOS 아이콘 크기를 자동으로 조정하는 애플리케이션이 만들어졌습니다.), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/ObuchiYuki/items/26ddf74943e0eda74ccc텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)