We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Truevision TGA or TARGA files are a relatively simple raster image format, comparable to BMP.
I wanted to add TGA support, but it was hard to find good information about it like a spec
So far the closest I can find to a spec is http://www.paulbourke.net/dataformats/tga/.
(I was reminded that we previously mentioned TGA support after coming across rdopng, which supports TGA and QOI.)
The text was updated successfully, but these errors were encountered:
I was looking into this a while ago, but I couldn't find any complete spec, just partial ones like this one. I'd have to do more research.
Sorry, something went wrong.
What about this? https://www.loc.gov/preservation/digital/formats/fdd/fdd000180.shtml It links to https://www.dca.fee.unicamp.br/~martino/disciplinas/ea978/tgaffs.pdf, an official spec from Truevision.
Seems good enough from a cursory glance.
No branches or pull requests
Truevision TGA or TARGA files are a relatively simple raster image format, comparable to BMP.
So far the closest I can find to a spec is http://www.paulbourke.net/dataformats/tga/.
(I was reminded that we previously mentioned TGA support after coming across rdopng, which supports TGA and QOI.)
The text was updated successfully, but these errors were encountered: