/* These instructions are for the FXT1 texture compression Photohop 5.0 (Intel) import and export plugins. */ Place the plugins FXT1Export.8be and FXT1Import.8ba into the \plug-ins\import-export folder in Photoshop. The next time you restart Photoshop they will be available as FXT1Export in the export file menu and FXT1Import in the import file menu. When you export an image it will need to have three (RGB) or four channels(RGB and alpha). If there are only three channels, the exporter will create an alpha channel and set the alpha channel to all 1's (0xff). If there are four channels (RGB alpha), the alpha channel will be passed along to the FXT1 texture compressor. The FXT1 codec source files used by these plugins are exactly the same ones as used by the command-line encoder/decoder applications that can be found, along with complete open source, on the 3dfx developers website. Look there for more information on the codec. Enjoy!