0

Can anyone help me with this? I think it's a targa image enter image description here

2
  • Why do you think it's a targa format? Do you have the code that reads (or writes) such image files? Commented Sep 14, 2022 at 10:17
  • It's a texture from a ps2 game Commented Sep 15, 2022 at 17:32

1 Answer 1

1

If it is a Targa file, then based on the hex dump you've given us, it doesn't contain any image data. From Wikipedia:

The TARGA header format

They further say:

enter image description here

And in the hex dump you've provided, the third byte is a 00. This means that either 1) it's not a TARGA file, or 2) it's not a TARGA file that contains image data.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.