If you want some infos about BLP files there are some here: http://www.madx.dk/wowdev/wiki/index.php?title=BLP
For some reasons the website doesn't work for me. Here's the google cache: BLP - WoW.Dev Wiki
If you want some infos about BLP files there are some here: http://www.madx.dk/wowdev/wiki/index.php?title=BLP
For some reasons the website doesn't work for me. Here's the google cache: BLP - WoW.Dev Wiki
Thank you DrakeFish. The wow.dev Wiki is moving to another domain and until then we can use the mmowned.com wikihttp://www.mmowned.com/forums/world-...ving-soon.html
about the blp files: I've already written a simple loading class, which tell me some usefull things about the file (mostly header-data). I'm currently looking into the DXT1, DXT3, and DXT5 (de-)compression algorithms, but I have some minor problems to port parts of the SquishLib (libsquish - Open source DXT compression library. - Google Project Hosting) to C#... but I'll continue![]()
Well... they look very similar, or not?
This was the output on my first test and I obviously messed something up *g* The Lib is working now and it will convert an image in about 145 ms on my machine and there is much room for optimisation. Now I have to implement DXT3 and DXT5luckily, they only differ in the alpha-channel handling.
When everything is working and after some cleanups, I will publish this lib under an open source licenseAnd the best thing on this lib is: you don't even need other libs and frameworks than .Net. Everything is made in managed C#, no "unsafe" code or something else
// Edit:
Ok, the decompression itself needs only 13 ms. The conversion to BMP needs alot of time, since I'm calling Bitmap.SetPixel() Width*Height-Times, which is not the best solution how to solve this *g*
Last edited by xalcon; 06-16-2011 at 04:34 AM.
A little project I have been working on. (Attempting to keep a straight face)
http://www.youtube.com/watch?v=rgRwK44skAM
Well I did not add music when I uploaded it, and YouTube has free music you can add... lols Some one does not like Trance/Techno
EDIT---------------------------------------------------------------
Fixed the song just for you Cypher!
Last edited by DarkLinux; 06-19-2011 at 09:45 PM.