Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I’m using Leopard. I already tried QuickLook plugins like QuickPVR and PVRUncrush, and they don’t work, as in nothing happens when I QuickLook. Also TexturePacker wouldn’t install in Leopard.

Oh, the textures are compressed using PVRTexTool

Anyone with ideas? Please and thank you.

share|improve this question
Isnt XCode showing them? In my setup XCode displays pvr files. – jaydee3 Mar 6 '12 at 12:16
xcode does, I'm using Unity, it shows it too, but I'm looking for a view for the Finder. thanks for the reply :) – purplelilgirl Mar 8 '12 at 3:12

1 Answer

up vote 0 down vote accepted

I don't know about viewer tools, but since PVR is just a compression format, you could use the PVRTex lib from PowerVR (free if you register on their site) to quickly write your own tool that decompresses the file and shows it in a window.

Alternatively, there is KaniTexTool (https://github.com/KageKirin/KaniTexTool) that could be used as a base for such a viewer.

An other way would be an app on iPhone that reads in the file from a webserver and displays it without any decompression since the PVR format is natively supported.

share|improve this answer
Thank you, I'll look into it :) – purplelilgirl Mar 6 '12 at 10:23

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.