mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 14:33:06 +03:00
add fixes for dng images
This commit is contained in:
@@ -21,11 +21,6 @@ namespace MediaBrowser.Controller.Drawing
|
||||
|
||||
public static IImageProcessor ImageProcessor { get; set; }
|
||||
|
||||
public static void SaveImageSize(string path, DateTime dateModified, ImageSize size)
|
||||
{
|
||||
ImageProcessor.SaveImageSize(path, dateModified, size);
|
||||
}
|
||||
|
||||
private static ImageSize GetSizeEstimate(ImageProcessingOptions options)
|
||||
{
|
||||
if (options.Width.HasValue && options.Height.HasValue)
|
||||
|
||||
Reference in New Issue
Block a user