Add support for converting from svg to other image types

This commit is contained in:
Cody Robibero
2024-02-28 09:56:02 -07:00
parent 4f0f364ac9
commit c5e723bccd
5 changed files with 50 additions and 9 deletions

View File

@@ -28,6 +28,11 @@ namespace MediaBrowser.Model.Drawing
/// <summary>
/// The webp.
/// </summary>
Webp
Webp,
/// <summary>
/// The svg format.
/// </summary>
Svg,
}
}