|
|
@ -3,8 +3,8 @@ using System.Collections.Generic;
|
|
|
|
using MediaBrowser.Controller.Drawing;
|
|
|
|
using MediaBrowser.Controller.Drawing;
|
|
|
|
using MediaBrowser.Model.Drawing;
|
|
|
|
using MediaBrowser.Model.Drawing;
|
|
|
|
|
|
|
|
|
|
|
|
namespace Jellyfin.Drawing
|
|
|
|
namespace Jellyfin.Drawing;
|
|
|
|
{
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// A fallback implementation of <see cref="IImageEncoder" />.
|
|
|
|
/// A fallback implementation of <see cref="IImageEncoder" />.
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
@ -55,4 +55,3 @@ namespace Jellyfin.Drawing
|
|
|
|
throw new NotImplementedException();
|
|
|
|
throw new NotImplementedException();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|