-
Notifications
You must be signed in to change notification settings - Fork 182
Add TGA support #233
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add TGA support #233
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this. Looks good! Some comments below. I should set up an analyzer for some of these style things to make reviews easier.
I always thought of these files as "Targa" files. Is "TGA" a more common name, or just the file extension? In general I've tried to use the friendly name in type names, directory Name
values, etc.
It is commonly known as TARGA, but that's the name of the video card it was used for. I stuck to the official name. |
Co-Authored-By: Drew Noakes <[email protected]>
Do you have some sample |
Some of the TGAs I tested on are from ezQuake: https://github.com/ezQuake/ezquake-media/tree/master/game/textures Specific files that might be useful:
Both have footers, but no extension/developer areas. |
Thanks! I fixed the merge conflicts and made a few other tweaks, verifying the output matches for the ezQuake sample images. |
No description provided.