mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
fixes #2193 - More raw image format support
This commit is contained in:
parent
3f77a9a8a2
commit
8589689f65
@ -53,7 +53,10 @@ namespace Emby.Drawing.ImageMagick
|
|||||||
"arw",
|
"arw",
|
||||||
"webp",
|
"webp",
|
||||||
"gif",
|
"gif",
|
||||||
"bmp"
|
"bmp",
|
||||||
|
"erf",
|
||||||
|
"raf",
|
||||||
|
"rw2"
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user