aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Drawing/ImageProcessingOptions.cs
AgeCommit message (Collapse)Author
2023-10-08Jellyfin.Drawing minor improvementsBond_009
Reduce duplicate/dead code
2023-01-28Remove ability to add a played indicator to images (#9186)Cody Robibero
2021-05-07Enable nullable reference types for MediaBrowser.ControllerBond_009
2021-04-11Apply suggestions from code reviewOdd Stråbø
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2021-04-11(mostly)Fix ResizeFillOdd Stråbø
2021-04-11Add Resize to fill box alternative to image endpointsOdd Stråbø
2021-01-09Remove CropWhitespace functionBond_009
2020-08-22Enable TreatWarningsAsErrors for MediaBrowser.Controller in ReleaseBond_009
2020-06-16fix SA1513/SA1516telans
2020-01-21Simplify image processing by removing image enhancersBond_009
2019-08-11Document all public/internal members of Emby.DrawingBond_009
Forces all new public/internal members to be documented. Enables TreatWarningsAsErrors for Emby.Drawing
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-07update image processorLuke Pulverenti
2017-08-07consolidate interfacesLuke Pulverenti
2017-05-21update data queriesLuke Pulverenti
2017-05-10move crop whitespace directly to encode imageLuke Pulverenti
2016-12-03update detailsLuke Pulverenti
2016-02-23stub out ForegroundLayer paramLuke Pulverenti
2015-11-09reduce image processingLuke Pulverenti
2015-10-27rework shutdownLuke Pulverenti
2014-11-29rework configurationsLuke Pulverenti
2014-11-08fixes #941 - Rework password recovery and remove IsLocal checksLuke Pulverenti
2014-09-01fixes #912 - Add special views for DlnaLuke Pulverenti
2014-07-31add error handling to dlna channel supportLuke Pulverenti
2014-06-18fix language selectionsLuke Pulverenti
2014-01-01add more methods to file system interfaceLuke Pulverenti
2013-12-19added IHasImages and IHasUserDataLuke Pulverenti
2013-11-15fix image caching being too aggressiveLuke Pulverenti
2013-11-06Serve original image file when possibleLuke Pulverenti
2013-10-02added new image params & GameSystem constantsLuke Pulverenti
2013-09-21added percent played overlayLuke Pulverenti
2013-09-19reduce system info refreshing from dashboardLuke Pulverenti
2013-09-19moved new image options to the modelLuke Pulverenti
2013-09-19fixes #518 - Add api param for watched indicator on imagesLuke Pulverenti
2013-09-19Added image output format paramLuke Pulverenti