mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-11-14 07:42:42 -05: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