Ecosyste.ms: OpenCollective

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

Six Labors

New, fully featured, fully managed, cross-platform, 2D graphics APIs for .NET
Collective - Host: opensource - https://opencollective.com/sixlabors - Website: https://docs.sixlabors.com/ - Code: https://github.com/SixLabors

Process review comment, make struct readonly.

github.com/SixLabors/Fonts - 8f19b906a651992c17e982521150de24495e6729 authored almost 7 years ago
Added Font.LineHeight property.

github.com/SixLabors/Fonts - 0291f4ddca4b4e2fb5cbfb90597c1b61177a5ca6 authored almost 7 years ago
Added IFontInstance properties Ascender, Descender and LineGap.

github.com/SixLabors/Fonts - 1c206858790618b59e6447184d785367578c61b5 authored almost 7 years ago
Extended TextMeasurer to be able to measure character bounds.

github.com/SixLabors/Fonts - ac689dbcf5b294d785c4de793a0d353912701366 authored almost 7 years ago
Merge pull request #541 from carbon/cq-1

Improve CQ, Round 2

github.com/SixLabors/ImageSharp.Drawing - 7105b63a6ec40d8b2ef2ddfc1b7259e3fb4e2b35 authored almost 7 years ago
Merge pull request #37 from TodesBrot/patch-2

Update IPath.cs

github.com/SixLabors/ImageSharp.Drawing - 4c19f503d322641544f82cfc617dde098038698b authored almost 7 years ago
Merge pull request #37 from TodesBrot/patch-2

Update IPath.cs

github.com/SixLabors/Shapes - 4c19f503d322641544f82cfc617dde098038698b authored almost 7 years ago
Update IPath.cs

github.com/SixLabors/Shapes - df0c71cc4ae84a039eceb60e1109b0b43e93968d authored almost 7 years ago
implement radial gradient brush.

github.com/SixLabors/ImageSharp.Drawing - 8361928a3a23c1916e532bd1b1673ca15b9c5e4d authored almost 7 years ago
#542: refactor to prepare for other gradients

- move to GradientBrushes namespace
- add abstract base class for Gradient Brushes, that impleme...

github.com/SixLabors/ImageSharp.Drawing - 6f7715ecbc5329f1751001f7b7d2972c2c005f8c authored almost 7 years ago
fix documentation typo

github.com/SixLabors/ImageSharp.Drawing - 1736bbba5f7ac7969371c2ba4eababcd41caf374 authored almost 7 years ago
#542: rename file to match other files in the solution (include generic)

github.com/SixLabors/ImageSharp.Drawing - 6dda3f1c05d7582f4ac4393578d0288a2d911d9a authored almost 7 years ago
#542: fix rounding issues in tests

github.com/SixLabors/ImageSharp.Drawing - bd3faf72f3ed14625446c7016f086eeaada4df68 authored almost 7 years ago
#542: use bigger files for the tests to "hide" rounding issues:

The current implementation lacks accurrancy and prefers to be fast.
For usual color gradients th...

github.com/SixLabors/ImageSharp.Drawing - 0e8714eb446d0287c1f4d5300f8ca703fecd7612 authored almost 7 years ago
#542: define debuggerDisplay of ColorStop,

github.com/SixLabors/ImageSharp.Drawing - 497b05288131159b6e040843dbcd452a0ce4297c authored almost 7 years ago
#542: add test creating black-white patterns by gradients

github.com/SixLabors/ImageSharp.Drawing - deb6cde86b512de019e8ef515bf4240c6185beed authored almost 7 years ago
#542: add tests for multi-color gradients

somehow these don't look correct yet, containing hard edges sometimes.

github.com/SixLabors/ImageSharp.Drawing - 70fd87f31305f75ba35fa4c325e299f963a91fad authored almost 7 years ago
#542: fix implementation of non-axial gradients and add tests

the theory lacks color checks yet that should be added, but it produces output images for visual...

github.com/SixLabors/ImageSharp.Drawing - 1efbd053f6bf60c480a5929300bce5a73fd14a3c authored almost 7 years ago
#542: add test for vertical gradient

github.com/SixLabors/ImageSharp.Drawing - d40e49d911b52f3578472e643f9032daa4f0622c authored almost 7 years ago
#542: reduce test output image sizes

test images don't have to be that big for axial gradients.
It's sufficient to show they're const...

github.com/SixLabors/ImageSharp.Drawing - a576308295223f1d060156d1836b45cbc437e01a authored almost 7 years ago
fix code styling issues

github.com/SixLabors/ImageSharp.Drawing - 8d190770bec6a2373acdcddcf79485bd82d02049 authored almost 7 years ago
Merge branch 'master' into cq-1

github.com/SixLabors/ImageSharp.Drawing - 910142f7b85ca6664e11cc371e8825af8849a93f authored almost 7 years ago
Merge pull request #540 from woutware/issue-532

