Adding mipmaps to DDS within subfolders

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
alyzar
Posts: 1
Joined: 2015-06-04T15:12:52-07:00
Authentication code: 6789

Adding mipmaps to DDS within subfolders

Post 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
User avatar
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

Post 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.
Post Reply