Browse Source

fixes #2193 - More raw image format support

Luke Pulverenti 8 years ago
parent
commit
c86bd9026d
1 changed files with 4 additions and 1 deletions
  1. 4 1
      Emby.Drawing/ImageMagick/ImageMagickEncoder.cs

+ 4 - 1
Emby.Drawing/ImageMagick/ImageMagickEncoder.cs

@@ -53,7 +53,10 @@ namespace Emby.Drawing.ImageMagick
                     "arw", 
                     "webp",
                     "gif",
-                    "bmp"
+                    "bmp",
+                    "erf",
+                    "raf",
+                    "rw2"
                 };
             }
         }