aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Drawing
AgeCommit message (Expand)Author
2022-06-29Merge pull request #7946 from cvium/svgCody Robibero
2022-01-10Fix release buildCody Robibero
2022-01-10Suggestions from reviewCody Robibero
2022-01-04Clean upCody Robibero
2022-01-04Add missing xml docDavid Ullmer
2022-01-04Remove darkening filter from SplashscreenDavid Ullmer
2022-01-04Remove splashscreen generation from IImageEncoder and add IImageGeneratorDavid Ullmer
2022-01-04Always use 1080p, add max parental ratingDavid Ullmer
2022-01-04Add splashscreen builderDavid Ullmer
2021-12-27Remove more warningsCody Robibero
2021-09-24Use new Enum.TryParse(ReadOnlySpan<char>) overloadBond_009
2021-09-24Target net6.0Bond_009
2021-07-24Fix warnings in MediaBrowser.Controller/DrawingRich Lander
2021-06-11Remove useless nullable directivesBond_009
2021-05-11Reduce warnings in MediaBrowser.Controller (#6006)Cody Robibero
2021-05-07Enable nullable reference types for MediaBrowser.ControllerBond_009
2021-04-17Remove unused using directivesBaronGreenback
2021-04-11Apply suggestions from code reviewOdd Stråbø
2021-04-11Remove GetSizeEstimate & GetEstimatedAspectRatioOdd Stråbø
2021-04-11(mostly)Fix ResizeFillOdd Stråbø
2021-04-11Add Resize to fill box alternative to image endpointsOdd Stråbø
2021-04-10Merge pull request #4988 from Bond-009/cropBond-009
2021-03-06Enable nullable for Jellyfin.Data and remove unnecessary attributesPatrick Barron
2021-01-09Remove CropWhitespace functionBond_009
2020-08-31Enable nullable for interfaceDavid Ullmer
2020-08-31Merge branch 'master' into library-picturesDavid Ullmer
2020-08-22Enable TreatWarningsAsErrors for MediaBrowser.Controller in ReleaseBond_009
2020-08-21Use backdrop with library name as library thumbnailDavid
2020-06-20fix some documentation periodstelans
2020-06-16Merge pull request #3343 from telans/comment-stopsBond-009
2020-06-16fix SA1513/SA1516telans
2020-06-16Add full stop at end of comments (SA1629)telans
2020-06-04Merge branch 'master' into userdb-efcorePatrick Barron
2020-06-01Move logic of computing Blurhash components to ImageProcessorVasily
2020-05-26Apply suggestions from code reviewVasily
2020-05-22Warnings cleanupPatrick Barron
2020-05-21Rename Hash to BlurHash in all properties and methods for clarityVasily
2020-05-20Remove redundant qualifiersPatrick Barron
2020-05-20Fix profile images.Patrick Barron
2020-05-19Fix code smellsVasily
2020-05-18Add BlurHash support to backendJesús Higueras
2020-05-12Initial migration codePatrick Barron
2020-04-04Eliminate circular dependency between LibraryManager and ImageProcessorMark Monteiro
2020-01-21Simplify image processing by removing image enhancersBond_009
2019-12-13Add missing documentation in Jellyfun.Drawing.SkiaMark Monteiro
2019-08-11Document all public/internal members of Emby.DrawingBond_009
2019-02-08Merge pull request #822 from Bond-009/imagedimensionsVasily
2019-02-06Move some arrays to genericsBond_009
2019-02-05Complete rename ImageSize -> ImageDimensionsBond-009
2019-01-28Fix default aspect ratioClaus Vium