| Tested: | Hour of Twilight 4.3 |
| Updated: | 09-14-08 09:15 PM |
| Created: | unknown |
| Downloads: | 16,767 |
| Favorites: | 51 |
| MD5: |

![]() |
Comment Options |
|
|
||
If I get around to it, I'll try converting this applet to use my newer framework which should make it easy to limit the source code to a small readable set of files. Again though, the heart of it is just libpng and libsquish. Check out libsquish btw, it's pretty nice. I originally tried developing my own algorithms for the BLP compression but they were pretty mediocre. libsquish does a really nice job though. |
||
|
|
|
|
|
|
seems kinda under the radar.
but ill see if i can get some help. im trying to convert a PNG that is transparent, but when i tryto convert it to BLP it shows up black. help? [: |
|
|
|
|
|
|
|
Drag-and-drop: image1.tga to image1.png = convert.
image2.tga to image2.png = not convert. Why?
__________________
I do not speak much English, but I try
Last edited by Flaster : 04-12-10 at 03:44 AM.
|
|
|
|
|
|
|
|
A Deviate Faerie Dragon
Forum posts: 19
File comments: 64
Uploads: 0
|
Alas, mines not loading =( Just discovered it, and yeah :S
|
|
|
|
|
||
|
A Kobold Labourer
Forum posts: 0
File comments: 2
Uploads: 0
|
![]() |
|
|
|
|
|
|
|
A Cobalt Mageweaver
Forum posts: 206
File comments: 132
Uploads: 0
|
|
|
|
|
|
|
|
Any chance we could get the source code for this? I'd like to see how it works.
__________________
Funtoo - Plan 9 - Windows 7 |
|
|
|
|
|
|
|
Version 1.2 changes:
- Added ability to drag-and-drop entire folders for conversion from BLP to PNG - Added 'squish' library for compressing texture for much better results when generating BLPs Note that the folder drag-and-drop only converts from BLP to PNG -- it will not perform any other types of conversions (BLP->PNG, TGA->PNG, etc.). I had to restrict it because otherwise it wasn't useful for extracting the Blizzard artwork folder. If it converted anything it found then it could end up converting the PNGs back to BLPs, which would modify the original BLP files. This version also uses the excellent libsquish for the texture compression, which produces vastly superior results than my own compression routines. Several of the textures in Outfitter and Group Calendar look better with this new library. |
|
|
|
|
|
|
|
BLP2PNG 1.1
Version 1.1 changes
- Supports DirectX 4/5 texture compression used in WoW 2.0 Version 1.0.5 changes - Fixed bug with color palette on 1-bit alpha images |
|
|
|
|
|
|
|
Bugs & Feature Ideas
Personally, what I would really love is to be able to just drag my Interface folder onto the icon and have it go through all the files and convert the BLPs into PNGs so that I can use Windows Picture and Fax Viewer to actually see them. But there's a few problems:
1- It doesn't iterate through directories like that. So, it'd be great if you could add support for dropping a directory onto the program. And when someone does that, recursively iterate through the directory structure to find all the files and convert them into BLPs. 2- Another problem is that it seems to only allow you to drag 20 files at a time onto it. Every time I try 21 (or more), it gives the following error: "Windows cannot access the specified device, path, or file. You may not have the appropriate permissions to access the item." 3- Yet another problem, when it encounters a non-BLP file, it seems to just stop (there's no error thrown or anything). Check the file header (or even the extension) and if it doesn't appear to be a BLP file then skip it and continue with the next. So there's my feedback. I was looking for an hour or two for a tool that could actually read WoW's BLP files and yours was the only one I could find. And while I was a little hesitant about the PNG format (I generally prefer TGAs), it is quite nice being able to use the Windows Picture and Fax Viewer (which can't read TGA) instead of Photoshop to look at them. I'd definitely love to see the 2nd and 3rd things up there fixed because the tool is rather irritating at the moment. And if you could implement the 1st thing, that'd be just perfect. |
|
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 1
Uploads: 0
|
Hello
the -o option does not work when used on the dos prompt ![]() |
|
|
|
|
|
|
A Murloc Raider
Forum posts: 8
File comments: 42
Uploads: 0
|
Some images are converted mirrored on X axis from TGA 24 bits to PNG. I save them with PAINT.NET.
|
|
|
![]() |