mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-07-18 03:24:15 -04:00
Use ImageSharp to process textures
This commit is contained in:
10
AssetStudioUtility/ImageFormat.cs
Normal file
10
AssetStudioUtility/ImageFormat.cs
Normal file
@ -0,0 +1,10 @@
|
||||
namespace AssetStudio
|
||||
{
|
||||
public enum ImageFormat
|
||||
{
|
||||
Jpeg,
|
||||
Png,
|
||||
Bmp,
|
||||
Tga
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user