Skip to content

Tags: SixLabors/ImageSharp

Tags

v3.1.4

Toggle v3.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #2716 from SixLabors/js/clear-buffers

Clear Pixel Buffers on Decode.

v2.1.8

Toggle v2.1.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #2715 from SixLabors/backport/v2-memlimit

V2 - Limit all memory allocations in the MemoryAllocator layer

v2.1.7

Toggle v2.1.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #2688 from SixLabors/js/backport-2681

Backport 2681

v3.1.3

Toggle v3.1.3's commit message
Allow nightlies from previous releases

v3.1.2

Toggle v3.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #2637 from SixLabors/backport/webp-milliseconds

Backport: Fix WebP animation speed bug

v3.1.1

Toggle v3.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix handling gif encoding for global palettes. (#2614)

* Handle global ani with 256 palette and no trans

* Bump diff for windows

v3.1.0

Toggle v3.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #2599 from SixLabors/js/fix-2595

Use source length as bounds when unpacking RGB planes

v3.0.2

Toggle v3.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Handle EOF in Jpeg bit reader when data is bad to prevent DOS attack. (

…#2516)

* Handle EOF in bit reader when data is bad.

* Allow parallel processing of multi-megapixel image

* Stream seek can exceed the length of a stream

* Try triggering on release branches

* Update JpegBitReader.cs

* Skin on Win .NET 6

* All Win OS is an issue

* Address feedback

* add validation to CanIterateWithoutIntOverflow

---------

Co-authored-by: antonfirsov <antonfir@gmail.com>

v2.1.6

Toggle v2.1.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #2524 from SixLabors/js/backport-fix-jpeg-dos

Backport - Handle EOF in Jpeg bit reader when data is bad to prevent DOS attack.

v2.1.5

Toggle v2.1.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #2509 from SixLabors/backport/2501

Backport #2501