Brian Popow
|
e7a10b0c23
|
Merge pull request #2147 from br3aker/dp/jpeg-decoder-invalid-marker-fix
Skip invalid markers during jpeg decoding
|
4 years ago |
Brian Popow
|
e74641a69e
|
Merge branch 'main' into dp/jpeg-decoder-invalid-marker-fix
|
4 years ago |
Dmitry Pentin
|
ef9830fd69
|
Removed debug console log
|
4 years ago |
Dmitry Pentin
|
943cc34393
|
Fixed
|
4 years ago |
dependabot[bot]
|
3609507a70
|
Bump codecov/codecov-action from 1 to 3
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 to 3.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v1...v3)
---
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>
|
4 years ago |
dependabot[bot]
|
c1bb294d50
|
Bump actions/upload-artifact from 2 to 3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v2...v3)
---
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>
|
4 years ago |
dependabot[bot]
|
a59e0f281a
|
Bump actions/cache from 2 to 3
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.
- [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/v2...v3)
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
4 years ago |
dependabot[bot]
|
60b815761a
|
Bump actions/setup-dotnet from 1 to 2
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 1 to 2.
- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](https://github.com/actions/setup-dotnet/compare/v1...v2)
---
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>
|
4 years ago |
dependabot[bot]
|
08448a98ad
|
Bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
4 years ago |
Dirk Lemstra
|
cf86a975fe
|
Added dependabot config to keep github actions up to date.
|
4 years ago |
Brian Popow
|
1b475adbb3
|
Merge pull request #2135 from SixLabors/bp/Issue2133
Deduce color space as YCbCr if component id's are 1, 2, 3
|
4 years ago |
Brian Popow
|
9d04ae4701
|
Add test case for #2133
|
4 years ago |
Brian Popow
|
dd6b4c11fd
|
Deduce color space as YCbCr if component id's are 1, 2, 3
|
4 years ago |
James Jackson-South
|
0eb411c549
|
Merge pull request #2124 from SixLabors/bp/Issue2123
Jpeg compressed tiff: jpeg decoder should handle the conversion from YCbCr to RGB
|
4 years ago |
Brian Popow
|
c167062d84
|
Add compare to reference output for decoding tiff images with YCbCr data
|
4 years ago |
Brian Popow
|
4e84800728
|
Fallback to id color deduction for adobe marker
|
4 years ago |
Brian Popow
|
bc733221a4
|
Fix jpeg compressed tiff without jpeg table
|
4 years ago |
Brian Popow
|
e42fdd09f2
|
Change deducing color space according to review
|
4 years ago |
Brian Popow
|
d652a4afa5
|
Add test case for replicating issue #2123
|
4 years ago |
Brian Popow
|
58927f327b
|
Also set color type to rgb, when compression is jpeg
|
4 years ago |
Brian Popow
|
535372da09
|
Another attempt to get deducing jpeg color space right
|
4 years ago |
Brian Popow
|
44c1ad58b1
|
Use flag to indicate if JFIF marker is present (invalid markers also count)
|
4 years ago |
Brian Popow
|
30e4354985
|
JFIF implies YCbCr
|
4 years ago |
Brian Popow
|
afc13e04f2
|
Add test for jpeg compressed tiff, which is actually RGB colorspace
|
4 years ago |
Brian Popow
|
89668a6e4d
|
3-channel non-subsampled images are assumed to be RGB.
|
4 years ago |
Brian Popow
|
c1c4f528c7
|
If component Id's are 1-3 for a 3-channel image, then the image is assumed to be YCbCr
|
4 years ago |
Brian Popow
|
3f192f9e66
|
Merge branch 'main' into bp/Issue2123
|
4 years ago |
Brian Popow
|
82e7ac14f0
|
Override PhotometricInterpretation to RGB, if it's YCbCr and Jpeg compressed
|
4 years ago |
Brian Popow
|
9268701336
|
Another attempt: Remove invalid test image, not actually ycbcr
|
4 years ago |
Brian Popow
|
b6e26ede08
|
Remove invalid test image: not actually ycbcr
|
4 years ago |
Brian Popow
|
233dfe12c5
|
Update Magick reference to 11.1.2
|
4 years ago |
Brian Popow
|
f15b336f86
|
Fix issue disposing tmp buffer too early
|
4 years ago |
Brian Popow
|
c661ab1478
|
Merge pull request #1985 from SixLabors/bp/webpanimation
Add support for decoding webp images with animations
|
4 years ago |
Brian Popow
|
980a1f043c
|
Use bulk conversion in AlphaBlend
|
4 years ago |
James Jackson-South
|
8528f1a33e
|
Optimize RestoreToBackground
|
4 years ago |
Brian Popow
|
4dd0dc9511
|
Merge branch 'main' into bp/webpanimation
|
4 years ago |
Brian Popow
|
2a8418f986
|
Review changes
|
4 years ago |
Brian Popow
|
5634228f59
|
Merge pull request #2110 from SixLabors/bp/png-iccp
Preserve color profile when encoding PNG images
|
4 years ago |
Brian Popow
|
a0e38c87b0
|
Use memory stream for uncompressed data instead of a list
|
4 years ago |
Brian Popow
|
d43ec499e3
|
Use memory allocator for destination buffer for the uncomressed bytes
|
4 years ago |
Brian Popow
|
2dd35982e7
|
Avoid allocation, remove code duplication for decompressing zlib data
|
4 years ago |
Brian Popow
|
b025d29de4
|
Apply suggestions from code review
Co-authored-by: Günther Foidl <gue@korporal.at>
|
4 years ago |
James Jackson-South
|
8176d4bd09
|
Merge branch 'main' into bp/png-iccp
|
4 years ago |
James Jackson-South
|
fcac74b4b7
|
Merge pull request #2109 from SixLabors/bp/webp-iccprofile
Preserve color profile when encoding webp images
|
4 years ago |
Brian Popow
|
cc9c1679f5
|
Merge branch 'main' into bp/png-iccp
|
4 years ago |
Brian Popow
|
35d1473d7a
|
Use const color profile name
|
4 years ago |
Brian Popow
|
d645ba4bf3
|
Add test for ICC profile
|
4 years ago |
Brian Popow
|
9b5d56f585
|
Preserve color profile when encoding png's
|
4 years ago |
Brian Popow
|
1c474c7758
|
Add decoding color profile chunk
|
4 years ago |
Brian Popow
|
587cec2ac6
|
Merge branch 'main' into bp/webp-iccprofile
|
4 years ago |