mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2026-05-01 00:00:02 -04:00
[DDS] Adding Block Compression 1 -> 5 Encoding Support (#1237)
* 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.
This commit is contained in:
@@ -43,6 +43,8 @@
|
||||
<Provide-Capability>
|
||||
osgi.serviceloader;
|
||||
osgi.serviceloader=javax.imageio.spi.ImageReaderSpi
|
||||
osgi.serviceloader;
|
||||
osgi.serviceloader=javax.imageio.spi.ImageWriterSpi
|
||||
</Provide-Capability>
|
||||
</instructions>
|
||||
</configuration>
|
||||
|
||||
Reference in New Issue
Block a user