Skip to content

Instantly share code, notes, and snippets.

@killingmichael
killingmichael / InflatePVRCCZTexture.rb
Created July 7, 2012 23:49
Convert a .pvr.ccz texture to an decompressed / inflated .pvr texture
#
# InflatePVRCCZTexture.rb - By Michael J. Sikorsky @robotsNpencils
# Converts .pvr.ccz textures to .pvr
#
# Usage: ruby InflatePVRCCZTexture.rb {INPUT FILE.pvr.ccz} {OUTPUT FILE.pvr}
# Example:
# ruby InflatePVRCCZTexture.rb agametexture.pvr.ccv agametexture.pvr
#
# README: