Search found 1 match
- 2015-03-25T03:08:50-07:00
- Forum: Developers
- Topic: Command line - convert jpg to dds
- Replies: 1
- Views: 9161
Command line - convert jpg to dds
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 ...