istereo2
diff ios/icons/mkicons @ 16:1b7776cb800b
ios version done
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Thu, 01 Oct 2015 07:54:57 +0300 |
parents | dc735bdeeb8a |
children |
line diff
1.1 --- a/ios/icons/mkicons Wed Sep 30 04:41:21 2015 +0300 1.2 +++ b/ios/icons/mkicons Thu Oct 01 07:54:57 2015 +0300 1.3 @@ -49,6 +49,9 @@ 1.4 convert $srclaunch -resize ${xsz}x${ysz}^ \ 1.5 -gravity Center -crop ${xsz}x${ysz}+0+0 +repage \ 1.6 $out 1.7 + 1.8 + echo "rotating for landscape-$out (${ysz}x${xsz})" 1.9 + convert $out -rotate 90 landscape-$out 1.10 } 1.11 1.12 echo "Generating icons ..."