View Single Post
03-21-13, 09:42 PM   #13
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
Make sure the image dimensions are powers of 2 -- 2, 4, 8, 16, 32, 64, 128, 256, 512, etc. -- otherwise WoW can't read it.

Also, WoW can read TGA files just fine, so there's not really any reason to convert to BLP, especially since BLP files are generally larger files than their TGA counterparts.
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote