mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-05-25 05:40:21 -04:00
11 lines
121 B
C#
11 lines
121 B
C#
namespace AssetStudio
|
|
{
|
|
public enum ImageFormat
|
|
{
|
|
Jpeg,
|
|
Png,
|
|
Bmp,
|
|
Tga
|
|
}
|
|
}
|