Hello!

I'm writing a decoder for the FTEX format (obscure one used by old
games from Particle Systems). I followed the steps described here:
http://www.pythonware.com/library/pil/handbook/decoder.htm

The decoder works great for uncompressed (.ftu) FTEX files. However,
the textures inside the image can be dxt1 compressed (.ftc).

I was wondering if there was a PIL DXT1 decoder available somewhere,
and if not, how to actually write one - the help page only explains
how to use raw/bit decoders.

Cheers


J. Leclanche / Adys
_______________________________________________
Image-SIG maillist  -  Image-SIG@python.org
http://mail.python.org/mailman/listinfo/image-sig

Reply via email to