dependabot[bot]
d865ab96f2
Bump NuGet/setup-nuget from 1 to 2
Bumps [NuGet/setup-nuget](https://github.com/nuget/setup-nuget ) from 1 to 2.
- [Release notes](https://github.com/nuget/setup-nuget/releases )
- [Commits](https://github.com/nuget/setup-nuget/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: NuGet/setup-nuget
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
James Jackson-South
849042a3b9
Merge pull request #2657 from SixLabors/dependabot/github_actions/codecov/codecov-action-4
Bump codecov/codecov-action from 3 to 4
2 years ago
James Jackson-South
c3dff35091
Merge pull request #2648 from SixLabors/dependabot/github_actions/actions/cache-4
Bump actions/cache from 3 to 4
2 years ago
James Jackson-South
1f22bceef8
Merge pull request #2654 from SixLabors/js/xplat-intrinsics
Cleanup SimdUtils
2 years ago
James Jackson-South
4e494d427f
Simplify checks
2 years ago
James Jackson-South
0ec839fb93
Update SimdUtils.HwIntrinsics.cs
2 years ago
James Jackson-South
c6758df08b
Optimize and cleanup ByteToNormalizedFloatReduce
2 years ago
dependabot[bot]
ecdd12e7b5
Bump codecov/codecov-action from 3 to 4
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 3 to 4.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
James Jackson-South
805c7c45a8
Merge branch 'js/xplat-intrinsics' of https://github.com/SixLabors/ImageSharp into js/xplat-intrinsics
2 years ago
James Jackson-South
9d737b71f7
Avoid downclocking
2 years ago
James Jackson-South
68b7dbcf58
Update src/ImageSharp/Common/Helpers/SimdUtils.HwIntrinsics.cs
Co-authored-by: Clinton Ingram <clinton.ingram@outlook.com>
2 years ago
James Jackson-South
89cd8492f1
Remove unused methods
2 years ago
James Jackson-South
980347e96f
ENhance NormalizedFloatToByteSaturate
2 years ago
James Jackson-South
2d979f90dd
Merge pull request #2645 from SixLabors/js/pixelsformats
Modernize and optimize pixel format operations across platforms.
2 years ago
James Jackson-South
3a3ff89ec4
Make CreatePixelOperations static
2 years ago
James Jackson-South
7b93ee74d5
Update benchmarks
2 years ago
dependabot[bot]
6580494b5a
Bump actions/cache from 3 to 4
Bumps [actions/cache](https://github.com/actions/cache ) from 3 to 4.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](https://github.com/actions/cache/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
James Jackson-South
cee00af6e3
Merge branch 'main' into js/pixelsformats
2 years ago
James Jackson-South
2de4f2c54e
Update refs
2 years ago
James Jackson-South
8af75fe0d4
Restore GetPixelTypeInfo
2 years ago
James Jackson-South
dfd983f17c
Update library to use new pixel API
2 years ago
James Jackson-South
acaebd94d7
Update individual pixel implementations
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
77cf84854d
Merge pull request #2601 from stefannikolei/sn/promote-pixeltype
Promote PixelTypeInfo to Pixel
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
efd0c8e24e
Merge pull request #2624 from marklagendijk/fix-webp-animation-speed
Fix WebP animation speed bug
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
9672d48bcc
Fix Ssse3 Path decode
2 years ago