Skip to content

SixLabors/ImageSharp.Textures

Folders and files

NameName
Last commit message
Last commit date
Jun 22, 2024
Oct 8, 2021
Jul 22, 2024
Jan 15, 2023
Aug 10, 2021
Mar 29, 2021
May 18, 2021
Jan 8, 2020
Jan 8, 2020
Feb 26, 2021
Feb 26, 2021
Aug 10, 2021
Jan 8, 2020
Aug 10, 2021
Dec 26, 2022
Mar 4, 2021
Aug 8, 2021
Mar 4, 2021
Aug 10, 2021

Repository files navigation

SixLabors.ImageSharp.Textures
SixLabors.ImageSharp.Textures

Build Status Code coverage License: Apache 2.0 Twitter

Texture loading and manipulation library written in C#.

Currently decoding the following texture formats are supported:

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

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 MyGet

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.

The ImageSharp.Textures Team