File formats

Image handlers

TGA handler
BMP handler
PCX handler
PNG handler
JPG handler

Notes on image handlers
  • Unless specified in the format handler pages above, all these handlers will save only RGB data. This is because most of time that is what PTC users will be using. If you want other formats saved, you will have to copy the PTC surface to a new one with RGB format then save that instead. or just bug the author of that file format about it until they change the code.
  • I have not supported any color depths below 8 bits per pixel, because I can't see a reason why people would want them. If you want support for those color depths, email the author of that format and ask them.

    Movie handlers

    None yet
    Notes on movie handlers


    This page © 1999 Dan Brown
    The latest version of Titan can be found at http://now.at/Titan