Page 1 of 1

Command line - convert jpg to dds

Posted: 2015-03-25T03:08:50-07:00
by izzusan
Hi all,

which is the correct syntax for to create a dds file from command line?

I try all, but when I open the dds file in photoshop with Nvidia plugin, the file is not dds file.... there isn't a mipmaps image.

Convert -format dds -define dds:mipmaps=5 -define dds:compression=DTX1 image.jpg image.dds

what is wrong?!?

help please - Thank you

-Roberto

Re: Command line - convert jpg to dds

Posted: 2015-03-25T04:27:01-07:00
by dlemstra
Take a look at this topic: viewtopic.php?f=3&t=27161. It has reasons why mipmaps are not written.