3 Sep
2011
3 Sep
'11
4:43 p.m.
Jason,
I don't suppose there's any corners or center-mag info hiding in the fractXXX.tga image header? It doesn't look like it, but it never hurts to ask. It's not critical, as I can find other ways to get that info (i.e., from a PAR), but it's be oh-so-handy if I could just read it from the TGA...
No, the only additional information we put in the tga header is maxit as the first four bytes after the header. Anything we add is nonstandard and can potentially break other programs that read tga files. I could add the center-mag information in the 252 bytes left to play with right after the header, but I don't think I have any way to verify that it works correctly. Jonathan