Ancient | All the Same | ATOFont | Drawings | Flash | Lecherous Gnomes | Me | Nintendo DS | PPM | PSP | Rumor Engine | SameSameC | S3TC-BOXEN | Tests | Tile Driller | VSOFont | WLA DX | Wzonka-Lad

S3TC-BOXEN - A simple S3TC texture compression tool (OpenGL)
Written by Ville Helin in 2003


Features:
  • Reads BMP, JPG & PNG images
  • Writes out S3TC-DXT1/DXT3/DXT5
  • C-sourcecode for writing and reading of BOXEN files

  • Sources:

    S3TC-BOXEN 1.3 (.tar.gz)


    Documentation:

    README


    S3TC-BOXEN history:

    v1.3 (03-Dec-2003)
  • Input file errors are detected better and handled with more care.
  • S3TC-BOXEN loads JPG-files ending to ".jpeg".
  • Fixed possible crashes in PNG and JPG loaders.
  • S3TC-BOXEN loads now BMP-files, too.
  • It is possible to define the number of mipmaps to be generated.
  • v1.2 (19-Oct-2003)
  • S3TC-BOXEN can now handle mipmaps as well. The BOXEN-fileformat has changed.
  • v1.1 (27-Feb-2003)
  • Added texture size checking. If dx or dy isn't a power of two then a warning is displayed.
  • S3TC-BOXEN checks now if the video card has support for S3TC-compression.