fixes #2193 - More raw image format support

This commit is contained in:
Luke Pulverenti 2016-10-01 14:49:11 -04:00
parent 0b5a1418c1
commit c86bd9026d

View File

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