Page 1 of 1

Adding mipmaps to DDS within subfolders

Posted: 2015-06-04T15:33:57-07:00
by alyzar
Totally new at this and I have searched but....

What I would like to do is to add mipmaps to dds texture files across sub-directories. I have an enormous amount of FSX AI textures and I want to add mipmaps to the ones that do not have them. I can do them individually using DXTBMP but there are too many. Am I in the right place?

Any direction will be appreciated.


Brad

Re: Adding mipmaps to DDS within subfolders

Posted: 2015-06-04T15:37:54-07:00
by fmw42
See http://www.imagemagick.org/script/formats.php and http://www.imagemagick.org/script/comma ... php#define for dds images and a define for mipmaps. The tiff format also supports pyramid style images.