7 ms·
Ok I'm following along but how do I view the tga files that this program produces? Windows can't open them.
by 0x1ceb00da 2mo ago
Ok I'm following along but how do I view the tga files that this program produces? Windows can't open them.
- mhoela 2mo agoIrfanview?
- pjmlp 2mo agoNow that is an application I don't see in a long time, it used to be part of my default set of stuff to install on a new Windows PC.
- AlexeyBrin 2mo agoYou can replace the tga with bmp which is natively supported by Windows and not difficult to implement (if you prefer to use a C library look for stb libs).