I have interesting question.
Do you know of any component to read/write PVRTC iPhone files in Delphi?
A PVRTC file is a file that is compressed using the PVRTC format.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
A quick google has uncovered the PVRTexLib library, which can be converted using the header conversion tools into .pas files which can be linked to your application, and then you just use the relevant .dll with your application.
These are not direct delphi components, but it should be possible to convert the data that is produced from reading the library into a delphi bitmap image.