Guest User

Untitled

a guest
Jun 21st, 2015
291
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. #!/bin/bash
  2. f=$(pwd)
  3.  
  4. sips --resampleWidth 1024 "${f}/${1}" --out "${f}/[email protected]"
  5.  
  6. sips --resampleWidth 57 "${f}/${1}" --out "${f}/app-icon.png"
  7. sips --resampleWidth 114 "${f}/${1}" --out "${f}/[email protected]"
  8.  
  9. sips --resampleWidth 29 "${f}/${1}" --out "${f}/app-icon-29.png"
  10. sips --resampleWidth 58 "${f}/${1}" --out "${f}/[email protected]"
  11. sips --resampleWidth 87 "${f}/${1}" --out "${f}/[email protected]"
  12.  
  13. sips --resampleWidth 80 "${f}/${1}" --out "${f}/[email protected]"
  14. sips --resampleWidth 120 "${f}/${1}" --out "${f}/[email protected]"
  15.  
  16. sips --resampleWidth 120 "${f}/${1}" --out "${f}/[email protected]"
  17. sips --resampleWidth 180 "${f}/${1}" --out "${f}/[email protected]"
Advertisement
Add Comment
Please, Sign In to add comment