DDS quality, filtering
Posted: 2014-02-19T11:59:32-07:00
I'm using ImageMagick (command line tool) under osx.
I don't see any quality improvement when using dds:cluster-fit=true. The compression is pretty bad compared to other tools. But I would like to use ImageMagick since it far more flexible.
This is the command I'm running:
Anyone else seeing this?
Is there any workaround to get better quality out of compressed dds files?
Thanks.
I don't see any quality improvement when using dds:cluster-fit=true. The compression is pretty bad compared to other tools. But I would like to use ImageMagick since it far more flexible.
This is the command I'm running:
Code: Select all
convert input.png -flip -define dds:compression=dxt5 -define dds:cluster-fit=true output.dds
Is there any workaround to get better quality out of compressed dds files?
Thanks.