1

I am working on an OpenGL app on MAC OSX 10.6.x. I want to compress raw pixel data in the OpenGL app using PVRTC. Is there a PVRTC library for OSX that can help me?

Appreciate any pointers and thanks in advance.

John Qualis
  • 1,663
  • 4
  • 33
  • 52

1 Answers1

1

There's a command-line tool called texturetool that ships with the SDK. See Using texturetool to Compress Textures. You might also find useful tools included with the PowerVR Insider SDK.

Jim
  • 72,985
  • 14
  • 101
  • 108