Beherith / springrts_smf_compiler

This tool allows the compilation and decompilation of maps to springrts's binary smf map format.
Creative Commons Zero v1.0 Universal
10 stars 9 forks source link

Use Compressonator instead of imagemagick for linux option #23

Closed ghost closed 2 years ago

ghost commented 2 years ago

Screenshotsofmipmaps

https://compressonator.readthedocs.io/en/latest/command_line_tool/

Pros: Better documentation, better results on generated mipmaps, more options for dds. Option to -RefineSteps 1 or 2 for slightly higher quality. Can decompile too. BSD2 licensed.

Cons: Less tested. Refinesteps is slow. Less presence than imagemagick, easy access from AUR but perhaps not as available on other linux distros.

More feedback needed.

ghost commented 2 years ago

To be clearer, we're talking a 400+ second compile time for Otago. Under 60sec when refinesteps is 0.

Beherith commented 2 years ago

Is this one still valid?

ghost commented 2 years ago

Cirolata and Rustcrown have now been built using compressonator. Though slower, I consider it superior due to better docs, more verbosity during compile, and the ability to use refinesteps.