aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Drawing.Skia
AgeCommit message (Collapse)Author
2021-12-24Update StyleCopBond_009
2021-09-24Target net6.0Bond_009
2021-09-06Merge pull request #6257 from MrTimscampi/music-library-backdropdkanada
Use artist backdrop for generated library image
2021-07-30Invert code and style analysis configuration (#6334)Rich Lander
Co-authored-by: Bond-009 <bond.009@outlook.com>
2021-07-12Bump SkiaSharp.NativeAssets.Linux from 2.80.2 to 2.80.3dependabot[bot]
Bumps SkiaSharp.NativeAssets.Linux from 2.80.2 to 2.80.3. --- updated-dependencies: - dependency-name: SkiaSharp.NativeAssets.Linux dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2021-07-12Bump SkiaSharp from 2.80.2 to 2.80.3dependabot[bot]
Bumps SkiaSharp from 2.80.2 to 2.80.3. --- updated-dependencies: - dependency-name: SkiaSharp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2021-07-05Add using keywords to non-disposed objects in BuildThumbCollageBitmapMrTimscampi
2021-07-03Use artist backdrop for generated library imageMrTimscampi
2021-06-22Remove our own RemoveDiacritcs string extension in favor of Diacritics.NetBond_009
2021-05-11Reduce warnings in MediaBrowser.Controller (#6006)Cody Robibero
Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
2021-04-13Bump BlurHashSharp.SkiaSharp from 1.1.1 to 1.2.0dependabot[bot]
Bumps [BlurHashSharp.SkiaSharp](https://github.com/Bond-009/BlurHashSharp) from 1.1.1 to 1.2.0. - [Release notes](https://github.com/Bond-009/BlurHashSharp/releases) - [Commits](https://github.com/Bond-009/BlurHashSharp/commits/v1.2.0) Signed-off-by: dependabot[bot] <support@github.com>
2021-04-13Merge pull request #5654 from jellyfin/dependabot/nuget/BlurHashSharp-1.2.0Bond-009
Bump BlurHashSharp from 1.1.1 to 1.2.0
2021-04-10Merge pull request #4988 from Bond-009/cropBond-009
2021-03-29Bump BlurHashSharp from 1.1.1 to 1.2.0dependabot[bot]
Bumps [BlurHashSharp](https://github.com/Bond-009/BlurHashSharp) from 1.1.1 to 1.2.0. - [Release notes](https://github.com/Bond-009/BlurHashSharp/releases) - [Commits](https://github.com/Bond-009/BlurHashSharp/commits/v1.2.0) Signed-off-by: dependabot[bot] <support@github.com>
2021-03-13FxCop -> Net Analyzers (part 2)Bond_009
2021-03-09FxCop -> Net Analyzers (part 1)Bond_009
2021-01-09Remove CropWhitespace functionBond_009
2020-12-26fix boxes in library name backdrop for CJK characternyanmisaka
2020-12-11Set convolveAlpha to truecrobibero
2020-11-13Updated based on review feedbackcrobibero
2020-11-13Use null coalescing when possiblecrobibero
2020-11-13Convert NullReferenceException to ResourceNotFoundExceptioncrobibero
2020-11-13Fix nullability errors in Jellyfin.Drawing.Skiacrobibero
2020-11-10Update packages to net5crobibero
2020-10-13Merge pull request #3954 from Ullmie02/library-picturesAnthony Lavado
Use backdrop with library name as library thumbnail
2020-09-28Bump BlurHashSharp.SkiaSharp from 1.1.0 to 1.1.1dependabot[bot]
Bumps [BlurHashSharp.SkiaSharp](https://github.com/Bond-009/BlurHashSharp) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/Bond-009/BlurHashSharp/releases) - [Commits](https://github.com/Bond-009/BlurHashSharp/commits) Signed-off-by: dependabot[bot] <support@github.com>
2020-09-28Bump BlurHashSharp from 1.1.0 to 1.1.1dependabot[bot]
Bumps [BlurHashSharp](https://github.com/Bond-009/BlurHashSharp) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/Bond-009/BlurHashSharp/releases) - [Commits](https://github.com/Bond-009/BlurHashSharp/commits) Signed-off-by: dependabot[bot] <support@github.com>
2020-09-18Update SkiaSharp.NativeAssets.Linux to 2.80.2MrTimscampi
2020-09-14Bump SkiaSharp from 2.80.1 to 2.80.2dependabot[bot]
Bumps SkiaSharp from 2.80.1 to 2.80.2. Signed-off-by: dependabot[bot] <support@github.com>
2020-08-22Scale down text if too longDavid
2020-08-21Increase font size, center textDavid
2020-08-21Use backdrop with library name as library thumbnailDavid
2020-08-09Fix collagescvium
2020-08-02Apply suggestions from code reviewErwin de Haan
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2020-07-31Formatting in SkiaEncoder.csErwin de Haan
2020-07-31Add a note on the convolutional matrix filter.Erwin de Haan
2020-07-31Update Jellyfin.Drawing.Skia/SkiaEncoder.cs indentation.Erwin de Haan
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-07-31Update SkiaSharp to 2.80.1 and replace resize code.Erwin de Haan
This fixed the blurry resized images in the Web UI.
2020-07-30Update BlurHashSharp and set max size to 128x128cvium
2020-07-19Rewrite CropWhitespacePatrick Barron
2020-07-19Make constructor one linePatrick Barron
2020-07-19Rewrite OrientImagePatrick Barron
2020-07-19Reuse paint objects.Patrick Barron
2020-07-19Simplify return statementsPatrick Barron
2020-07-19Convert to switch expressionsPatrick Barron
2020-07-19Remove unnecessary base constructor calls.Patrick Barron
2020-07-19Simplify arithmeticPatrick Barron
2020-07-19Remove redundant castsPatrick Barron
2020-07-19Convert to using declarationsPatrick Barron
2020-06-13Merge pull request #3254 from crobibero/iloggerdkanada
Use typed logger where possible