I agree totally. It is however an order of magnitude better then any available normal maps at the moment.
My method for making the tiles did involve devIL - but not for the conversion to dxt3 - It was simply to convert and name change each ppm tile to tga for subsequent conversion to dxt3 by nvdxt.
I wrote a wee program to output a rather large .bat script for this.
Example file generated...
pamdice -outstem=tx -width=2048 -height=2048 mola32k.ppm
FileConverter tx_00_00.ppm tx_0_0.tga
FileConverter tx_00_01.ppm tx_1_0.tga
FileConverter tx_00_02.ppm tx_2_0.tga
FileConverter tx_00_03.ppm tx_3_0.tga
FileConverter tx_00_04.ppm tx_4_0.tga
FileConverter tx_00_05.ppm tx_5_0.tga
FileConverter tx_00_06.ppm tx_6_0.tga
. .
. .
. .
FileConverter tx_07_10.ppm tx_10_7.tga
FileConverter tx_07_11.ppm tx_11_7.tga
FileConverter tx_07_12.ppm tx_12_7.tga
FileConverter tx_07_13.ppm tx_13_7.tga
FileConverter tx_07_14.ppm tx_14_7.tga
FileConverter tx_07_15.ppm tx_15_7.tga
nvdxt -file *.tga -norm -dxt3
Fileconverter is of course made from the devIL library.
I believe this leads to the best normal map possible for dxt3 format. Would you disagree?
I myself had a brief experiment with png (and i mean brief).
below is the only pic i could find on my hard drive of it...
As you can see it has a horrible glazed look which is not
evident in u888 which is |best| quality...
I abandoned png after this, perhaps a bit hastly, and went with u888 so i could be secure in the knowledge that i could not possibly have a better texture. This was however when i thought i would never be able to release any of my textures so size and speed was not that important - at least not to me.
Now perhaps it is a different story and i look forward to seeing your detailed comparision.
The reason i choose dxt3 as a release format was to satisfy the 'noise' who may have heard the many references to dxt3 format as the best format for normal maps. I had hoped that maybe they could be content in the knowledge that they had the best texture possible, for a while at least.
I think now you may have wrecked the illusion : ).
It is also fairly fast of course.
P.s i think i'll have to redesign my web page so.