vpenades / TextureSquish

A C# implementation of LibSquish, used to compress texture images into GPU compatible compression formats.
MIT License
20 stars 6 forks source link

Usage example #3

Open Krakean opened 6 years ago

Krakean commented 6 years ago

@vpenades Hello Can you please provide code examples of how to use library?

vpenades commented 6 years ago

if you check the unit test project, you have several examples of how to use the library, for example, in here you can see examples of importing/exporting bitmaps with ImageSharp