Issue-532: Added IPixel.PackFromArgb32 and ToArgb32.

github.com/SixLabors/ImageSharp.Drawing - fc0ca69e5009149dde87fee6ab40f71b77c23007 authored almost 7 years ago
#542: use struct for ColorStops

as proposed by @antonfirsov: improving readability and memory locality.

github.com/SixLabors/ImageSharp.Drawing - ddf66d890573be349752cdecea977ac866d8b0a3 authored almost 7 years ago
Fix System.Drawing.Bridge

github.com/SixLabors/ImageSharp.Drawing - 8a024e7bc2474af7516bf59f29e128ae480955ad authored almost 7 years ago
#542: fix test: indices are 0-based, so bottom left pixel is one smaller

github.com/SixLabors/ImageSharp.Drawing - 1912311fa706c0c85e867b557ab6048673ab14b1 authored almost 7 years ago
FIX bug in BrushApplicator when applying BlendPercentage

thanks @tocsoft for investigation and finding the bug.
He proposed to just replace < by <= in li...

github.com/SixLabors/ImageSharp.Drawing - eb026038912044e5ec079d313704175c1bdf811c authored almost 7 years ago
#86: started to work on Gradient Brushes: Linear gradient brush,

not yet working - what's wrong?

github.com/SixLabors/ImageSharp.Drawing - 32780aef68cabaed4fda36e094453ec1bac5c1a9 authored almost 7 years ago
Merge remote-tracking branch 'upstream/master' into issue-532

github.com/SixLabors/ImageSharp.Drawing - ea897a9ff987abdd1e67df7740f9b260a4b2f2e9 authored almost 7 years ago
Merge branch 'issue-532' of https://github.com/woutware/ImageSharp into pr/540

github.com/SixLabors/ImageSharp.Drawing - e7e49fe4b2b5d8f7da444b15ec9ed5c68e81ba49 authored almost 7 years ago
Merge pull request #536 from carbon/gif-cleanup

Improve Gif CQ, Part 2

github.com/SixLabors/ImageSharp.Drawing - 461e7edba1aabb98402c70a78e192cad94421202 authored almost 7 years ago
Merge branch 'master' into issue-532

github.com/SixLabors/ImageSharp.Drawing - 4209d76ccd2a534fed85b14e69ba2b5204789404 authored almost 7 years ago
Merge branch 'master' into gif-cleanup

github.com/SixLabors/ImageSharp.Drawing - bbbe59ecdead6a3741a29a11a3b4f2307df5998d authored almost 7 years ago
Update Moq

Also removes the duplicate PackageReference

github.com/SixLabors/ImageSharp.Drawing - 39b76281f2cf6d4574cadf5a7502b975afbc1878 authored almost 7 years ago
Update test SDK

note: v15.7 continues to work on older VS versions

github.com/SixLabors/ImageSharp.Drawing - d9f630e5a25c77802754c9c0cb66471d1314c761 authored almost 7 years ago
Merge pull request #525 from SixLabors/js/faster-pdf-js-decoder

Improve PDFJs Jpeg Decoder

github.com/SixLabors/ImageSharp.Drawing - 81c43f63abf7726ba067c751dd4d592ca4c1bab6 authored almost 7 years ago
Add false positive tests for #517 #518

github.com/SixLabors/ImageSharp.Drawing - 363030f7f6cfd5098196baf0eea8bed8134fe99d authored almost 7 years ago
Add false positive images

github.com/SixLabors/Imagesharp.Tests.Images - 818afb087aa0e651a885f45401fd66903b7420d4 authored almost 7 years ago
Add encoded gif comparison images

github.com/SixLabors/Imagesharp.Tests.Images - 01af5f36912ec7080cae3187a48905d1e54f6ea7 authored almost 7 years ago
Merge branch 'master' into js/faster-pdf-js-decoder

github.com/SixLabors/ImageSharp.Drawing - 58e9d7eb2faf5b63614262b551036d79d1e181ee authored almost 7 years ago
Merge pull request #523 from carbon/memorypreview2

Update System.Memory to preview2

github.com/SixLabors/ImageSharp.Drawing - f431d24a4080d4f5f983dd9eb1ab81e8d9acb629 authored almost 7 years ago
Merge branch 'memorypreview2' of https://github.com/carbon/ImageSharp into memorypreview2

github.com/SixLabors/ImageSharp.Drawing - 52f7e7626ee3e21807715d9ae2b0598004062c75 authored almost 7 years ago
Merge branch 'master' into memorypreview2

github.com/SixLabors/ImageSharp.Drawing - b106e4043f8bbc223662d011be80feac47f93bb3 authored almost 7 years ago
Merge branch 'master' into js/faster-pdf-js-decoder

