diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-05-14 22:27:58 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-05-14 22:27:58 -0400 |
| commit | 2f4f8c105e57c11c48a6c840e6f3cbb11538d82d (patch) | |
| tree | c6a09ce5b211757ce96cbe6ed797f4d3074a61f3 /MediaBrowser.Controller/MediaBrowser.Controller.csproj | |
| parent | bdc546ed85dfb8389184234ac74c6cc7b4046515 (diff) | |
update image processing
Diffstat (limited to 'MediaBrowser.Controller/MediaBrowser.Controller.csproj')
| -rw-r--r-- | MediaBrowser.Controller/MediaBrowser.Controller.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/MediaBrowser.Controller.csproj b/MediaBrowser.Controller/MediaBrowser.Controller.csproj index 38cff6d674..b3a29bafad 100644 --- a/MediaBrowser.Controller/MediaBrowser.Controller.csproj +++ b/MediaBrowser.Controller/MediaBrowser.Controller.csproj @@ -91,6 +91,7 @@ <Compile Include="Drawing\IImageEncoder.cs" /> <Compile Include="Drawing\IImageProcessor.cs" /> <Compile Include="Drawing\ImageCollageOptions.cs" /> + <Compile Include="Drawing\ImageHelper.cs" /> <Compile Include="Drawing\ImageProcessingOptions.cs" /> <Compile Include="Drawing\ImageProcessorExtensions.cs" /> <Compile Include="Drawing\ImageStream.cs" /> |
