if you use the FreeImage to load images, it should be able to load TGA perfectly fine
Your right. It does. I was using:
blah=LoadImage("xxx.tga")
BlitzPlus apparently does not handle TGA format.
This works a treat:
img=FILoadImage("xxx.tga")
Super. Looking forward to the update.