github.com/SixLabors/ImageSharp.Drawing - 70ab0685062aa1c3a2d2b1c0ad24f32976882b7e authored almost 7 years ago
Merge pull request #524 from SixLabors/af/update-readme

Readme.md: early documentation reference

github.com/SixLabors/ImageSharp.Drawing - d4542ceb0866ed6ee93c6e2194495b1f12e6d76c authored almost 7 years ago
Update all projects to use C# 7.2

github.com/SixLabors/ImageSharp.Drawing - aea072712b2d1be3bb614e7893ad106e07ca410e authored almost 7 years ago
Readme.md: early documentation reference

github.com/SixLabors/ImageSharp.Drawing - cbebb4f2de96b22ec57b90d111ce8631630d0901 authored almost 7 years ago
minor changes in MemoryManagement.md

github.com/SixLabors/docs - 07c94516578849afad41d63b4573c6c555861f2d authored almost 7 years ago
Update System.Memory to preview2

github.com/SixLabors/ImageSharp.Drawing - d27b1edf33bc5a2adf77c2fa6d3abfcecdbe31ef authored almost 7 years ago
Merge pull request #23 from SixLabors/b3

Fix samples

github.com/SixLabors/ImageSharp.Web - 8fe72d7721b28361f9d27710e5ce698db3f76c64 authored almost 7 years ago
Merge pull request #22 from SixLabors/js/branding

Update branding, readme, and templates

github.com/SixLabors/ImageSharp.Web - 33d62feefe7f2d607a0eb481f60f8c1c11ddfbd9 authored almost 7 years ago
Add configuration example code

github.com/SixLabors/ImageSharp.Web - c53131059fbc821047fe863474bd55ee87a5baf3 authored almost 7 years ago
Update package icon

github.com/SixLabors/ImageSharp.Web - aaf6184873471ab240eabbd3ecf3aea29031abb9 authored almost 7 years ago
Update readme and templates

github.com/SixLabors/ImageSharp.Web - 1846e015456df6c6cebc0637fad38cbbc0b3b8b9 authored almost 7 years ago
Merge branch 'master' into master

github.com/SixLabors/ImageSharp.Drawing - 8e2ba398b8753efbb5ecd3b32baadfd241bbce81 authored almost 7 years ago
Merge pull request #512 from SixLabors/af/cover-more

Extend AppVeyor coverage on more frameworks and platforms

github.com/SixLabors/ImageSharp.Drawing - e6a92479bd9fbcf3bab289e4712ae82b6b07850d authored almost 7 years ago
Merge pull request #21 from SixLabors/js/pluggable-pooling

Fix DI and make BufferPool injectable

github.com/SixLabors/ImageSharp.Web - aba20008d3626118897dc72082116f9017d93f30 authored almost 7 years ago
Better DoormanPool Test

github.com/SixLabors/ImageSharp.Web - 3cb8271f0b64f86182563e1ef13eec4d41ec2936 authored almost 7 years ago
Refactor buffer pooling to match ImageSharp approach

github.com/SixLabors/ImageSharp.Web - 292e72427b66759546e57dba95015e039a719b26 authored almost 7 years ago
adding xunit.runner.console for mono test execution

github.com/SixLabors/ImageSharp.Drawing - 3ab9b0c62b9d60545df010423f5932b5e8509da6 authored almost 7 years ago
fixed mono execution branch

github.com/SixLabors/ImageSharp.Drawing - 00cae246a7ad301489dbfc60964bc811bb51980b authored almost 7 years ago
need to return exit code

github.com/SixLabors/ImageSharp.Drawing - 39d89caca5b9dc0076e3d41b825a0dc67a24fd11 authored almost 7 years ago
an attempt to optimize the execution with -nobuild

github.com/SixLabors/ImageSharp.Drawing - 5b70f43fe4f872eaa81cbedfe49859028a13a05f authored almost 7 years ago
adding mono execution

github.com/SixLabors/ImageSharp.Drawing - 46e74310f288806fffb745534710421658df4abe authored almost 7 years ago
breaking down test execution into multiple AppVeyor jobs

github.com/SixLabors/ImageSharp.Drawing - c9f475c9c5f8427a0fd399fc096c615497cdd481 authored almost 7 years ago
Fix DI and make BufferPool injectable

github.com/SixLabors/ImageSharp.Web - cd72c2d386cfd0800cbe3be0d5514db236e079da authored almost 7 years ago
configure 32 bit execution

github.com/SixLabors/ImageSharp.Drawing - 50d1654d1aa8e5e5282af963e51839e0fd7f1bed authored almost 7 years ago
running tests in all configurations

github.com/SixLabors/ImageSharp.Drawing - 3e7d165fa204081f1f2d95147ed7fdd6296cde98 authored almost 7 years ago
adding multiple TargetFrameworks

