| http://www.w3.org/ns/prov#value | - can decode PVRTC data and determine the width and height1.here is an example of loading a 512x512 PVRTC texture using the default texturetool settings: NSString *path = [[NSBundle mainBundle] pathForResource:@texture ofType:@pvrtc]; NSData *texData = [[NSData alloc] initWithContentsOfFile:path]; // This assumes that source PVRTC image is 4 bits per pixel and RGB not RGBA // If you
|