Another note to self: to convert PNG to DXT1, I us...

Fri 15 April 2016
By Bram
Another note to self: to convert PNG to DXT1, I used the following command line:
$ convert ~/Dropbox/tentmap.png -format dds -define dds:compression=DXT1 ~/Dropbox/tentmap.dds