github.com/SixLabors/ImageSharp.Drawing - 11947501b1125ed4016f09e42cb1b4d4f25182f0 authored almost 7 years ago
Merge branch 'master' of https://github.com/carbon/ImageSharp

github.com/SixLabors/ImageSharp.Drawing - b85556529d4835458deb2ad00752354f992f61df authored almost 7 years ago
Merge pull request #20 from SixLabors/js/efficient-hashing

Slightly more efficient hashing + Update dependencies

github.com/SixLabors/ImageSharp.Web - c93e57e5ea4163083a96544be3cbe2ddc4abbe00 authored almost 7 years ago
Bump dotnet version to match ImageSharp

github.com/SixLabors/ImageSharp.Web - 4e8fd1e5ead87c62f74ff844048a166c1e40ad54 authored almost 7 years ago
Bump lang version

https://github.com/dotnet/corefx/issues/25669

github.com/SixLabors/ImageSharp.Web - de998a0d6519deac59887bef98084011ee27457d authored almost 7 years ago
Slightly less allocating hash builder. 2.4kb vs 2.48kb

github.com/SixLabors/ImageSharp.Web - 6f5ac3cb3d38709b3a23d395e4221aa1c7328008 authored almost 7 years ago
Merge branch 'master' into master

github.com/SixLabors/ImageSharp.Drawing - 314b170ba6e414bcf39764ea81d15c7cc1a27795 authored almost 7 years ago
Update to latest betas

github.com/SixLabors/docs - f85f9a3fb6b736509e9d19358e101a66da31d61d authored almost 7 years ago
Merge pull request #507 from SixLabors/af/update-beta3-dependencies

update external dependencies + fix RectangularPolygon usages

github.com/SixLabors/ImageSharp.Drawing - 17c04f8b6e2ca0b3ce9203d27e812e0d7128694a authored almost 7 years ago
update external dependencies + fix RectangularPolygon usages

github.com/SixLabors/ImageSharp.Drawing - 5dfe5c3beedfff5e9769b896cb14708a4b621ca8 authored almost 7 years ago
Merge branch 'master' of https://github.com/carbon/ImageSharp

github.com/SixLabors/ImageSharp.Drawing - 19aaf84b3969b7cf69b25fffcb42af60beef6de4 authored almost 7 years ago
Merge pull request #59 from SixLabors/af/update-dependencies

update SixLabors.Core to 1.0.0-beta0005

github.com/SixLabors/Fonts - 16f933e014cd62f5e593132fba6268b710629551 authored almost 7 years ago
update SixLabors.Core to 1.0.0-beta0005

github.com/SixLabors/Fonts - 7135ef7452a4c6bccd001cef434292979193cdc1 authored almost 7 years ago
Merge pull request #36 from SixLabors/af/update-dependencies

update SixLabors.Core reference to 1.0.0-beta0005

github.com/SixLabors/ImageSharp.Drawing - 7634278a4cd2ff0f790708a6afa14076d89fe2b7 authored almost 7 years ago
Merge pull request #36 from SixLabors/af/update-dependencies

update SixLabors.Core reference to 1.0.0-beta0005

github.com/SixLabors/Shapes - 7634278a4cd2ff0f790708a6afa14076d89fe2b7 authored almost 7 years ago
update SixLabors.Core reference to 1.0.0-beta0005

github.com/SixLabors/Shapes - 12ba0e341cea725d754d1e27dd23416c75808222 authored almost 7 years ago
update SixLabors.Core reference to 1.0.0-beta0005

github.com/SixLabors/ImageSharp.Drawing - 12ba0e341cea725d754d1e27dd23416c75808222 authored almost 7 years ago
Merge branch 'master' into master

github.com/SixLabors/ImageSharp.Drawing - b990147d1e1d851d924addb4f283aa322a4acddf authored almost 7 years ago
Merge pull request #505 from SixLabors/js/multi-target-benchmarks

Benchmark both Core and CLR

github.com/SixLabors/ImageSharp.Drawing - a991f12c76ef01c0ec6ad90db2bde62895df6349 authored almost 7 years ago
Benchmark both Core and CLR

github.com/SixLabors/ImageSharp.Drawing - 6d56cbecccf9d8da56d6e68322427378328c5c35 authored almost 7 years ago
Build docs

github.com/SixLabors/docs - 7ac9437d5e6a1d44c2bdbb9524db6714e734132e authored almost 7 years ago
Merge branch 'master' into master

github.com/SixLabors/ImageSharp.Drawing - 9e21ff3fb1dc214dc67cc15089df7f4455236fda authored almost 7 years ago
MemoryManagement.md finished

github.com/SixLabors/docs - c9943d878368bab55a1d03a51218c8e5cb2ee60b authored almost 7 years ago