aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Drawing/IImageProcessor.cs
diff options
context:
space:
mode:
authorEric Reed <ebr@mediabrowser3.com>2015-10-16 18:36:41 -0400
committerEric Reed <ebr@mediabrowser3.com>2015-10-16 18:36:41 -0400
commit8ef0596f0fa9fe0259bd1f706a92d4eab1bc4c93 (patch)
tree90c952932ccc958055cad2500ab4764ec281ad67 /MediaBrowser.Controller/Drawing/IImageProcessor.cs
parent1261f51412fe6c3ddab12f615026b2c4ecc4b62b (diff)
parentd1195257aa6ffa8086ce6461183442ffa28365f3 (diff)
Merge branch 'dev' of https://github.com/MediaBrowser/Emby into dev
Diffstat (limited to 'MediaBrowser.Controller/Drawing/IImageProcessor.cs')
-rw-r--r--MediaBrowser.Controller/Drawing/IImageProcessor.cs10
1 files changed, 5 insertions, 5 deletions
diff --git a/MediaBrowser.Controller/Drawing/IImageProcessor.cs b/MediaBrowser.Controller/Drawing/IImageProcessor.cs
index aeb817392..fea6b979d 100644
--- a/MediaBrowser.Controller/Drawing/IImageProcessor.cs
+++ b/MediaBrowser.Controller/Drawing/IImageProcessor.cs
@@ -28,17 +28,17 @@ namespace MediaBrowser.Controller.Drawing
/// <summary>
/// Gets the size of the image.
/// </summary>
- /// <param name="path">The path.</param>
+ /// <param name="info">The information.</param>
/// <returns>ImageSize.</returns>
- ImageSize GetImageSize(string path);
+ ImageSize GetImageSize(ItemImageInfo info);
/// <summary>
/// Gets the size of the image.
/// </summary>
- /// <param name="info">The information.</param>
+ /// <param name="path">The path.</param>
/// <returns>ImageSize.</returns>
- ImageSize GetImageSize(ItemImageInfo info);
-
+ ImageSize GetImageSize(string path);
+
/// <summary>
/// Adds the parts.
/// </summary>