chore(deps): Bump SixLabors.ImageSharp from 3.1.12 to 4.0.0#170
Closed
dependabot[bot] wants to merge 1 commit into
Closed
chore(deps): Bump SixLabors.ImageSharp from 3.1.12 to 4.0.0#170dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
--- updated-dependencies: - dependency-name: SixLabors.ImageSharp dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
173191a to
f55aeab
Compare
Contributor
Author
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Jeffreyyvdb
added a commit
that referenced
this pull request
Jun 5, 2026
…177) SixLabors.ImageSharp v4 added a build-time license check that hard-fails compilation without a key (see the failed v4 bump in #170), and both v3/v4 carry the Six Labors Split License. Swap to SkiaSharp (MIT) so this MIT open-source project has no licensing requirement or build-time key. - Api.csproj: drop SixLabors.ImageSharp; add SkiaSharp + SkiaSharp.NativeAssets.Linux.NoDependencies (no libfontconfig needed in the container since we only decode/resize/encode, no text rendering). - CoverThumbnailService: SKBitmap.Decode + aspect-preserving downscale (Mitchell cubic, never upscale) + WebP@80 encode; same null-on-failure and atomic-temp-file caching behavior. - Tests: build/identify images via SkiaSharp instead of ImageSharp. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated SixLabors.ImageSharp from 3.1.12 to 4.0.0.
Release notes
Sourced from SixLabors.ImageSharp's releases.
4.0.0
What's Changed
... (truncated)
Commits viewable in compare view.