|
|
BlpxBrowser is a texture tool for Blizzard's game, it supports multiple image format, including tga, bmp, jpg, png, gif, dds, tiff, blp(Warcraft3), blp2(world of warcraft). Image loading, rendering and batch converting are supported by this software. This software is free to use for any purpose, for more resources, check www.numenstudio.com.The direct download address is http://www.numenstudio.com/SoftDown/BlpxBrowser.rar
BlpxBrowser是一款暴雪游戏的纹理工具,它支持包括tga, bmp, jpg, png, gif, dds, tiff, blp(魔兽争霸3贴图), blp2(魔兽世界贴图)在内的多种纹理格式,支持纹理的载入、渲染和批量转换功能。这是一款自由软件,如果需要获得更多资源,请访问www.numenstudio.com。软件的直接下载地址是http://www.numenstudio.com/SoftDown/BlpxBrowser.rar。
// BLP纹理编码支持
BLP_ENC_JPEG, // JPEG压缩
BLP_ENC_ARGB1, // 未压缩,Alpha列表在后.
BLP_ENC_ARGB2, // 未压缩,32位颜色值.
// BLP2纹理编码支持
BLP2_ENC_RGB = 0, // 未压缩(无Alpha)
BLP2_ENC_RGB1A, // 未压缩(1位Alpha)
BLP2_ENC_RGB8A, // 未压缩(8位Alpha)
BLP2_ENC_DXT1, // DXT1(无Alpha)
BLP2_ENC_DXT1A, // DXT1(1位Alpha)
BLP2_ENC_DXT3, // DXT3
BLP2_ENC_DXT5, // DXT5
BLP2_ENC_JPEG, // JPEG压缩
For more help, email to euho@sina.com.
如需更多帮助,请发电子邮件到euho@sina.com。 |
|