mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2026-03-20 00:00:03 -04:00
* dds dxt10 support, with some certain supported DXGI Formats only. * expand the supporting range for some DX10 DXGI Format in the DXGI_FORMAT enumeration * readability and maintainability fixes, adding DXT10 test cases. * java.awt.* -> java.awt.Dimension * DDS header & BC1 writer * BC4 Writer * BC3 Writer * BC1-5 writer support * remove unused methods * code fixes * BC4 fix to resolve unwanted blocky effect. * CI test fixes * change bitflag setter functions * temporary disable formats that does not have an encoder yet. * resolving SonaQube issues.