Skip to content

Instantly share code, notes, and snippets.

@akehoyayoi
Last active August 29, 2015 14:28
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akehoyayoi/9c44f1b911c30ae0d491 to your computer and use it in GitHub Desktop.
Save akehoyayoi/9c44f1b911c30ae0d491 to your computer and use it in GitHub Desktop.
from *.png to *.pvr
for i in *.png ; do /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/texturetool -e PVRTC --bits-per-pixel-4 -o "${i%.png}.pvr}" -f PVR $i ; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment