fixes #2193 - More raw image format support
This commit is contained in:
parent
0b5a1418c1
commit
c86bd9026d
|
@ -53,7 +53,10 @@ namespace Emby.Drawing.ImageMagick
|
||||||
"arw",
|
"arw",
|
||||||
"webp",
|
"webp",
|
||||||
"gif",
|
"gif",
|
||||||
"bmp"
|
"bmp",
|
||||||
|
"erf",
|
||||||
|
"raf",
|
||||||
|
"rw2"
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user