Robert Mutniański
e259e35ff0
Merge branch 'main' into main
2 years ago
Brian Popow
f926822425
Merge pull request #2643 from SixLabors/bp/Issue2629
TGA: Treat 32 bit True Color images always as transparent
2 years ago
James Jackson-South
c9b4edda19
Use proper constant
2 years ago
James Jackson-South
5cf8f606e2
Push the right fix!
2 years ago
James Jackson-South
d9126ea991
Attempt to fix left shift
2 years ago
James Jackson-South
4c47a7881b
Fix missed normalization
2 years ago
James Jackson-South
b250ac3923
Introduce new utilities to replace poor performing runtime methods
2 years ago
Brian Popow
10b27a3e29
Remove no longer needed 32 bit tga reference images
2 years ago
Brian Popow
9c8aff6ba3
Merge branch 'main' into bp/Issue2629
2 years ago
Brian Popow
ce73c49fcb
Update 32 bit test images without alpha bits
2 years ago
James Jackson-South
4931372733
Port first Shuffl3 method
2 years ago
James Jackson-South
3969525d2a
Port shuffle4
2 years ago
Brian Popow
1c2bfd8ebf
Add test for issue 2629
2 years ago
Brian Popow
84a7988f5d
TrueColor images with 32 bits per pixel are assumed to always have 8 bit alpha channel
2 years ago
James Jackson-South
e78db37254
Merge branch 'main' into main
2 years ago
James Jackson-South
77cf84854d
Merge pull request #2601 from stefannikolei/sn/promote-pixeltype
Promote PixelTypeInfo to Pixel
2 years ago
Robert Mutniański
d6165909fd
tab
2 years ago
Robert Mutniański
b3a8452edc
Rename SaveComment to SetComment, add index, add clearcomments
2 years ago
Robert Mutniański
bb9ed65333
add jpeg com marker support
2 years ago
James Jackson-South
029381e2d3
Remove outdated rule overrides.
2 years ago
James Jackson-South
057edd8ddd
Use the new metadata
2 years ago
James Jackson-South
1d352513e5
Add PixelColorType
2 years ago
James Jackson-South
6b6b474892
Introduce PixelComponentInfo + simplify Color
2 years ago
James Jackson-South
4a528c1e38
Merge branch 'main' into sn/promote-pixeltype
2 years ago
James Jackson-South
72d603bcc4
Merge pull request #2637 from SixLabors/backport/webp-milliseconds
Backport: Fix WebP animation speed bug
2 years ago
James Jackson-South
6570fc6c74
Update WebpFrameMetadata.cs
2 years ago
James Jackson-South
efd0c8e24e
Merge pull request #2624 from marklagendijk/fix-webp-animation-speed
Fix WebP animation speed bug
2 years ago
dependabot[bot]
51cd84eb2f
Bump actions/upload-artifact from 3 to 4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Mark Lagendijk
715297c905
Fix WebP animation speed bug
`Milliseconds` is the milli seconds component of the TimeSpan, `TotalMilliseconds` is the entire TimeSpan expressed as milliseconds.
Example, Timespan of 3.5 seconds:
* `Milliseconds`: 500
* `TotalMilliseconds`: 3500
2 years ago
James Jackson-South
07c8f7a154
Merge branch 'main' into sn/promote-pixeltype
2 years ago
James Jackson-South
1baba9e02d
Merge pull request #2620 from SixLabors/js/fix-sse3-paeth
Fix Paeth Filter decode on platforms that do not support Ssse3 - Main
2 years ago
James Jackson-South
d8e9cecb45
Merge branch 'main' into js/fix-sse3-paeth
2 years ago
James Jackson-South
e3b61d01b3
Merge pull request #2623 from jscarle/main
Adjusted the casing of the Webp format name
2 years ago
Jean-Sebastien Carle
768c1cbe7a
Update WebpFormat.cs
Adjusted casing of Webp format name.
2 years ago
James Jackson-South
df5061397f
Merge branch 'main' into js/fix-sse3-paeth
2 years ago
James Jackson-South
4b162dbadf
Merge pull request #2618 from SixLabors/js/fix-sse3-paeth
Fix Paeth Filter decode on platforms that do not support Ssse3
2 years ago
James Jackson-South
9672d48bcc
Fix Ssse3 Path decode
2 years ago
James Jackson-South
d1c231bb85
Rename property, use int.
2 years ago
James Jackson-South
c80a7919b1
Merge branch 'main' into sn/promote-pixeltype
2 years ago
James Jackson-South
3fd0d70ff5
Merge pull request #2613 from SixLabors/dependabot/github_actions/actions/setup-dotnet-4
Bump actions/setup-dotnet from 3 to 4
2 years ago
James Jackson-South
51193111a1
Fix handling gif encoding for global palettes - Main ( #2615 )
* Handle dedup of local palette of 256 length
* handle when foreground overhangs bottom of background
* prevent potential overflow
* reduce to a single par of clamping operations
* correctly calculate Rect when negative target set
* Handle global ani with 256 palette and no trans
* Bump diff for windows
---------
Co-authored-by: Scott Williams <tocsoft@gmail.com>
Co-authored-by: Scott Williams <166440+tocsoft@users.noreply.github.com>
2 years ago
James Jackson-South
ad1b0e6dad
Fix handling gif encoding for global palettes. ( #2614 )
* Handle global ani with 256 palette and no trans
* Bump diff for windows
2 years ago
James Jackson-South
6f9bc03e55
Merge branch 'main' into sn/promote-pixeltype
2 years ago
James Jackson-South
c7f18c8a6f
Use info for color conversion
2 years ago
dependabot[bot]
75b9d88a48
Bump actions/setup-dotnet from 3 to 4
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet ) from 3 to 4.
- [Release notes](https://github.com/actions/setup-dotnet/releases )
- [Commits](https://github.com/actions/setup-dotnet/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/setup-dotnet
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
James Jackson-South
db705814df
Add PixelComponentPrecision
2 years ago
Scott Williams
d8857023be
Sync 3.1 DrawImage fixes ( #2612 )
* Handle dedup of local palette of 256 length
* handle when foreground overhangs bottom of background
* prevent potential overflow
* reduce to a single par of clamping operations
* correctly calculate Rect when negative target set
---------
Co-authored-by: James Jackson-South <james_south@hotmail.com>
2 years ago
Scott Williams
6863127506
Merge pull request #2610 from SixLabors/issue/2603
Handle case when Foreground image overhangs bottom of background image during DrawImage Call (3.1 target)
2 years ago
James Jackson-South
9e89cc8e2c
Merge branch 'main' into sn/promote-pixeltype
2 years ago
James Jackson-South
a4ce7ca019
Merge branch 'release/3.1.x' into issue/2603
2 years ago