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
Command line - convert jpg to dds
Re: Command line - convert jpg to dds
Take a look at this topic: viewtopic.php?f=3&t=27161. It has reasons why mipmaps are not written.