Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/SixLabors/ImageSharp

:camera: A modern, cross-platform, 2D Graphics library for .NET
https://github.com/SixLabors/ImageSharp

fix range check

4c0dde1b815e2fd86f9d17213a138c69e526346d authored about 3 years ago
Numerics.IsOutOfRangeZeroToMax

ace4fbc229e98f29fb84576b4e8e020f793a8550 authored about 3 years ago
Merge branch 'master' into af/faster-getrowspan

208c83c9cf502323a32e6d892fe94cd39fa6ae23 authored about 3 years ago
update benchmark results

d9f4dc607b44946a085211ff7eef9f761b38d17f authored about 3 years ago
watch SUPPORTS_CREATESPAN

bce450ce257b8bf00a1c044277c67eee969239a0 authored about 3 years ago
simplify TryGetPaddedRowSpan()

8d651ebc710b7fede6633cb4ebb240fba4972804 authored about 3 years ago
Merge branch 'master' into bigtiff

8cb1acc554163a0086cba1ab1ed68082120479a2 authored about 3 years ago
Merge pull request #1899 from br3aker/dp/jpeg-sampling-factor-validation

Jpeg sampling factor validation #1894

39f37d09af1edb921a13b68cb31aeec809476df7 authored about 3 years ago
Speed up DangerousGetRowSpan with SpanCache

0f7f1373fceb388369faa5433e57bbd041c3b06d authored about 3 years ago
Merge branch 'master' into dp/jpeg-sampling-factor-validation

791a1a1d6acab41547ef1db8b6e5a86a8bd6c38a authored about 3 years ago
Buffer2D_DangerousGetRowSpan benchmark

3f4e05c811fe272439609f765b460d8e2236713e authored about 3 years ago
moved SwapOrCopyContent responsibility entirely to Buffer2D

8a4b5c6ed5d05a18ca7c10b9f512c29c7b015021 authored about 3 years ago
Add SSE2 version of SetCoeffs

0740ee7802251f25f352f9a4c0b3d9fa2ac40348 authored about 3 years ago
Add AVX2 version of GetResidualCost

7eb6b238b30bec1781d96a90959c42cb5151f69a authored about 3 years ago
Add SSE2 version of GetResidualCost

8e05f5dba1f9dde0b94f144f30b03a5dc540e531 authored about 3 years ago
Merge pull request #1898 from SixLabors/bp/png_idatcrc

PNG: Verify CRC of IDAT chunk is correct

a35684832defb99a96271a91a780efd589aa4453 authored about 3 years ago
Fixed tests

7ced49747e84744c93b6dca6138257e0d9395a11 authored about 3 years ago
Merge remote-tracking branch 'upstream/master' into bigtiff

Conflicts:
src/ImageSharp/Formats/Tiff/Ifd/DirectoryReader.cs
tests/ImageSharp.Tests/F...

cf2f4e64beadbd0a628cf574c5f6b1cf8936736c authored about 3 years ago
add TiffFormatType enum

7df7d0dbec9cbfb598d9814a107b865789d1e27c authored about 3 years ago
universal format detector

d2500953f766281f7df571215f3a49923d49225c authored about 3 years ago
gfoidl IsOutOfRange

f3b8e5cd8d1e00492367b40498de1a67f6da2375 authored about 3 years ago
Merge branch 'master' into bp/png_idatcrc

112585c007351ce58c07e5febcb31039de51278d authored about 3 years ago
Removed unused methods, added new throw helper method

1f9ef3e926372325ebc8d342729f03cb782e880a authored about 3 years ago
Merge branch 'master' into dp/jpeg-sampling-factor-validation

48c0d82a44c8bf55eac4d52731488970ed1da53b authored about 3 years ago
Merge pull request #1886 from ynse01/add-Abgr32-pixel-type

Add Abgr32 pixel type

5e060ba79cfc189e90068d7f35948fec21876a24 authored about 3 years ago
Sampling factor validation

