dkanada
b8eb8940c7
Merge pull request #6257 from MrTimscampi/music-library-backdrop
...
Use artist backdrop for generated library image
4 years ago
Rich Lander
c07e83fdf8
Invert code and style analysis configuration ( #6334 )
...
Co-authored-by: Bond-009 <bond.009@outlook.com>
4 years ago
dependabot[bot]
903628af76
Bump SkiaSharp.NativeAssets.Linux from 2.80.2 to 2.80.3
...
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>
4 years ago
dependabot[bot]
26f6c5520c
Bump SkiaSharp from 2.80.2 to 2.80.3
...
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>
4 years ago
MrTimscampi
3b8947aba6
Add using keywords to non-disposed objects in BuildThumbCollageBitmap
4 years ago
MrTimscampi
8a65a6dfc3
Use artist backdrop for generated library image
4 years ago
Bond_009
981cf4cfa0
Remove our own RemoveDiacritcs string extension in favor of Diacritics.Net
4 years ago
Cody Robibero
e3f55a0c54
Reduce warnings in MediaBrowser.Controller ( #6006 )
...
Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
4 years ago
dependabot[bot]
63355af518
Bump BlurHashSharp.SkiaSharp from 1.1.1 to 1.2.0
...
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>
4 years ago
Bond-009
89ae336694
Merge pull request #5654 from jellyfin/dependabot/nuget/BlurHashSharp-1.2.0
...
Bump BlurHashSharp from 1.1.1 to 1.2.0
4 years ago
Bond-009
b2fbf97abd
Merge pull request #4988 from Bond-009/crop
4 years ago
dependabot[bot]
949ef2ed10
Bump BlurHashSharp from 1.1.1 to 1.2.0
...
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>
4 years ago
Bond_009
a8ed753f6c
FxCop -> Net Analyzers (part 2)
4 years ago
Bond_009
9ed7f429c0
FxCop -> Net Analyzers (part 1)
4 years ago
Bond_009
620fbf0f89
Remove CropWhitespace function
4 years ago
nyanmisaka
4839c2006b
fix boxes in library name backdrop for CJK character
4 years ago
crobibero
ac2593e370
Set convolveAlpha to true
4 years ago
crobibero
73d2cb1c2a
Updated based on review feedback
4 years ago
crobibero
95ebb9a55a
Use null coalescing when possible
4 years ago
crobibero
5f52a58e78
Convert NullReferenceException to ResourceNotFoundException
4 years ago
crobibero
a02514a114
Fix nullability errors in Jellyfin.Drawing.Skia
4 years ago
crobibero
83629ab6f2
Update packages to net5
4 years ago
Anthony Lavado
1f5ac19346
Merge pull request #3954 from Ullmie02/library-pictures
...
Use backdrop with library name as library thumbnail
5 years ago
dependabot[bot]
e84cfc688b
Bump BlurHashSharp.SkiaSharp from 1.1.0 to 1.1.1
...
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>
5 years ago
dependabot[bot]
5b6b66f7b3
Bump BlurHashSharp from 1.1.0 to 1.1.1
...
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>
5 years ago
MrTimscampi
226e517f11
Update SkiaSharp.NativeAssets.Linux to 2.80.2
5 years ago
dependabot[bot]
b83b8f5267
Bump SkiaSharp from 2.80.1 to 2.80.2
...
Bumps SkiaSharp from 2.80.1 to 2.80.2.
Signed-off-by: dependabot[bot] <support@github.com>
5 years ago
David
9165dc3b3a
Scale down text if too long
5 years ago
David
d740e7aee6
Increase font size, center text
5 years ago
David
a3020f2917
Use backdrop with library name as library thumbnail
5 years ago
cvium
1dcc678a6a
Fix collages
5 years ago
Erwin de Haan
0f43780c8c
Apply suggestions from code review
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
5 years ago
Erwin de Haan
44aca4dc6f
Formatting in SkiaEncoder.cs
5 years ago
Erwin de Haan
526eea41f0
Add a note on the convolutional matrix filter.
5 years ago
Erwin de Haan
af38e5469f
Update Jellyfin.Drawing.Skia/SkiaEncoder.cs indentation.
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
5 years ago
Erwin de Haan
7ce99aaf78
Update SkiaSharp to 2.80.1 and replace resize code.
...
This fixed the blurry resized images in the Web UI.
5 years ago
cvium
af274de77e
Update BlurHashSharp and set max size to 128x128
5 years ago
Patrick Barron
36b05157f0
Rewrite CropWhitespace
5 years ago
Patrick Barron
4a356efa2c
Make constructor one line
5 years ago
Patrick Barron
b51a10948a
Rewrite OrientImage
5 years ago
Patrick Barron
2569793ff0
Reuse paint objects.
5 years ago
Patrick Barron
d983d65d8a
Simplify return statements
5 years ago
Patrick Barron
a9806d8f4a
Convert to switch expressions
5 years ago
Patrick Barron
1be3e1e037
Remove unnecessary base constructor calls.
5 years ago
Patrick Barron
87b8a8d7c7
Simplify arithmetic
5 years ago
Patrick Barron
bd77f1e84f
Remove redundant casts
5 years ago
Patrick Barron
196e8e131a
Convert to using declarations
5 years ago
dkanada
403cd3205f
Merge pull request #3254 from crobibero/ilogger
...
Use typed logger where possible
5 years ago
dependabot[bot]
00b340557f
Bump SkiaSharp.NativeAssets.Linux from 1.68.1 to 1.68.3
...
Bumps SkiaSharp.NativeAssets.Linux from 1.68.1 to 1.68.3.
Signed-off-by: dependabot[bot] <support@github.com>
5 years ago
dependabot[bot]
81b1803153
Bump SkiaSharp from 1.68.1 to 1.68.3
...
Bumps SkiaSharp from 1.68.1 to 1.68.3.
Signed-off-by: dependabot[bot] <support@github.com>
5 years ago