DK wrote:So I think this could be solved by importing each of the scaled versions individually.
Brien what do you think?
This is actually an excellent idea! EAGE creates the DXT images like this:
1. DXT compress the main image and store the data
2. resize the image by 1/2 and DXT compress it, and store it.
3. repeat as many times as there are mipmaps.
My algorithm for shrinking the image sux, but it is much better than using the stretchblt function provided by the windows applications programming interface (api).
The reason that I provided the dds plugin for photoshop was do avoid some of these problems for now.
If you have potoshop you can use this plug to make a dds file of your image and keep tinkering with the filters 'til you get a sub image you like. EAGE will then convert the DDS file to EA format.
I am in the process of rewriting much of this code, so it will get better with time.