by Bassman58 on Sun Mar 13, 2011 4:08 am
After you open a logo file (logoxxx.iff) you will see the resolution and DXT type in the lower left corner. Such as DXT5: 512,512. This means you save the DDS file as DXT5 and the resolution is 512x512 pixels. When you export the image it should not change resolution. Edit the DDS file, including the alpha channel, and click on ImportRes to change the existing image. I don't use Photoshop so I can't explain alpha channels. Try a Google search on "photoshop alpha channel" or try YouTube. Basically the alpha channel is being used as a mask to hide the background, letting the logo only show.
If you need to determine how many mipmaps the DDS file has you need to open the logo with the Jersey Editor. It will tell you how many mipmaps there are. Such as DXT5 Mipmaps=9.
Somehow you shrank the image to 160x160 pixels.