12 lines
141 B
C#
12 lines
141 B
C#
|
|
namespace MediaBrowser.Controller.Drawing
|
|
{
|
|
public enum ImageFormat
|
|
{
|
|
Jpg,
|
|
Png,
|
|
Gif,
|
|
Bmp
|
|
}
|
|
}
|