Modcraft - The community dedicated to quality WoW modding!

Projects => Software Development => Topic started by: schlumpf on September 24, 2012, 06:38:37 pm

Title: Re: BLP Photoshop Format Plugin
Post by: schlumpf on September 24, 2012, 06:38:37 pm
If there is an open source DXT plugin, it should be pretty easy to modify that for writing and opening BLPs.
Irfan once made a plugin for IrfanView, but never added writing or published it. It is great for going through files fast though.

A standalone library for DXT: http://code.google.com/p/libsquish/ (http://code.google.com/p/libsquish/" onclick="window.open(this.href);return false;)
I have no idea about photoshop plugins though.

http://www.adobe.com/devnet/photoshop/sdk.html (http://www.adobe.com/devnet/photoshop/sdk.html" onclick="window.open(this.href);return false;)
Title: Re: BLP Photoshop Format Plugin
Post by: Steff on September 24, 2012, 08:24:19 pm
I use this for searching textures.

viewtopic.php?f=59&t=982 (http://modcraft.io/viewtopic.php?f=59&t=982" onclick="window.open(this.href);return false;)

Just see them all direct in windows explorer.
Title: Re: BLP Photoshop Format Plugin
Post by: schlumpf on September 24, 2012, 08:36:29 pm
I thought, I might do such a plugin this evening, but I had to discover, that Adobe is shipping sample code from 2002 and earlier, which does not even compile on current versions of OS X.

I lost interest.