aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Drawing/ImageHelper.cs
AgeCommit message (Collapse)Author
2021-06-11Remove useless nullable directivesBond_009
2021-05-07Enable nullable reference types for MediaBrowser.ControllerBond_009
2021-04-17Remove unused using directivesBaronGreenback
2021-04-11Remove GetSizeEstimate & GetEstimatedAspectRatioOdd Stråbø
from MediaBrowser.Controller.Drawing.ImageHelper Rework GetCacheFilePath to take requested with and height parameters in stead of using estimated output size
2021-04-11Add Resize to fill box alternative to image endpointsOdd Stråbø
2020-08-22Enable TreatWarningsAsErrors for MediaBrowser.Controller in ReleaseBond_009
2020-06-16fix SA1513/SA1516telans
2020-05-20Fix profile images.Patrick Barron
2020-01-21Simplify image processing by removing image enhancersBond_009
2019-01-28Fix default aspect ratioClaus Vium
2019-01-26Change image dimentions from double to intBond_009
Rename ImageSize -> ImageDimensions
2019-01-13Find+Sed BOM removal *.cs: Jellyfin.Server-MediaBrowser.ControllerErwin de Haan
2019-01-13Visual Studio Reformat: MediaBrowser.ControllerErwin de Haan
2018-12-27Add GPL modulesAndrew Rabert
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2017-09-22add fixes for dng imagesLuke Pulverenti
2017-08-07consolidate interfacesLuke Pulverenti
2017-05-17update image encodingLuke Pulverenti
2017-05-14update image processingLuke Pulverenti