I am looking for a small and free TGA image loading class or library for java.
Ideally the result is a BufferedImage.
Yes, I have already googled, but most results are outdated, or are quite big libraries that contain a lot of other stuff i dont need. I am looking for something small and simple that reads just TGA images.
Thanks!
We use this class copied from some open source project to read TGA files. It’s really old. It can only handle Targa files with most basic encoding. Give it a try.