cvs access is no longer support. Subversion is much better and much easier to use.
Read32BitPicture will now read an 8bit greyscale TGA file and copy the values into RGB.
There's also ReadGrey8BitPicture that will read it as just 8bit pixels.
fnot was backward. oops.
fif had the problem where arguments are expanded before they are seen. The problem is that mean that for an if the side of the if that was not used would still get evaluated which prevented you from using %fif to check for errors. That's now fixed
Since it was added to readini that means mkloadob now has those features
I added softimage PIC support to Read32BitPicture. I'd had the code sitting around since 93 but as I haven't really used PIC format until now I had never added it.