aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Drawing/ImageOutputFormat.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-11-29 14:51:30 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-11-29 14:51:30 -0500
commit999ad78a0d899c4b9a441933ff68843b0ae3e0a9 (patch)
tree63d2bbc8504595b1c47e36f5e3c16e3fc51b671e /MediaBrowser.Model/Drawing/ImageOutputFormat.cs
parentaaac7e4208a1098bccdc5a7d4c939ef30a3a1e9f (diff)
rework configurations
Diffstat (limited to 'MediaBrowser.Model/Drawing/ImageOutputFormat.cs')
-rw-r--r--MediaBrowser.Model/Drawing/ImageOutputFormat.cs30
1 files changed, 0 insertions, 30 deletions
diff --git a/MediaBrowser.Model/Drawing/ImageOutputFormat.cs b/MediaBrowser.Model/Drawing/ImageOutputFormat.cs
deleted file mode 100644
index ec32f64f2..000000000
--- a/MediaBrowser.Model/Drawing/ImageOutputFormat.cs
+++ /dev/null
@@ -1,30 +0,0 @@
-
-namespace MediaBrowser.Model.Drawing
-{
- /// <summary>
- /// Enum ImageOutputFormat
- /// </summary>
- public enum ImageOutputFormat
- {
- /// <summary>
- /// The BMP
- /// </summary>
- Bmp,
- /// <summary>
- /// The GIF
- /// </summary>
- Gif,
- /// <summary>
- /// The JPG
- /// </summary>
- Jpg,
- /// <summary>
- /// The PNG
- /// </summary>
- Png,
- /// <summary>
- /// The webp
- /// </summary>
- Webp
- }
-}