I need to convert thousands of DDS images to PNG format in Linux, preferably in command line.
Is there any program available for such task?
|
I need to convert thousands of DDS images to PNG format in Linux, preferably in command line. Is there any program available for such task? | |||
|
feedback
|
|
ImageMagick reads but doesn't write DDS. And of course it reads and writes PNG. From
To convert a file (leaving the original intact):
To convert a directory full:
| |||
|
feedback
|