diff options
| author | Luke <luke.pulverenti@gmail.com> | 2017-10-22 17:39:10 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-10-22 17:39:10 -0400 |
| commit | 3fd4dea0aeb20c1a1acd237639808d8ca8a37190 (patch) | |
| tree | 40709dfb8509304dbece6f78b147f989cc292a50 /Emby.Drawing/ImageProcessor.cs | |
| parent | b780787d6e317df7d2efd59bd7d3384a1f6a30e9 (diff) | |
| parent | 4fb4a87ca0d2730a8dee20ceb09f31e01ff6d5cf (diff) | |
Merge pull request #2970 from MediaBrowser/dev
Dev
Diffstat (limited to 'Emby.Drawing/ImageProcessor.cs')
| -rw-r--r-- | Emby.Drawing/ImageProcessor.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Emby.Drawing/ImageProcessor.cs b/Emby.Drawing/ImageProcessor.cs index 6bdb06c83..1c60abfb5 100644 --- a/Emby.Drawing/ImageProcessor.cs +++ b/Emby.Drawing/ImageProcessor.cs @@ -477,6 +477,11 @@ namespace Emby.Drawing return size; } + public ImageSize GetImageSize(string path) + { + return GetImageSize(path, true); + } + /// <summary> /// Gets the size of the image. /// </summary> |
