Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: SixLabors/ImageSharp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.8
Choose a base ref
...
head repository: SixLabors/ImageSharp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.9
Choose a head ref
  • 13 commits
  • 27 files changed
  • 2 contributors

Commits on May 8, 2024

  1. Fix overflow in MemoryAllocator.Create(options) (#2730)

    Fix an overlook from #2706. See 92b8277#r141770676.
    # Conflicts:
    #	src/ImageSharp/Memory/Allocators/MemoryAllocator.cs
    antonfirsov committed May 8, 2024
    Configuration menu
    Copy the full SHA
    7386702 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. use macos-13

    antonfirsov committed May 9, 2024
    Configuration menu
    Copy the full SHA
    8699557 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Merge pull request #2732 from SixLabors/fix-allocator-overlflow-2.1

    [2.1] Fix overflow in MemoryAllocator.Create(options)
    JimBobSquarePants authored May 10, 2024
    Configuration menu
    Copy the full SHA
    7ce329a View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. backport #2749 to 2.1

    antonfirsov committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    898df7f View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Merge pull request #2756 from SixLabors/af/git-av-2.1

    Backport GIF LZW fix to 2.1
    JimBobSquarePants authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    a1f2879 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Decode LZW row by row

    Signed-off-by: antonfirsov <antonfir@gmail.com>
    JimBobSquarePants authored and antonfirsov committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    4b910e7 View commit details
    Browse the repository at this point in the history
  2. Clamp JPEG quality estimation results.

    Signed-off-by: antonfirsov <antonfir@gmail.com>
    JimBobSquarePants authored and antonfirsov committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    28c20de View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    3bf8c57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f5bf23 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ffad3f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6b2030b View commit details
    Browse the repository at this point in the history
  5. handle DecodingMode

    antonfirsov committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    b33d666 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Merge pull request #2770 from SixLabors/af/backport-2759-2.1.x

    Backport 2759 to 2.1.x
    JimBobSquarePants authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    9816ca4 View commit details
    Browse the repository at this point in the history
Loading