36c2215ad8
Bump SixLabors.ImageSharp from 2.1.8 to 2.1.9 in /src/ImageSharp.Textures |
||
---|---|---|
.github | ||
shared-infrastructure@a042aba176 | ||
src | ||
tests | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
.gitmodules | ||
CODE_OF_CONDUCT.md | ||
Directory.Build.props | ||
Directory.Build.targets | ||
ImageSharp.Textures.sln | ||
LICENSE | ||
NuGet.Config | ||
README.md | ||
ci-build.ps1 | ||
ci-pack.ps1 | ||
ci-test.ps1 | ||
codecov.yml |
README.md
SixLabors.ImageSharp.Textures
Texture loading and manipulation library written in C#.
Currently decoding the following texture formats are supported:
- DDS textures
- KTX textures
- KTX2 textures
with the following compressions:
- DXT1 / BC1
- DXT2 / BC2
- DXT3
- DXT4 / BC3
- DXT5
- BC4
- BC5
- BC6H
- BC7
Encoding textures is not yet supported. PR are of course very welcome.
License
- ImageSharp.Textures is licensed under the Apache License, Version 2.0
Code of Conduct
This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community. For more information, see the .NET Foundation Code of Conduct.
Installation
Install stable releases via Nuget; development releases are available via MyGet.
Package Name | Release (NuGet) | Nightly (MyGet) |
---|---|---|
SixLabors.ImageSharp.Textures |
Coming Soon |
Support Six Labors
Support the efforts of the development of the Six Labors projects.
How can you help?
Please... Spread the word, contribute algorithms, submit performance improvements, unit tests, no input is too little. Make sure to read our Contribution Guide before opening a PR.