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.