chore(deps): update dependency sixlabors.imagesharp to v4 #191

Open
renovate wants to merge 1 commit from renovate/sixlabors.imagesharp-4.x into main
Collaborator

This PR contains the following updates:

Package Change Age Confidence
SixLabors.ImageSharp 3.1.124.1.2 age confidence

Release Notes

SixLabors/ImageSharp (SixLabors.ImageSharp)

v4.1.2

What's Changed

Full Changelog: https://github.com/SixLabors/ImageSharp/compare/v4.1.1...v4.1.2

v4.1.1

What's Changed

Full Changelog: https://github.com/SixLabors/ImageSharp/compare/v4.1.0...v4.1.1

v4.1.0

What's Changed
New Contributors

Full Changelog: https://github.com/SixLabors/ImageSharp/compare/v4.0.0...v4.1.0

v4.0.0

What's Changed
New Contributors

Full Changelog: https://github.com/SixLabors/ImageSharp/compare/v3.1.6...v4.0.0


Configuration

📅 Schedule: (in timezone Europe/Rome)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate CLI.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) | `3.1.12` → `4.1.2` | ![age](https://developer.mend.io/api/mc/badges/age/nuget/SixLabors.ImageSharp/4.1.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/SixLabors.ImageSharp/3.1.12/4.1.2?slim=true) | --- ### Release Notes <details> <summary>SixLabors/ImageSharp (SixLabors.ImageSharp)</summary> ### [`v4.1.2`](https://github.com/SixLabors/ImageSharp/releases/tag/v4.1.2) ##### What's Changed - Harden codec and metadata input validation by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;3187](https://github.com/SixLabors/ImageSharp/pull/3187) - Fix TIFF decoding of legacy 8-bit color maps by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;3189](https://github.com/SixLabors/ImageSharp/pull/3189) **Full Changelog**: <https://github.com/SixLabors/ImageSharp/compare/v4.1.1...v4.1.2> ### [`v4.1.1`](https://github.com/SixLabors/ImageSharp/releases/tag/v4.1.1) ##### What's Changed - Fix CCITT decompressor bounds checks and error handling by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;3176](https://github.com/SixLabors/ImageSharp/pull/3176) **Full Changelog**: <https://github.com/SixLabors/ImageSharp/compare/v4.1.0...v4.1.1> ### [`v4.1.0`](https://github.com/SixLabors/ImageSharp/releases/tag/v4.1.0) ##### What's Changed - GIF: background handling & quantizer overflow fix by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;3133](https://github.com/SixLabors/ImageSharp/pull/3133) - Validate PBM max pixel value by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;3134](https://github.com/SixLabors/ImageSharp/pull/3134) - Add support for Apple CgBI PNG images by [@&#8203;Erik-White](https://github.com/Erik-White) in [#&#8203;3136](https://github.com/SixLabors/ImageSharp/pull/3136) - Fix GIF transparency handling and dither by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;3143](https://github.com/SixLabors/ImageSharp/pull/3143) - Bump codecov/codecov-action from 6 to 7 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;3141](https://github.com/SixLabors/ImageSharp/pull/3141) - Add BlendWithCoverage overloads. Optimize Rgba32 compatible shuffling. by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;3150](https://github.com/SixLabors/ImageSharp/pull/3150) - Bump actions/checkout from 6 to 7 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;3146](https://github.com/SixLabors/ImageSharp/pull/3146) - Bump actions/cache from 5 to 6 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;3149](https://github.com/SixLabors/ImageSharp/pull/3149) - Fix convolution sampling for bounds smaller than the kernel radius by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;3152](https://github.com/SixLabors/ImageSharp/pull/3152) - Enhance pixel formats and associated-alpha operations with optimizations by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;3154](https://github.com/SixLabors/ImageSharp/pull/3154) - Bump actions/setup-dotnet from 5 to 6 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;3155](https://github.com/SixLabors/ImageSharp/pull/3155) - Fix degeneracy check for resize transforms by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;3157](https://github.com/SixLabors/ImageSharp/pull/3157) - Improvements to Apple CgBI PNG handling by [@&#8203;Erik-White](https://github.com/Erik-White) in [#&#8203;3137](https://github.com/SixLabors/ImageSharp/pull/3137) - Clone TIFF profiles into image metadata by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;3159](https://github.com/SixLabors/ImageSharp/pull/3159) - Add AOT compiler seeds for pixel formats and ICO, CUR, QOI codecs by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;3160](https://github.com/SixLabors/ImageSharp/pull/3160) - Normalize SIMD pipelines using TensorPrimitives\_ by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;3161](https://github.com/SixLabors/ImageSharp/pull/3161) - Add ANI decoder support by [@&#8203;Poker-sang](https://github.com/Poker-sang) in [#&#8203;2899](https://github.com/SixLabors/ImageSharp/pull/2899) - Remove AntialiasThreshold from GraphicsOptions by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;3162](https://github.com/SixLabors/ImageSharp/pull/3162) - Add plus and extended pixel blend modes by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;3163](https://github.com/SixLabors/ImageSharp/pull/3163) - Fix 16-bit binary PBM sample byte order by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;3164](https://github.com/SixLabors/ImageSharp/pull/3164) - Make MemoryAllocator limits configurable and extensible by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;3165](https://github.com/SixLabors/ImageSharp/pull/3165) ##### New Contributors - [@&#8203;Erik-White](https://github.com/Erik-White) made their first contribution in [#&#8203;3136](https://github.com/SixLabors/ImageSharp/pull/3136) **Full Changelog**: <https://github.com/SixLabors/ImageSharp/compare/v4.0.0...v4.1.0> ### [`v4.0.0`](https://github.com/SixLabors/ImageSharp/releases/tag/v4.0.0) ##### What's Changed - Update to net8 by [@&#8203;stefannikolei](https://github.com/stefannikolei) in [#&#8203;2583](https://github.com/SixLabors/ImageSharp/pull/2583) - Handle dedup of local palette of 256 length - Main by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;2607](https://github.com/SixLabors/ImageSharp/pull/2607) - Replace custom Crc32 by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;2611](https://github.com/SixLabors/ImageSharp/pull/2611) - Sync 3.1 DrawImage fixes by [@&#8203;tocsoft](https://github.com/tocsoft) in [#&#8203;2612](https://github.com/SixLabors/ImageSharp/pull/2612) - Fix handling gif encoding for global palettes - Main by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;2615](https://github.com/SixLabors/ImageSharp/pull/2615) - Bump actions/setup-dotnet from 3 to 4 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2613](https://github.com/SixLabors/ImageSharp/pull/2613) - Adjusted the casing of the Webp format name by [@&#8203;jscarle](https://github.com/jscarle) in [#&#8203;2623](https://github.com/SixLabors/ImageSharp/pull/2623) - Fix Paeth Filter decode on platforms that do not support Ssse3 - Main by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;2620](https://github.com/SixLabors/ImageSharp/pull/2620) - Fix WebP animation speed bug by [@&#8203;marklagendijk](https://github.com/marklagendijk) in [#&#8203;2624](https://github.com/SixLabors/ImageSharp/pull/2624) - Promote PixelTypeInfo to Pixel by [@&#8203;stefannikolei](https://github.com/stefannikolei) in [#&#8203;2601](https://github.com/SixLabors/ImageSharp/pull/2601) - TGA: Treat 32 bit True Color images always as transparent by [@&#8203;brianpopow](https://github.com/brianpopow) in [#&#8203;2643](https://github.com/SixLabors/ImageSharp/pull/2643) - Modernize and optimize pixel format operations across platforms. by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;2645](https://github.com/SixLabors/ImageSharp/pull/2645) - Cleanup SimdUtils by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;2654](https://github.com/SixLabors/ImageSharp/pull/2654) - Bump actions/cache from 3 to 4 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2648](https://github.com/SixLabors/ImageSharp/pull/2648) - Bump codecov/codecov-action from 3 to 4 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2657](https://github.com/SixLabors/ImageSharp/pull/2657) - Bump NuGet/setup-nuget from 1 to 2 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2658](https://github.com/SixLabors/ImageSharp/pull/2658) - Add v3.1.x fixes [#&#8203;2673](https://github.com/SixLabors/ImageSharp/issues/2673) and [#&#8203;2674](https://github.com/SixLabors/ImageSharp/issues/2674) into main. by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;2675](https://github.com/SixLabors/ImageSharp/pull/2675) - Add fixes 2668, 2676, and 2677 to main by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;2678](https://github.com/SixLabors/ImageSharp/pull/2678) - Merge 2681 to v4 Main by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;2690](https://github.com/SixLabors/ImageSharp/pull/2690) - Add JPEG COM marker support by [@&#8203;RobertMut](https://github.com/RobertMut) in [#&#8203;2641](https://github.com/SixLabors/ImageSharp/pull/2641) - Bump actions/upload-artifact from 3 to 4 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2625](https://github.com/SixLabors/ImageSharp/pull/2625) - Only exit JPEG scan decoding after multiple EOF hits by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;2701](https://github.com/SixLabors/ImageSharp/pull/2701) - V4 Ensure VP8X alpha flag is updated correctly. by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;2703](https://github.com/SixLabors/ImageSharp/pull/2703) - Fix animated png handling (issue [#&#8203;2708](https://github.com/SixLabors/ImageSharp/issues/2708)) by [@&#8203;SpaceCheetah](https://github.com/SpaceCheetah) in [#&#8203;2710](https://github.com/SixLabors/ImageSharp/pull/2710) - Merge latest release from v3 by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;2720](https://github.com/SixLabors/ImageSharp/pull/2720) - Fix MacOS jobs by [@&#8203;antonfirsov](https://github.com/antonfirsov) in [#&#8203;2728](https://github.com/SixLabors/ImageSharp/pull/2728) - Fix async-over-sync issue in Image.DecodeAsync() by [@&#8203;kroymann](https://github.com/kroymann) in [#&#8203;2725](https://github.com/SixLabors/ImageSharp/pull/2725) - Fix overflow in MemoryAllocator.Create(options) by [@&#8203;antonfirsov](https://github.com/antonfirsov) in [#&#8203;2730](https://github.com/SixLabors/ImageSharp/pull/2730) - GifDecoder: Limit lzw bits to a maximum of 12 bits by [@&#8203;brianpopow](https://github.com/brianpopow) in [#&#8203;2744](https://github.com/SixLabors/ImageSharp/pull/2744) - GifDecoder : Allow skipping bad metadata using identify by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;2749](https://github.com/SixLabors/ImageSharp/pull/2749) - Add ICO and CUR file decoder. by [@&#8203;frg2089](https://github.com/frg2089) in [#&#8203;2579](https://github.com/SixLabors/ImageSharp/pull/2579) - v4 - Fix off-by-one error when centering a transform. by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;2761](https://github.com/SixLabors/ImageSharp/pull/2761) - v4 Fix 2758 by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;2764](https://github.com/SixLabors/ImageSharp/pull/2764) - Simplify Color Space Conversion APIs by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;2739](https://github.com/SixLabors/ImageSharp/pull/2739) - Webp: Fix Issue 2763 by [@&#8203;brianpopow](https://github.com/brianpopow) in [#&#8203;2767](https://github.com/SixLabors/ImageSharp/pull/2767) - V4 Correctly break during Png decoding by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;2773](https://github.com/SixLabors/ImageSharp/pull/2773) - V4 : Fix filtering on PNG encode. by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;2778](https://github.com/SixLabors/ImageSharp/pull/2778) - Fix [#&#8203;2779](https://github.com/SixLabors/ImageSharp/issues/2779) buffer overrun by [@&#8203;KirillAldashkin](https://github.com/KirillAldashkin) in [#&#8203;2780](https://github.com/SixLabors/ImageSharp/pull/2780) - Fix ImageMetadata docs typo by [@&#8203;lofcz](https://github.com/lofcz) in [#&#8203;2781](https://github.com/SixLabors/ImageSharp/pull/2781) - Add API for metadata conversion between formats. by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;2751](https://github.com/SixLabors/ImageSharp/pull/2751) - Tiff decoder: Fix issue 2679 by [@&#8203;brianpopow](https://github.com/brianpopow) in [#&#8203;2789](https://github.com/SixLabors/ImageSharp/pull/2789) - Replace PngCrcChunkHandling by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;2786](https://github.com/SixLabors/ImageSharp/pull/2786) - Add tagname to debugger visualization for Exif- and Iptc-values, to facilitate easier debugging and discovery by [@&#8203;lassevk](https://github.com/lassevk) in [#&#8203;2787](https://github.com/SixLabors/ImageSharp/pull/2787) - V4 - Correctly handle transform spaces when building transform matrices. by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;2795](https://github.com/SixLabors/ImageSharp/pull/2795) - Allow decoding Tiff of different frame size. by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;2788](https://github.com/SixLabors/ImageSharp/pull/2788) - Add progressive JPEG encoder by [@&#8203;ardabada](https://github.com/ardabada) in [#&#8203;2740](https://github.com/SixLabors/ImageSharp/pull/2740) - Fix using dither in BmpEncoder when bit per pixel is <= 4 by [@&#8203;mistoll](https://github.com/mistoll) in [#&#8203;2819](https://github.com/SixLabors/ImageSharp/pull/2819) - Add QuadDistortion to ProjectiveTransformBuilder by [@&#8203;Socolin](https://github.com/Socolin) in [#&#8203;2748](https://github.com/SixLabors/ImageSharp/pull/2748) - WEBP : Use Correct Width With AlphaDecoder by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;2823](https://github.com/SixLabors/ImageSharp/pull/2823) - [#&#8203;2807](https://github.com/SixLabors/ImageSharp/issues/2807) Add early return in InternalDetectFormat by [@&#8203;stefannikolei](https://github.com/stefannikolei) in [#&#8203;2835](https://github.com/SixLabors/ImageSharp/pull/2835) - V4 : Rewrite ChunkedMemoryStream by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;2838](https://github.com/SixLabors/ImageSharp/pull/2838) - cleanup projects and environment variables by [@&#8203;kasperk81](https://github.com/kasperk81) in [#&#8203;2812](https://github.com/SixLabors/ImageSharp/pull/2812) - Expose Convolution Api by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;2797](https://github.com/SixLabors/ImageSharp/pull/2797) - Normalize Animation Encoders by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;2842](https://github.com/SixLabors/ImageSharp/pull/2842) - Normalize Encoder Transparency Handling For Alpha Aware Image Formats by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;2844](https://github.com/SixLabors/ImageSharp/pull/2844) - Remove Unsafe usage from `GifDecoderCore` and optimize loops by [@&#8203;antonfirsov](https://github.com/antonfirsov) in [#&#8203;2851](https://github.com/SixLabors/ImageSharp/pull/2851) - Install libgdiplus on ubuntu by [@&#8203;stefannikolei](https://github.com/stefannikolei) in [#&#8203;2875](https://github.com/SixLabors/ImageSharp/pull/2875) - V4 : Decode Chunky Tile Rows Directly. by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;2879](https://github.com/SixLabors/ImageSharp/pull/2879) - Get the benchmarks working again. by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;2886](https://github.com/SixLabors/ImageSharp/pull/2886) - V4: Gracefully handle LZW overflows by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;2887](https://github.com/SixLabors/ImageSharp/pull/2887) - Refactor buffer allocation in Vp8BitWriter.cs to use Span<byte> instead of byte\[] in WriteFrameHeader by [@&#8203;paulomorgado](https://github.com/paulomorgado) in [#&#8203;2905](https://github.com/SixLabors/ImageSharp/pull/2905) - Nested sub ifds parsing fix by [@&#8203;IldarKhayrutdinov](https://github.com/IldarKhayrutdinov) in [#&#8203;2869](https://github.com/SixLabors/ImageSharp/pull/2869) - Fix [#&#8203;2907](https://github.com/SixLabors/ImageSharp/issues/2907). BMP indexed palette parsed wrong by [@&#8203;zabulus](https://github.com/zabulus) in [#&#8203;2911](https://github.com/SixLabors/ImageSharp/pull/2911) - Undo horizontal prediction for each tile row in case of tiled tiff's by [@&#8203;brianpopow](https://github.com/brianpopow) in [#&#8203;2878](https://github.com/SixLabors/ImageSharp/pull/2878) - V4 - Use BPP from Color Writer for Compressor by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;2916](https://github.com/SixLabors/ImageSharp/pull/2916) - Modernize JPEG Color Converters by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;2917](https://github.com/SixLabors/ImageSharp/pull/2917) - Color conversion with ICC profiles by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;1567](https://github.com/SixLabors/ImageSharp/pull/1567) - V4 : Fix GIF, PNG, and WEBP Edge Case Handling by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;2894](https://github.com/SixLabors/ImageSharp/pull/2894) - Improve JPEG Block8x8F Intrinsics for Vector128 paths. by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;2918](https://github.com/SixLabors/ImageSharp/pull/2918) - Do not attempt to decode iDAT chunks when image is fully decoded. by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;2926](https://github.com/SixLabors/ImageSharp/pull/2926) - Fix Code Coverage Tests by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;2928](https://github.com/SixLabors/ImageSharp/pull/2928) - Do not encode WEBP images exceeding max dimensions by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;2930](https://github.com/SixLabors/ImageSharp/pull/2930) - Enable colorimetric normalization of JPEG image data during decode by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;2922](https://github.com/SixLabors/ImageSharp/pull/2922) - Remove unneeded loop in IccClut by [@&#8203;stefannikolei](https://github.com/stefannikolei) in [#&#8203;2936](https://github.com/SixLabors/ImageSharp/pull/2936) - Fix Typo and Offset in BufferedReadStream by [@&#8203;stefannikolei](https://github.com/stefannikolei) in [#&#8203;2935](https://github.com/SixLabors/ImageSharp/pull/2935) - V4 : Remove ExifTagValue.InteroperabilityIndex by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;2938](https://github.com/SixLabors/ImageSharp/pull/2938) - Add ARM support to WEBP Utilities by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;2933](https://github.com/SixLabors/ImageSharp/pull/2933) - Add Full Support for JPEG Tiff PhotometricInterpretation.Separated by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;2937](https://github.com/SixLabors/ImageSharp/pull/2937) - V4 TIFF : Allow additional and undefined extra samples by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;2941](https://github.com/SixLabors/ImageSharp/pull/2941) - V4 Use EXIF byte order for EXIF encoded strings. by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;2943](https://github.com/SixLabors/ImageSharp/pull/2943) - Reduce the number of memory allocations in lossless WebP encoder by [@&#8203;SladeThe](https://github.com/SladeThe) in [#&#8203;2940](https://github.com/SixLabors/ImageSharp/pull/2940) - GIF: Check for end of stream when reading comments. by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;2954](https://github.com/SixLabors/ImageSharp/pull/2954) - Enforce Explicit Types and Target Type new by [@&#8203;stefannikolei](https://github.com/stefannikolei) in [#&#8203;2951](https://github.com/SixLabors/ImageSharp/pull/2951) - Use Target Type new only when apparent by [@&#8203;stefannikolei](https://github.com/stefannikolei) in [#&#8203;2958](https://github.com/SixLabors/ImageSharp/pull/2958) - Update Subject EXIF metadata when transforming images. by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;2946](https://github.com/SixLabors/ImageSharp/pull/2946) - Convert CodeBase to collection Expressions by [@&#8203;stefannikolei](https://github.com/stefannikolei) in [#&#8203;2957](https://github.com/SixLabors/ImageSharp/pull/2957) - Handle hex parsing in Color with format support by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;2964](https://github.com/SixLabors/ImageSharp/pull/2964) - Do not store obsolete tRNS chunk data following processing. by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;2975](https://github.com/SixLabors/ImageSharp/pull/2975) - Update to license enforcing submodule by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;2981](https://github.com/SixLabors/ImageSharp/pull/2981) - Only set GIF canvas background when required. by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;2982](https://github.com/SixLabors/ImageSharp/pull/2982) - When decoding a compressed TIFF, truncate a too-long string instead of throwing an exception by [@&#8203;brianberns](https://github.com/brianberns) in [#&#8203;2986](https://github.com/SixLabors/ImageSharp/pull/2986) - Enforce ICC D50 PCS illuminant when converting colours between profiles by [@&#8203;waacton](https://github.com/waacton) in [#&#8203;2987](https://github.com/SixLabors/ImageSharp/pull/2987) - v4 : Add Full Metadata Parsing for WEBP Animations by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;3001](https://github.com/SixLabors/ImageSharp/pull/3001) - V4: Prevent negative allocation attempt for huge TIFF files by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;3003](https://github.com/SixLabors/ImageSharp/pull/3003) - Fix detection of canonical sRGB profiles by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;3008](https://github.com/SixLabors/ImageSharp/pull/3008) - Fix off-by-one errors when transforming images. by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;3011](https://github.com/SixLabors/ImageSharp/pull/3011) - Throw UnknownImageFormatException for empty input by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;3020](https://github.com/SixLabors/ImageSharp/pull/3020) - Normalize WebP Chunk parsing. by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;3021](https://github.com/SixLabors/ImageSharp/pull/3021) - Add ARM hosted runners by [@&#8203;stefannikolei](https://github.com/stefannikolei) in [#&#8203;3018](https://github.com/SixLabors/ImageSharp/pull/3018) - Explicitly handle missing SOS marker. by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;3022](https://github.com/SixLabors/ImageSharp/pull/3022) - Add .NET10.0 as TFM by [@&#8203;stefannikolei](https://github.com/stefannikolei) in [#&#8203;3014](https://github.com/SixLabors/ImageSharp/pull/3014) - Fix decoding tiff image with BigEndian + 64 bit / pixel + associated alpha by [@&#8203;Socolin](https://github.com/Socolin) in [#&#8203;3032](https://github.com/SixLabors/ImageSharp/pull/3032) - Fix PixelColorType.YCbCr wrongly interpreted as grayscale in PngEncoder by [@&#8203;Socolin](https://github.com/Socolin) in [#&#8203;3034](https://github.com/SixLabors/ImageSharp/pull/3034) - Fix VP8X reserved bytes use Position += 3 instead of Write, causing 3-byte truncation in alpha WebP images by [@&#8203;jrlost](https://github.com/jrlost) in [#&#8203;3036](https://github.com/SixLabors/ImageSharp/pull/3036) - Apply ICC Profile / Color Conversion when decoding PNG by [@&#8203;Socolin](https://github.com/Socolin) in [#&#8203;3028](https://github.com/SixLabors/ImageSharp/pull/3028) - Make UnmanagedMemoryHandle members readonly and improve pool finalization tests by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;3040](https://github.com/SixLabors/ImageSharp/pull/3040) - Minor optimizations to Resize. by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;3044](https://github.com/SixLabors/ImageSharp/pull/3044) - Enhance XmpProfile to add XDocument normalization by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;3047](https://github.com/SixLabors/ImageSharp/pull/3047) - Add proper IptcProfile support in PNG by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;3048](https://github.com/SixLabors/ImageSharp/pull/3048) - Add ICC profile conversion support to WEBP by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;3051](https://github.com/SixLabors/ImageSharp/pull/3051) - feat: Add animation loop control to DrawImage with repeatCount parameter by [@&#8203;Yushu2606](https://github.com/Yushu2606) in [#&#8203;2995](https://github.com/SixLabors/ImageSharp/pull/2995) - Allow ICC conversion for Uncompressed CIE Lab, CMYK and RGB TIFF by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;3054](https://github.com/SixLabors/ImageSharp/pull/3054) - Capture palette from Tiff when available. by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;3055](https://github.com/SixLabors/ImageSharp/pull/3055) - Bump codecov/codecov-action from 4 to 5 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2840](https://github.com/SixLabors/ImageSharp/pull/2840) - Speed improvements to resize convolution (no vpermps w/ FMA) by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;2793](https://github.com/SixLabors/ImageSharp/pull/2793) - Undo [#&#8203;2025](https://github.com/SixLabors/ImageSharp/issues/2025) by [@&#8203;antonfirsov](https://github.com/antonfirsov) in [#&#8203;3061](https://github.com/SixLabors/ImageSharp/pull/3061) - Bump actions/cache from 4 to 5 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;3059](https://github.com/SixLabors/ImageSharp/pull/3059) - Add row-stride overloads for memory APIs by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;3066](https://github.com/SixLabors/ImageSharp/pull/3066) - Bump actions/upload-artifact from 4 to 6 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;3058](https://github.com/SixLabors/ImageSharp/pull/3058) - Bump actions/setup-dotnet from 4 to 5 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;3060](https://github.com/SixLabors/ImageSharp/pull/3060) - Throw explicit InvalidImageContentException when BMP BPP is invalid. by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;3069](https://github.com/SixLabors/ImageSharp/pull/3069) - Add sparse ICC v4 mAB/mBA LUT support for ICC conversion by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;3070](https://github.com/SixLabors/ImageSharp/pull/3070) - JPEG - Throw explicit ImageContentException on missing marker. by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;3072](https://github.com/SixLabors/ImageSharp/pull/3072) - Replace AntialiasSubpixelDepth with AntialiasThreshold by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;3073](https://github.com/SixLabors/ImageSharp/pull/3073) - Add check, if Offset is greater then stream length when reading bitmap colorMapSize by [@&#8203;brianpopow](https://github.com/brianpopow) in [#&#8203;3075](https://github.com/SixLabors/ImageSharp/pull/3075) - Bump actions/checkout from 4 to 6 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;3057](https://github.com/SixLabors/ImageSharp/pull/3057) - Add Matrix4x4 transform overloads and corresponding tests by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;3077](https://github.com/SixLabors/ImageSharp/pull/3077) - Add check for span length in parse PNG pHYs chunk by [@&#8203;brianpopow](https://github.com/brianpopow) in [#&#8203;3080](https://github.com/SixLabors/ImageSharp/pull/3080) - Bump actions/upload-artifact from 6 to 7 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;3076](https://github.com/SixLabors/ImageSharp/pull/3076) - Add checks, if enough data is present when reading PNG text chunks by [@&#8203;brianpopow](https://github.com/brianpopow) in [#&#8203;3081](https://github.com/SixLabors/ImageSharp/pull/3081) - PNG: Should Not Throw Exception when alpha.Length > colorTable.Length in tRNS chunk by [@&#8203;brianpopow](https://github.com/brianpopow) in [#&#8203;3084](https://github.com/SixLabors/ImageSharp/pull/3084) - Expand pixel blender API to support single color bulk operations and fix transforms. by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;3089](https://github.com/SixLabors/ImageSharp/pull/3089) - PNG: Throw InvalidImageContentException when frame control chunk does not have enough data by [@&#8203;brianpopow](https://github.com/brianpopow) in [#&#8203;3094](https://github.com/SixLabors/ImageSharp/pull/3094) - Add working-buffer blending and adjust row APIs by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;3102](https://github.com/SixLabors/ImageSharp/pull/3102) - Fix JPEG SIMD slicing and padding length handling. by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;3105](https://github.com/SixLabors/ImageSharp/pull/3105) - Update and simplify quantization color caches and tests by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;3107](https://github.com/SixLabors/ImageSharp/pull/3107) - Fix Identify returning incorrect frame count for animated PNGs by [@&#8203;andreas-eriksson](https://github.com/andreas-eriksson) in [#&#8203;3101](https://github.com/SixLabors/ImageSharp/pull/3101) - Add ImageInfo.GetPixelMemorySize; docs & tests by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;3108](https://github.com/SixLabors/ImageSharp/pull/3108) - Modernize PorterDuffFunctions with operators and add tests by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;3109](https://github.com/SixLabors/ImageSharp/pull/3109) - Allow -1 (unbounded) parallelism; validate settings by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;3110](https://github.com/SixLabors/ImageSharp/pull/3110) - Benchmark parallelization by [@&#8203;antonfirsov](https://github.com/antonfirsov) in [#&#8203;3111](https://github.com/SixLabors/ImageSharp/pull/3111) - Add more throughput benchmarks and pass Configuration where missed by [@&#8203;antonfirsov](https://github.com/antonfirsov) in [#&#8203;3114](https://github.com/SixLabors/ImageSharp/pull/3114) - Add support for OpenEXR image format by [@&#8203;brianpopow](https://github.com/brianpopow) in [#&#8203;3096](https://github.com/SixLabors/ImageSharp/pull/3096) - Add accumulative allocation tracking to allocators by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;3056](https://github.com/SixLabors/ImageSharp/pull/3056) - JPEG : Optimize ScaledCopyTo and Block8x8F for common scale factors by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;3115](https://github.com/SixLabors/ImageSharp/pull/3115) - Replace parallel row iteration with sequential loops in Crop/Convolution Processors by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;3113](https://github.com/SixLabors/ImageSharp/pull/3113) - Enhance decoders with segment integrity handling by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;3119](https://github.com/SixLabors/ImageSharp/pull/3119) - Revert "Merge pull request [#&#8203;3056](https://github.com/SixLabors/ImageSharp/issues/3056) from SixLabors/js/accumulative-memor… by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;3123](https://github.com/SixLabors/ImageSharp/pull/3123) - Add ImageFrame visitor; use Buffer2D Size/Bounds + Expose Subregion by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;3125](https://github.com/SixLabors/ImageSharp/pull/3125) - Add support for decoding PXR24 compressed Exr images by [@&#8203;brianpopow](https://github.com/brianpopow) in [#&#8203;3124](https://github.com/SixLabors/ImageSharp/pull/3124) - Bump codecov/codecov-action from 5 to 6 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;3097](https://github.com/SixLabors/ImageSharp/pull/3097) - Bump NuGet/setup-nuget from 2 to 4 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;3121](https://github.com/SixLabors/ImageSharp/pull/3121) - Add additional unit tests to improve code coverage. Update licensing by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;3127](https://github.com/SixLabors/ImageSharp/pull/3127) - Fix integer overflow and bounds-checking vulnerabilities in EXR decoder by [@&#8203;svenclaesson](https://github.com/svenclaesson) in [#&#8203;3126](https://github.com/SixLabors/ImageSharp/pull/3126) - Add AllocationTrackedMemoryManager and refactor allocators by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;3120](https://github.com/SixLabors/ImageSharp/pull/3120) ##### New Contributors - [@&#8203;jscarle](https://github.com/jscarle) made their first contribution in [#&#8203;2623](https://github.com/SixLabors/ImageSharp/pull/2623) - [@&#8203;marklagendijk](https://github.com/marklagendijk) made their first contribution in [#&#8203;2624](https://github.com/SixLabors/ImageSharp/pull/2624) - [@&#8203;RobertMut](https://github.com/RobertMut) made their first contribution in [#&#8203;2641](https://github.com/SixLabors/ImageSharp/pull/2641) - [@&#8203;frg2089](https://github.com/frg2089) made their first contribution in [#&#8203;2579](https://github.com/SixLabors/ImageSharp/pull/2579) - [@&#8203;KirillAldashkin](https://github.com/KirillAldashkin) made their first contribution in [#&#8203;2780](https://github.com/SixLabors/ImageSharp/pull/2780) - [@&#8203;lofcz](https://github.com/lofcz) made their first contribution in [#&#8203;2781](https://github.com/SixLabors/ImageSharp/pull/2781) - [@&#8203;lassevk](https://github.com/lassevk) made their first contribution in [#&#8203;2787](https://github.com/SixLabors/ImageSharp/pull/2787) - [@&#8203;ardabada](https://github.com/ardabada) made their first contribution in [#&#8203;2740](https://github.com/SixLabors/ImageSharp/pull/2740) - [@&#8203;mistoll](https://github.com/mistoll) made their first contribution in [#&#8203;2819](https://github.com/SixLabors/ImageSharp/pull/2819) - [@&#8203;Socolin](https://github.com/Socolin) made their first contribution in [#&#8203;2748](https://github.com/SixLabors/ImageSharp/pull/2748) - [@&#8203;kasperk81](https://github.com/kasperk81) made their first contribution in [#&#8203;2812](https://github.com/SixLabors/ImageSharp/pull/2812) - [@&#8203;paulomorgado](https://github.com/paulomorgado) made their first contribution in [#&#8203;2905](https://github.com/SixLabors/ImageSharp/pull/2905) - [@&#8203;zabulus](https://github.com/zabulus) made their first contribution in [#&#8203;2911](https://github.com/SixLabors/ImageSharp/pull/2911) - [@&#8203;SladeThe](https://github.com/SladeThe) made their first contribution in [#&#8203;2940](https://github.com/SixLabors/ImageSharp/pull/2940) - [@&#8203;brianberns](https://github.com/brianberns) made their first contribution in [#&#8203;2986](https://github.com/SixLabors/ImageSharp/pull/2986) - [@&#8203;waacton](https://github.com/waacton) made their first contribution in [#&#8203;2987](https://github.com/SixLabors/ImageSharp/pull/2987) - [@&#8203;jrlost](https://github.com/jrlost) made their first contribution in [#&#8203;3036](https://github.com/SixLabors/ImageSharp/pull/3036) - [@&#8203;Yushu2606](https://github.com/Yushu2606) made their first contribution in [#&#8203;2995](https://github.com/SixLabors/ImageSharp/pull/2995) - [@&#8203;andreas-eriksson](https://github.com/andreas-eriksson) made their first contribution in [#&#8203;3101](https://github.com/SixLabors/ImageSharp/pull/3101) **Full Changelog**: <https://github.com/SixLabors/ImageSharp/compare/v3.1.6...v4.0.0> </details> --- ### Configuration 📅 **Schedule**: (in timezone Europe/Rome) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate CLI](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yODAuMiIsInVwZGF0ZWRJblZlciI6IjQ0LjExMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJjaG9yZSIsImRlcHMiLCJtYWpvciJdfQ==-->
chore(deps): update dependency sixlabors.imagesharp to v4
Some checks failed
ci / Lint & Test (pull_request) Failing after 2m28s
734eb4c58c
renovate force-pushed renovate/sixlabors.imagesharp-4.x from 734eb4c58c
Some checks failed
ci / Lint & Test (pull_request) Failing after 2m28s
to 01ea6a4525
Some checks failed
ci / Lua content lint (pull_request) Successful in 32s
ci / Lint & Test (pull_request) Failing after 5m24s
2026-07-24 19:01:01 +02:00
Compare
renovate force-pushed renovate/sixlabors.imagesharp-4.x from 01ea6a4525
Some checks failed
ci / Lua content lint (pull_request) Successful in 32s
ci / Lint & Test (pull_request) Failing after 5m24s
to 63b3a4349e
Some checks failed
ci / Lua content lint (pull_request) Successful in 19s
ci / Lint & Test (pull_request) Failing after 6m4s
2026-07-24 20:01:03 +02:00
Compare
renovate force-pushed renovate/sixlabors.imagesharp-4.x from 63b3a4349e
Some checks failed
ci / Lua content lint (pull_request) Successful in 19s
ci / Lint & Test (pull_request) Failing after 6m4s
to 81d6e107f0
Some checks failed
ci / Lua content lint (pull_request) Successful in 20s
ci / Lint & Test (pull_request) Failing after 4m18s
2026-07-25 10:00:51 +02:00
Compare
renovate force-pushed renovate/sixlabors.imagesharp-4.x from 81d6e107f0
Some checks failed
ci / Lua content lint (pull_request) Successful in 20s
ci / Lint & Test (pull_request) Failing after 4m18s
to 8cf9a0abc5
Some checks failed
ci / Lua content lint (pull_request) Successful in 33s
ci / Lint & Test (pull_request) Failing after 8m31s
2026-07-25 18:00:46 +02:00
Compare
renovate force-pushed renovate/sixlabors.imagesharp-4.x from 8cf9a0abc5
Some checks failed
ci / Lua content lint (pull_request) Successful in 33s
ci / Lint & Test (pull_request) Failing after 8m31s
to 18f400873a
Some checks failed
ci / Lua content lint (pull_request) Successful in 13s
ci / Lint & Test (pull_request) Failing after 8m33s
2026-07-25 19:00:56 +02:00
Compare
renovate force-pushed renovate/sixlabors.imagesharp-4.x from 18f400873a
Some checks failed
ci / Lua content lint (pull_request) Successful in 13s
ci / Lint & Test (pull_request) Failing after 8m33s
to abbadb8c70
Some checks failed
ci / Lua content lint (pull_request) Successful in 12s
ci / Lint & Test (pull_request) Failing after 7m35s
2026-07-25 23:00:49 +02:00
Compare
renovate force-pushed renovate/sixlabors.imagesharp-4.x from abbadb8c70
Some checks failed
ci / Lua content lint (pull_request) Successful in 12s
ci / Lint & Test (pull_request) Failing after 7m35s
to d1a5963c13
Some checks failed
ci / Lua content lint (pull_request) Successful in 11s
ci / Lint & Test (pull_request) Failing after 2m5s
2026-07-26 00:01:00 +02:00
Compare
renovate force-pushed renovate/sixlabors.imagesharp-4.x from d1a5963c13
Some checks failed
ci / Lua content lint (pull_request) Successful in 11s
ci / Lint & Test (pull_request) Failing after 2m5s
to 8df3c67602
Some checks failed
ci / Lua content lint (pull_request) Successful in 50s
ci / Lint & Test (pull_request) Failing after 7m8s
2026-07-31 11:01:03 +02:00
Compare
renovate force-pushed renovate/sixlabors.imagesharp-4.x from 8df3c67602
Some checks failed
ci / Lua content lint (pull_request) Successful in 50s
ci / Lint & Test (pull_request) Failing after 7m8s
to fd52f3da24
Some checks failed
ci / Lua content lint (pull_request) Successful in 52s
ci / Lint & Test (pull_request) Failing after 6m29s
2026-07-31 13:00:56 +02:00
Compare
renovate force-pushed renovate/sixlabors.imagesharp-4.x from fd52f3da24
Some checks failed
ci / Lua content lint (pull_request) Successful in 52s
ci / Lint & Test (pull_request) Failing after 6m29s
to 8536486cd7
Some checks failed
ci / Lua content lint (pull_request) Successful in 45s
ci / Lint & Test (pull_request) Failing after 4m21s
2026-07-31 21:01:22 +02:00
Compare
renovate force-pushed renovate/sixlabors.imagesharp-4.x from 8536486cd7
Some checks failed
ci / Lua content lint (pull_request) Successful in 45s
ci / Lint & Test (pull_request) Failing after 4m21s
to 8a3fd1eeb1
Some checks failed
ci / Lint & Test (pull_request) Failing after 6m16s
ci / Lua content lint (pull_request) Successful in 37s
2026-08-01 09:01:24 +02:00
Compare
renovate force-pushed renovate/sixlabors.imagesharp-4.x from 8a3fd1eeb1
Some checks failed
ci / Lint & Test (pull_request) Failing after 6m16s
ci / Lua content lint (pull_request) Successful in 37s
to 21425247fe
Some checks failed
ci / Lua content lint (pull_request) Successful in 53s
ci / Lint & Test (pull_request) Failing after 6m11s
2026-08-01 11:01:15 +02:00
Compare
renovate force-pushed renovate/sixlabors.imagesharp-4.x from 21425247fe
Some checks failed
ci / Lua content lint (pull_request) Successful in 53s
ci / Lint & Test (pull_request) Failing after 6m11s
to 9bea383302
Some checks failed
ci / Lua content lint (pull_request) Successful in 51s
ci / Lint & Test (pull_request) Failing after 7m31s
2026-08-01 12:01:20 +02:00
Compare
renovate force-pushed renovate/sixlabors.imagesharp-4.x from 9bea383302
Some checks failed
ci / Lua content lint (pull_request) Successful in 51s
ci / Lint & Test (pull_request) Failing after 7m31s
to a40418a52e
Some checks failed
ci / Lua content lint (pull_request) Successful in 51s
ci / Lint & Test (pull_request) Failing after 7m13s
2026-08-01 13:01:02 +02:00
Compare
renovate force-pushed renovate/sixlabors.imagesharp-4.x from a40418a52e
Some checks failed
ci / Lua content lint (pull_request) Successful in 51s
ci / Lint & Test (pull_request) Failing after 7m13s
to 409f0d3ddb
Some checks failed
ci / Lua content lint (pull_request) Successful in 56s
ci / Lint & Test (pull_request) Failing after 7m10s
2026-08-01 14:00:59 +02:00
Compare
renovate force-pushed renovate/sixlabors.imagesharp-4.x from 409f0d3ddb
Some checks failed
ci / Lua content lint (pull_request) Successful in 56s
ci / Lint & Test (pull_request) Failing after 7m10s
to 9c5408be0e
Some checks failed
ci / Lint & Test (pull_request) Failing after 7m2s
ci / Lua content lint (pull_request) Successful in 52s
2026-08-01 18:01:04 +02:00
Compare
renovate force-pushed renovate/sixlabors.imagesharp-4.x from 9c5408be0e
Some checks failed
ci / Lint & Test (pull_request) Failing after 7m2s
ci / Lua content lint (pull_request) Successful in 52s
to 72e3dad559
Some checks failed
ci / Lua content lint (pull_request) Successful in 46s
ci / Lint & Test (pull_request) Failing after 6m59s
2026-08-01 19:01:02 +02:00
Compare
renovate force-pushed renovate/sixlabors.imagesharp-4.x from 72e3dad559
Some checks failed
ci / Lua content lint (pull_request) Successful in 46s
ci / Lint & Test (pull_request) Failing after 6m59s
to 88a450b512
Some checks failed
ci / Lua content lint (pull_request) Successful in 57s
ci / Lint & Test (pull_request) Failing after 7m16s
2026-08-01 20:01:01 +02:00
Compare
renovate force-pushed renovate/sixlabors.imagesharp-4.x from 88a450b512
Some checks failed
ci / Lua content lint (pull_request) Successful in 57s
ci / Lint & Test (pull_request) Failing after 7m16s
to db38384b1d
Some checks failed
ci / Lua content lint (pull_request) Successful in 29s
ci / Lint & Test (pull_request) Failing after 5m13s
2026-08-01 22:01:08 +02:00
Compare
renovate force-pushed renovate/sixlabors.imagesharp-4.x from db38384b1d
Some checks failed
ci / Lua content lint (pull_request) Successful in 29s
ci / Lint & Test (pull_request) Failing after 5m13s
to 21241c164a
Some checks failed
ci / Lua content lint (pull_request) Successful in 54s
ci / Lint & Test (pull_request) Failing after 6m52s
2026-08-01 23:01:07 +02:00
Compare
renovate force-pushed renovate/sixlabors.imagesharp-4.x from 21241c164a
Some checks failed
ci / Lua content lint (pull_request) Successful in 54s
ci / Lint & Test (pull_request) Failing after 6m52s
to 6a51844395
Some checks failed
ci / Lua content lint (pull_request) Successful in 35s
ci / Lint & Test (pull_request) Failing after 5m4s
2026-08-02 01:01:59 +02:00
Compare
renovate force-pushed renovate/sixlabors.imagesharp-4.x from 6a51844395
Some checks failed
ci / Lua content lint (pull_request) Successful in 35s
ci / Lint & Test (pull_request) Failing after 5m4s
to c1c82e1b25
Some checks failed
ci / Lua content lint (pull_request) Successful in 13s
ci / Lint & Test (pull_request) Failing after 2m27s
2026-08-02 02:01:04 +02:00
Compare
renovate force-pushed renovate/sixlabors.imagesharp-4.x from c1c82e1b25
Some checks failed
ci / Lua content lint (pull_request) Successful in 13s
ci / Lint & Test (pull_request) Failing after 2m27s
to 8e1775ca5d
Some checks failed
ci / Lua content lint (pull_request) Successful in 13s
ci / Lint & Test (pull_request) Failing after 2m27s
2026-08-02 11:00:42 +02:00
Compare
renovate force-pushed renovate/sixlabors.imagesharp-4.x from 8e1775ca5d
Some checks failed
ci / Lua content lint (pull_request) Successful in 13s
ci / Lint & Test (pull_request) Failing after 2m27s
to ba2258f7fb
Some checks failed
ci / Lua content lint (pull_request) Successful in 12s
ci / Lint & Test (pull_request) Failing after 2m29s
2026-08-02 12:00:47 +02:00
Compare
renovate force-pushed renovate/sixlabors.imagesharp-4.x from ba2258f7fb
Some checks failed
ci / Lua content lint (pull_request) Successful in 12s
ci / Lint & Test (pull_request) Failing after 2m29s
to 41d26ca600
Some checks failed
ci / Lua content lint (pull_request) Successful in 13s
ci / Lint & Test (pull_request) Failing after 2m16s
2026-08-02 14:00:43 +02:00
Compare
renovate force-pushed renovate/sixlabors.imagesharp-4.x from 41d26ca600
Some checks failed
ci / Lua content lint (pull_request) Successful in 13s
ci / Lint & Test (pull_request) Failing after 2m16s
to 68ed4aeb28
Some checks failed
ci / Lua content lint (pull_request) Successful in 17s
ci / Lint & Test (pull_request) Failing after 3m28s
2026-08-02 15:00:55 +02:00
Compare
renovate force-pushed renovate/sixlabors.imagesharp-4.x from 68ed4aeb28
Some checks failed
ci / Lua content lint (pull_request) Successful in 17s
ci / Lint & Test (pull_request) Failing after 3m28s
to b7759cf452
Some checks failed
ci / Lua content lint (pull_request) Successful in 13s
ci / Lint & Test (pull_request) Failing after 2m12s
2026-08-02 16:01:13 +02:00
Compare
renovate force-pushed renovate/sixlabors.imagesharp-4.x from b7759cf452
Some checks failed
ci / Lua content lint (pull_request) Successful in 13s
ci / Lint & Test (pull_request) Failing after 2m12s
to 2577eca5ba
Some checks failed
ci / Lua content lint (pull_request) Successful in 12s
ci / Lint & Test (pull_request) Failing after 3m8s
2026-08-02 17:00:42 +02:00
Compare
renovate force-pushed renovate/sixlabors.imagesharp-4.x from 2577eca5ba
Some checks failed
ci / Lua content lint (pull_request) Successful in 12s
ci / Lint & Test (pull_request) Failing after 3m8s
to b476bcb465
Some checks failed
ci / Lua content lint (pull_request) Successful in 12s
ci / Lint & Test (pull_request) Failing after 2m20s
2026-08-02 23:00:41 +02:00
Compare
renovate force-pushed renovate/sixlabors.imagesharp-4.x from b476bcb465
Some checks failed
ci / Lua content lint (pull_request) Successful in 12s
ci / Lint & Test (pull_request) Failing after 2m20s
to 18bf900057
Some checks failed
ci / Lua content lint (pull_request) Successful in 11s
ci / Lint & Test (pull_request) Failing after 2m14s
2026-08-03 01:01:08 +02:00
Compare
renovate force-pushed renovate/sixlabors.imagesharp-4.x from 18bf900057
Some checks failed
ci / Lua content lint (pull_request) Successful in 11s
ci / Lint & Test (pull_request) Failing after 2m14s
to a5a8266019
Some checks failed
ci / Lua content lint (pull_request) Successful in 18s
ci / Lint & Test (pull_request) Failing after 5m59s
2026-08-03 22:01:19 +02:00
Compare
renovate force-pushed renovate/sixlabors.imagesharp-4.x from a5a8266019
Some checks failed
ci / Lua content lint (pull_request) Successful in 18s
ci / Lint & Test (pull_request) Failing after 5m59s
to afa7a64a6a
Some checks failed
ci / Lua content lint (pull_request) Successful in 56s
ci / Lint & Test (pull_request) Failing after 2m54s
2026-08-03 23:00:49 +02:00
Compare
renovate force-pushed renovate/sixlabors.imagesharp-4.x from afa7a64a6a
Some checks failed
ci / Lua content lint (pull_request) Successful in 56s
ci / Lint & Test (pull_request) Failing after 2m54s
to 8039475c9b
Some checks failed
ci / Lua content lint (pull_request) Successful in 12s
ci / Lint & Test (pull_request) Failing after 2m17s
2026-08-05 14:01:13 +02:00
Compare
renovate force-pushed renovate/sixlabors.imagesharp-4.x from 8039475c9b
Some checks failed
ci / Lua content lint (pull_request) Successful in 12s
ci / Lint & Test (pull_request) Failing after 2m17s
to 5c1b5af330
Some checks failed
ci / Lua content lint (pull_request) Successful in 12s
ci / Lint & Test (pull_request) Failing after 2m27s
2026-08-05 20:00:46 +02:00
Compare
renovate force-pushed renovate/sixlabors.imagesharp-4.x from 5c1b5af330
Some checks failed
ci / Lua content lint (pull_request) Successful in 12s
ci / Lint & Test (pull_request) Failing after 2m27s
to 8ab582ea0d
Some checks failed
ci / Lua content lint (pull_request) Successful in 15s
ci / Lint & Test (pull_request) Failing after 2m32s
2026-08-06 13:00:58 +02:00
Compare
renovate force-pushed renovate/sixlabors.imagesharp-4.x from 8ab582ea0d
Some checks failed
ci / Lua content lint (pull_request) Successful in 15s
ci / Lint & Test (pull_request) Failing after 2m32s
to b97682cbd8
Some checks failed
ci / Lua content lint (pull_request) Successful in 11s
ci / Lint & Test (pull_request) Failing after 2m19s
2026-08-07 22:00:44 +02:00
Compare
renovate force-pushed renovate/sixlabors.imagesharp-4.x from b97682cbd8
Some checks failed
ci / Lua content lint (pull_request) Successful in 11s
ci / Lint & Test (pull_request) Failing after 2m19s
to a49f6d9933
Some checks failed
ci / Lua content lint (pull_request) Successful in 14s
ci / Lint & Test (pull_request) Failing after 2m37s
2026-08-08 16:00:50 +02:00
Compare
renovate force-pushed renovate/sixlabors.imagesharp-4.x from a49f6d9933
Some checks failed
ci / Lua content lint (pull_request) Successful in 14s
ci / Lint & Test (pull_request) Failing after 2m37s
to ddb81aad41
All checks were successful
ci / Lua content lint (pull_request) Successful in 13s
ci / Lint & Test (pull_request) Successful in 6m33s
2026-08-12 02:00:59 +02:00
Compare
renovate force-pushed renovate/sixlabors.imagesharp-4.x from ddb81aad41
All checks were successful
ci / Lua content lint (pull_request) Successful in 13s
ci / Lint & Test (pull_request) Successful in 6m33s
to 7006c5c03d
All checks were successful
ci / Lua content lint (pull_request) Successful in 16s
ci / Lint & Test (pull_request) Successful in 6m0s
2026-08-20 09:01:10 +02:00
Compare
renovate force-pushed renovate/sixlabors.imagesharp-4.x from 7006c5c03d
All checks were successful
ci / Lua content lint (pull_request) Successful in 16s
ci / Lint & Test (pull_request) Successful in 6m0s
to 3fc6600d3e
All checks were successful
ci / Lua content lint (pull_request) Successful in 52s
ci / Lint & Test (pull_request) Successful in 9m49s
2026-09-14 07:01:28 +02:00
Compare
All checks were successful
ci / Lua content lint (pull_request) Successful in 52s
ci / Lint & Test (pull_request) Successful in 9m49s
Required
Details
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/sixlabors.imagesharp-4.x:renovate/sixlabors.imagesharp-4.x
git switch renovate/sixlabors.imagesharp-4.x
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
marco/IsoMmo!191
No description provided.