e045fbb023b561f9b327e434e7aae319772372b6 authored about 3 years ago
Merge branch 'master' into add-Abgr32-pixel-type

a94b8c417979d9169936fe6039a2cb3e27832a0b authored about 3 years ago
Update IComponentShuffle back to int again

3ee73a89c535e379ec36e6edf032332a7d466bf5 authored about 3 years ago
Review suggestion

Co-authored-by: Anton Firszov <[email protected]>

f3a5ba0b4d94b2e8422416a733e3d7d272fa0786 authored about 3 years ago
Add test for wrong CRC in IDAT chunk

3310fa6ffdfd283b834c91cdfa76436bdf07332e authored about 3 years ago
Verify CRC of IDAT chunk is correct

8ea98385cef8e68317f9249f3e85ee2d6b40f352 authored about 3 years ago
Merge pull request #1861 from SixLabors/js/png-decode-to-type

Png - Preserve Pixel Format for Non-generic decode.

ecd3db2271c8c13f7ce20266191243ff2ef89985 authored about 3 years ago
Update PngDecoderCore.cs

f6b83835ad560e5c9ebdb546ff4458c419290cc2 authored about 3 years ago
Merge branch 'master' into js/png-decode-to-type

a63bf58e6ad6566a77d026443130748a7a733370 authored about 3 years ago
Merge pull request #1893 from SixLabors/js/issue-template

Remove QA from config [skip ci]

82e8c0df28b12fd42a94f300f634a17d5f069416 authored about 3 years ago
Remove QA from config [skip ci]

07d3653ef508a8819e0520be7aaf63e576c9db91 authored about 3 years ago
Merge pull request #1892 from SixLabors/bp/fix1897

Tiff: Add maximum IFD threshold

2c27919473f0e3621413e8d98c4f1d8adf03f99f authored about 3 years ago
Add test for issue #1891

f45e184f87547ad4f031dabffad2c1962f16be07 authored about 3 years ago
Break if there are more then 65534 IFD directories, fixes #1897

ae84ff67e9f6e6f1d2ef5e30645d241098f4a277 authored about 3 years ago
Use nuint in IComponentShuffle again

752520cf08119897e3b05b22d36c780d39006a32 authored about 3 years ago
Merge branch 'master' into add-Abgr32-pixel-type

ebba980fb5023fbd74911d17c0b0ca1cc84a7db0 authored about 3 years ago
Merge pull request #1888 from SixLabors/js/drop-ns-1-3

Remove netstandard 1.3 target

53456a5a5e72653b5453e37ea570e24be53e4031 authored about 3 years ago
Merge branch 'js/drop-ns-1-3' of https://github.com/SixLabors/ImageSharp into js/drop-ns-1-3

436b8a0415bf6a7b1e4a60a14ceb62386f8c66a2 authored about 3 years ago
Update Guard.cs

1afcb4cd84b072316c287fc1dc216bc23c097835 authored about 3 years ago
Revert submodule changes

ed611ca48cb11f6421c1a4603c8eacf43f4fa22e authored about 3 years ago
Merge branch 'master' into js/drop-ns-1-3

8062fb26f2ac22808b8c4be957d0341a238d9481 authored about 3 years ago
Merge branch 'master' into js/png-decode-to-type

11577100c47077a3051ca717a307054102d19e11 authored about 3 years ago
Merge pull request #1864 from br3aker/dp/jpeg-decoder-color-converters

Automatic SSE color converters based on Vector API

ae7b995a6a858549c74b4a1c65608fdf761374e1 authored about 3 years ago
Merge branch 'master' into dp/jpeg-decoder-color-converters

67c43c9b61c2c1693e86e7d048543bb176eaf844 authored about 3 years ago
Merge pull request #1881 from SixLabors/bp/Vp8_Sse16xN

Add SSE2 and AVX2 versions of Vp8_Sse16X16 and Vp8_Sse16X8

bf7362c983bbd5db03f86dfb1d2d3a877e964b62 authored about 3 years ago
Change skipping tests on OSX

bae4feef1b915a65bec3fb8542a349c9bced454b authored about 3 years ago
Add ActiveIssue attribute to AllocateMemoryGroup_Finalization_ReturnsToPool test

d7ff98b19b08640c3c4e8dccc858ce397c4d3f26 authored about 3 years ago
Merge branch 'master' into bp/Vp8_Sse16xN

43fc8e313a50df95d5dcac7eabaf835b12f8d9cf authored about 3 years ago
Merge pull request #1882 from SixLabors/bp/collecthistogramavx

Add AVX2 version of CollectHistogram

b14a78cb5a35b510b86c26872ba182c784b504ea authored about 3 years ago
Merge branch 'master' into bp/collecthistogramavx

5cc83fb208ab49b842bffad25374eadb14452509 authored about 3 years ago
Merge branch 'master' into bp/Vp8_Sse16xN

2ab4aee6df26298e61554b3fcb37eaeee7d5a23d authored about 3 years ago
Use Numerics class as polyfill for BitOperations

e04ea46df19e47513d9cbffa87c4f0c43aae561a authored about 3 years ago
Remove netstandard 1.3 target

36105c902d5aef3ba6f60e11b2e8c26daf0c4117 authored about 3 years ago
Merge branch 'master' into dp/jpeg-decoder-color-converters

2a6e07503e357ab0eebf03ba3f44c1fa3937feb9 authored about 3 years ago
Merge pull request #1885 from SixLabors/bp/removeRunSerial

Remove RunSerial from tests

93e4faa4c58234e501ae642bc9a9baee42f2e783 authored about 3 years ago
Merge branch 'master' into bp/removeRunSerial

edf7014ecb8929456001b7ec64e611a4f92f9e48 authored about 3 years ago
Merge branch 'master' into js/png-decode-to-type

3a76e34ab1b9501c7213dc7d3d1cf5b36c25a8e5 authored about 3 years ago
Merge pull request #1851 from ynse01/pgm-support

Add support for Portable Bitmap images

ca8e9842fd3116a160b3bfb0e9bd8df9ac918fec authored about 3 years ago
Optimizing native integer usage

1ce4429001258ab7d548f7f88eedfa3a60bd474b authored about 3 years ago
Add ActiveIssue attribute to AllocateSingleMemoryOwner_Finalization_ReturnsToPool

94735822f597bd2289da9d36560ade86d8d51ce0 authored about 3 years ago
Use native integers as loop counters

f7fc4c6c027c7748d392a62cd7300f91d9b1f975 authored about 3 years ago
Fixed merging errors

21cf5b42c17e59147db51abeaa7b90672d69d339 authored about 3 years ago
Merge branch 'master' into dp/jpeg-decoder-color-converters

b039502cbbe3cbfcf8b555ac2a62d6efb29693b4 authored about 3 years ago
Removed obsolete Vector4Pair

816c754657acfea4d6f8a381da0a714819d82716 authored about 3 years ago
Small qol fixes

7a9357c1166d401377293d905c5a5a9e02d3269c authored about 3 years ago
Fixed old runtimes remote executor tests

364bbbb5f79038848d78b13b07ee7e56d6619c36 authored about 3 years ago
Fixes after rebasing to latest master

296e412f3fe0ff9adc364d6139d45bb3f4d375f7 authored about 3 years ago
Remove dead code from IComponentShuffle

a8d3cebde8690896a1919df4fac585ad48360dd8 authored about 3 years ago
Fix pixel conversion tests

98e44174293bbc0718e4cbdeca7039a2ea4b105c authored about 3 years ago
Initial Abgr32 pixel format implementation

c6f9050a5e06abdf815699f2f33885f71859b0dc authored about 3 years ago
Fix build after merge

3730a0259ad12432277e82e62d77cc799dee18f3 authored about 3 years ago
Merge remote-tracking branch 'upstream/master' into pgm-support

66198091c9c5ffe3798e17f100d706daac331357 authored about 3 years ago
Partial revert of b2bc25c

efece702028311256169fd15196225fa172c8596 authored about 3 years ago
No need to await async PbmDecoder methods

b2bc25c89f2d825a9c4a7d8c38cfade34a93e890 authored about 3 years ago
Write EOF indicated for plain encoding

749452503b6a7f638a1adf31b391a577569c4080 authored about 3 years ago
Remove RunSerial from tests

dd051e2248bc67880981fa48194a90a08add5eff authored about 3 years ago
Merge branch 'master' into bp/collecthistogramavx

629d58526b68acacf401948ba7fe5ebd6c88c48b authored about 3 years ago
Move GetReference outside of the loop

8e1c3fa6bfab40d00d4edabf5147679ee3d1d3c3 authored about 3 years ago
Merge branch 'master' into bp/Vp8_Sse16xN

eece0580608563101201a1b3205178fe24d490ee authored about 3 years ago
Use nint for offset

Co-authored-by: Günther Foidl <[email protected]>

1ae1d8ed6675f4b5d1812b892461edc5b977025e authored about 3 years ago
Merge pull request #1730 from SixLabors/af/UniformUnmanagedMemoryPoolMemoryAllocator-02

Unmanaged pooling MemoryAllocator

ee83e99120d2ebdb1976d5113a819cc3d469f672 authored about 3 years ago
Merge branch 'af/UniformUnmanagedMemoryPoolMemoryAllocator-02' of https://github.com/SixLabors/ImageSharp into af/UniformUnmanagedMemoryPoolMemoryAllocator-02

5eaa6322e5b681703431a27ce77c5499b51712a1 authored about 3 years ago
improve test naming

1e24da4bef7fb43918071e1c9b31c1a7e9bda619 authored about 3 years ago
Refactor Pbm option enums

f6301d4b679cc6fa7319858a2a7a2238f45cd6a5 authored about 3 years ago
Add collect histogram tests

5f2b207d15403d57066c338f30fb8973d8e76bd3 authored about 3 years ago
Add AVX2 version of CollectHistogram

2a48c941afb70b8d33f186171129e8fa4beaf625 authored about 3 years ago
Merge branch 'master' into af/UniformUnmanagedMemoryPoolMemoryAllocator-02

53726f55bdab14724645e7b3d1612038267c3654 authored about 3 years ago
Add AVX2 version of Vp8_Sse16X16 and Vp8_Sse16X8

3d00c68a721383aca8155f3d73ad0bc7b0613044 authored about 3 years ago
Add tests for Sse16X16 and Sse16X8

1e2278b13ce9da5bebda9b261aa5f50c1c2b5531 authored about 3 years ago
Add SSE2 version of Vp8_Sse16X16 and Vp8_Sse16X8

1f6a503b9b3e57480cb73ae9f1218143228802bd authored about 3 years ago
Merge pull request #1871 from SixLabors/bp/dofiltersse2

Add SSE2 version for webp Filter methods

458764972654b6beddc6d3f6891bcf1d8c9793a9 authored about 3 years ago
Merge branch 'af/UniformUnmanagedMemoryPoolMemoryAllocator-02' of https://github.com/SixLabors/ImageSharp into af/UniformUnmanagedMemoryPoolMemoryAllocator-02

64d11ee8d1b3b452286ba8e4bd2efc96f6004f8b authored about 3 years ago
Merge branch 'master' into af/UniformUnmanagedMemoryPoolMemoryAllocator-02

5b8be243c139f810c4de7ab5c6caefa369d535ee authored about 3 years ago
Address local failures caused by high memory load

4986c52b30dad3a2ea1d570bc648bb6d27fadc11 authored about 3 years ago
Revert "attempt to re-enable MultiplePoolInstances_TrimPeriodElapsed_AllAreTrimmed on Mac"

This reverts commit 7eaa5ee1a2c3536041ff960050e15053b479511b.

01f055a6a29a50627f6e6fa1162e81c07b1facef authored about 3 years ago