Commit Graph

73 Commits (dd3b48f2039fe299a55db437190a9e0d5c78145c)

Author SHA1 Message Date
cvium 1dcc678a6a Fix collages
4 years ago
Erwin de Haan 0f43780c8c
Apply suggestions from code review
4 years ago
Erwin de Haan 44aca4dc6f Formatting in SkiaEncoder.cs
4 years ago
Erwin de Haan 526eea41f0 Add a note on the convolutional matrix filter.
4 years ago
Erwin de Haan af38e5469f
Update Jellyfin.Drawing.Skia/SkiaEncoder.cs indentation.
4 years ago
Erwin de Haan 7ce99aaf78 Update SkiaSharp to 2.80.1 and replace resize code.
4 years ago
cvium af274de77e Update BlurHashSharp and set max size to 128x128
4 years ago
Patrick Barron 36b05157f0 Rewrite CropWhitespace
4 years ago
Patrick Barron 4a356efa2c Make constructor one line
4 years ago
Patrick Barron b51a10948a Rewrite OrientImage
4 years ago
Patrick Barron 2569793ff0 Reuse paint objects.
4 years ago
Patrick Barron d983d65d8a Simplify return statements
4 years ago
Patrick Barron a9806d8f4a Convert to switch expressions
4 years ago
Patrick Barron 1be3e1e037 Remove unnecessary base constructor calls.
4 years ago
Patrick Barron 87b8a8d7c7 Simplify arithmetic
4 years ago
Patrick Barron bd77f1e84f Remove redundant casts
4 years ago
Patrick Barron 196e8e131a Convert to using declarations
4 years ago
dkanada 403cd3205f
Merge pull request #3254 from crobibero/ilogger
4 years ago
dependabot[bot] 00b340557f
Bump SkiaSharp.NativeAssets.Linux from 1.68.1 to 1.68.3
4 years ago
dependabot[bot] 81b1803153
Bump SkiaSharp from 1.68.1 to 1.68.3
4 years ago
crobibero 44957c5a9a Use typed logger where possible
4 years ago
dkanada 8d7e9ab515 minor refactoring
4 years ago
Vasily 26eef1bbf8 Move logic of computing Blurhash components to ImageProcessor
4 years ago
Vasily a76cee7a95 Update BlurHashSharp to 1.0.1, remove workaround
4 years ago
Vasily f30b07130f Workaround a bug in BlurHashSharp
4 years ago
Vasily f575415e0b Pick blurhash sizes depending on image aspect ratio
4 years ago
Vasily 3fb4c1356c Make blurhash be computed during regular scans if it was not already computed
4 years ago
Vasily 186b7f303c More small optimizations
4 years ago
Vasily f18293bf76 Switch to BlurHashSharp lib which should be faster
4 years ago
Jesús Higueras b9fc0d2628 Add BlurHash support to backend
4 years ago
Bond_009 118f30059c Merge branch 'master' into nullable4
4 years ago
Bond-009 d744d7d234 Merge branch 'master' into register-services-correctly
4 years ago
Mark Monteiro c5f163293f Add <ProjectGuid> properties to all project files
4 years ago
Bond_009 2fcbc2a5b8 Enable nullabe reference types for Emby.Drawing and Jellyfin.Drawing.Skia
4 years ago
Mark Monteiro 07cebbeae2 Register and construct IImageProcessor, SqliteItemRepository and IImageEncoder correctly
4 years ago
dkanada 5a816f0b22
Merge pull request #2731 from Bond-009/minor2
4 years ago
Bond_009 4419587c2a Minor improvements
4 years ago
Unknown 55ddda09c4 Update Jellyfin.SkiaSharp.NativeAssets.LinuxArm to version 1.68.1
4 years ago
Bond-009 a2490a7ae5
Merge branch 'master' into images
4 years ago
Bond_009 87d2479b78 Fix warnings
4 years ago
Bond_009 2186df8ac4 Update deps
4 years ago
Bond_009 ddf9b38799 Simplify image processing by removing image enhancers
4 years ago
Mark Monteiro 47805d89fe Set CA1032 (Implement standard exception constructors) severity to info globally
5 years ago
Mark Monteiro 4c30557527 Remove commented code
5 years ago
Mark Monteiro f7eef1aa7f Use the correct verbiage for documenting thrown exceptions
5 years ago
Mark Monteiro c1c1672d0f Fix remaining StyleCop warnings
5 years ago
Mark Monteiro c05933234a Enable `TreatWarningsAsErrors` flag is project file
5 years ago
Mark Monteiro 2c3e1b8562 Enable StyleCop analyzer and fix existing issues
5 years ago
Mark Monteiro b8c8d45b8d Enable Serilog and multithreading analyzer
5 years ago
Mark Monteiro 0cf9e59d5a Enable FxCop Analysis and fix issues
5 years ago