mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 05:57:20 -04:00
fixes #2193 - More raw image format support
This commit is contained in:
parent
3f77a9a8a2
commit
8589689f65
1 changed files with 4 additions and 1 deletions
|
@ -53,7 +53,10 @@ namespace Emby.Drawing.ImageMagick
|
|||
"arw",
|
||||
"webp",
|
||||
"gif",
|
||||
"bmp"
|
||||
"bmp",
|
||||
"erf",
|
||||
"raf",
|
||||
"rw2"
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue