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
Adding mipmaps to DDS within subfolders
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Adding mipmaps to DDS within subfolders
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.