fixes #2193 - More raw image format support

This commit is contained in:
Luke Pulverenti 2016-10-01 14:49:11 -04:00
parent 3f77a9a8a2
commit 8589689f65

View file

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