Skip to content

DDS de/encoder written in 100% safe Rust

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

image-rs/image-dds

Repository files navigation

DDS De/Encoder

A DDS decoder and encoder focused on speed and correctness written in 100% safe Rust.

Supported formats

This library supports a total of over 70 formats for decoding, including:

  • All BCn/DXT formats. E.g. BC1_UNORM, BC2_UNORM, BC3_UNORM, BC7_UNORM.
  • All LDR ASTC formats. E.g. ASTC_6x6_UNORM.
  • Over 30 uncompressed formats. E.g. R8G8B8A8_UNORM, R9G9B9E5_SHAREDEXP, R32G32B32_FLOAT.
  • Many YUV formats. E.g. AYUV, Y416, YUY2, NV12.

Most formats support encoding. Notable exceptions are the ASTC formats (#23), BC7 (#20), and BC6 (currently not planned).

For a full list of all support formats and their capabilities, see this document.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

DDS de/encoder written in 100% safe Rust

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Languages