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

Added Image drawing functions to use general porter duff modes

github.com/SixLabors/ImageSharp.Drawing - 645394ed3546138a98fe8f5074663b14084919ad authored over 7 years ago by Vicente Penades <[email protected]>
Merge remote-tracking branch 'refs/remotes/origin/master' into feature/icc

github.com/SixLabors/ImageSharp.Drawing - 5190adfcf813f9d727ba0dbe79f2286ae904260d authored over 7 years ago by James Jackson-South <[email protected]>
Merge pull request #195 from JimBobSquarePants/bugs/blur-loosing-surrounding-data

Fix for blur/pixelate loosing surrounding pixels when applied to rectangle

github.com/SixLabors/ImageSharp.Drawing - 35810def63f1cb141eff77e137a7f5e77d89bbed authored over 7 years ago by James Jackson-South <[email protected]>
pixelate no longer blanks out background

github.com/SixLabors/ImageSharp.Drawing - 57ac631e547c1b8a50248b6243bc014753b80fd4 authored over 7 years ago by Scott Williams <[email protected]>
Fix source rectangle regression in resize #118

github.com/SixLabors/ImageSharp.Drawing - 372e53766169d554659372e602da5fab2bb2ffb5 authored over 7 years ago by James Jackson-South <[email protected]>
Merge remote-tracking branch 'refs/remotes/origin/master' into feature/icc

github.com/SixLabors/ImageSharp.Drawing - 521128712eee75e0b420af0de3a4a6b344ab07d5 authored over 7 years ago by James Jackson-South <[email protected]>
Merge pull request #182 from JimBobSquarePants/feature/rename-color

Feature/rename color

github.com/SixLabors/ImageSharp.Drawing - 030439008b7b7f4c82ac7a83585207827f822af8 authored over 7 years ago by James Jackson-South <[email protected]>
Update readme and features

github.com/SixLabors/ImageSharp.Drawing - 35386307db67b2c3ecea6666449665deb1c0261f authored over 7 years ago by James Jackson-South <[email protected]>
Move IPixel types to PixelFormat namespace

github.com/SixLabors/ImageSharp.Drawing - 47619ec1bbc48a11ba2556f81a7d0fff9d80abe9 authored over 7 years ago by James Jackson-South <[email protected]>
fix font location

github.com/SixLabors/Fonts - bc5b8254cf477e18af2912d9c5b82f0dc1e3fa0b authored over 7 years ago by Scott Williams <[email protected]>
Point on path

github.com/SixLabors/ImageSharp.Drawing - 117602d5793f7f881d66a4072ba9a276e873b2ff authored over 7 years ago by Scott Williams <[email protected]>
Point on path

github.com/SixLabors/Shapes - 117602d5793f7f881d66a4072ba9a276e873b2ff authored over 7 years ago by Scott Williams <[email protected]>
add path outlining

github.com/SixLabors/Shapes - d8bb36408469b2032aa15ecd4fa9dc7122de5fc3 authored over 7 years ago by Scott Williams <[email protected]>
add path outlining

github.com/SixLabors/ImageSharp.Drawing - d8bb36408469b2032aa15ecd4fa9dc7122de5fc3 authored over 7 years ago by Scott Williams <[email protected]>
Bump alpha version

github.com/SixLabors/ImageSharp.Drawing - 7be69b45b916561fc1cf4412d01935f0c30f0b32 authored over 7 years ago by James Jackson-South <[email protected]>
Rename TColor to TPixel

github.com/SixLabors/ImageSharp.Drawing - a6a5d744ee40729dd0ad1096e36ae748286bc6df authored over 7 years ago by James Jackson-South <[email protected]>
Rename Color and ColorVector

Color -> Rgba32
ColorVector -> RgbaVector

github.com/SixLabors/ImageSharp.Drawing - de9e37c649cc2834b548fa8922e3daf9355e713e authored over 7 years ago by James Jackson-South <[email protected]>
Merge remote-tracking branch 'refs/remotes/origin/master' into feature/icc

# Conflicts:
# src/ImageSharp/Colors/ColorspaceTransforms.cs
# tests/ImageSharp.Tests/Colors/Col...

github.com/SixLabors/ImageSharp.Drawing - f91e4e740477f6a03da987ec57e295a85713c508 authored over 7 years ago by James Jackson-South <[email protected]>
Merge pull request #180 from JimBobSquarePants/cleanup-color

Cleanup color

github.com/SixLabors/ImageSharp.Drawing - 9affc4118caebb5ae796fa8e0842856c44cc835a authored over 7 years ago by James Jackson-South <[email protected]>
Change xunit layout

github.com/SixLabors/ImageSharp.Drawing - 45530e6eeff80ba0c4f4e1f93fc1f37fb129a7c8 authored over 7 years ago by James Jackson-South <[email protected]>
bump version number and SixLabor.* dependencies

The dependencies APIs had breaking changes and bumping the package version will force devs onto ...

github.com/SixLabors/ImageSharp.Drawing - 1503f6e9255d6b6fb270eabc07d472290abf05d0 authored over 7 years ago by Scott Williams <[email protected]>
Add location to begin glyph

github.com/SixLabors/Fonts - bae71eb1db6651073e959721ba9b66ba768cacc4 authored over 7 years ago by Scott Williams <[email protected]>
Merge pull request #174 from JimBobSquarePants/drop-pointers

Drop all pointers

github.com/SixLabors/ImageSharp.Drawing - 6f8010152f0e0476e6b505376f03255a534d2b96 authored over 7 years ago by James Jackson-South <[email protected]>
fix test to handle update rendered

github.com/SixLabors/Fonts - 2ed964be79f4ef35a12154213f3db29a786dcf60 authored over 7 years ago by Scott Williams <[email protected]>
handle rendering fonts which contours start off curve.

preventing the bleading effect by handling glyphs whos contours start off curve and even where t...

github.com/SixLabors/Fonts - 27e42dd9f9152b63805db8986f0194cc9e127cd7 authored over 7 years ago by Scott Williams <[email protected]>
Fixed solution items.

github.com/SixLabors/ImageSharp.Drawing - a5a9d0ad7e174515669f7d5efc4ec5d1f0271023 authored over 7 years ago by Dirk Lemstra <[email protected]>
PinnedBuffer<T> ==> Buffer<T> with explicit pinning capability

github.com/SixLabors/ImageSharp.Drawing - 1c9f477728d0a376f9419344b73ccacd1e0e02e0 authored over 7 years ago by Anton Firszov <[email protected]>
Merge remote-tracking branch 'origin/master' into drop-pointers

github.com/SixLabors/ImageSharp.Drawing - db6272544745108f283e58e762c32d1bef1e7b86 authored over 7 years ago by Anton Firszov <[email protected]>
Merge remote-tracking branch 'refs/remotes/origin/master' into feature/icc

github.com/SixLabors/ImageSharp.Drawing - be6233702312acf187ce4ed488a2204c3227a459 authored over 7 years ago by James Jackson-South <[email protected]>
fix index out of range when only single point remains

fixes #16

github.com/SixLabors/ImageSharp.Drawing - 922b5a61d02dbb1750cb42aad56ed242986add5b authored over 7 years ago by Scott Williams <[email protected]>
fix index out of range when only single point remains

fixes #16

github.com/SixLabors/Shapes - 922b5a61d02dbb1750cb42aad56ed242986add5b authored over 7 years ago by Scott Williams <[email protected]>
Merge pull request #173 from JimBobSquarePants/feature/better-quantization

Feature/better quantization

github.com/SixLabors/ImageSharp.Drawing - 95fb756e593cf4ac0192d3ec2000f6fe57a7084d authored over 7 years ago by James Jackson-South <[email protected]>
merge from master

github.com/SixLabors/Fonts - 13e7037fbc4509fc5c72606f9657bdf5940f03e3 authored over 7 years ago by Scott Williams <[email protected]>
Render nothing if empty glyph is missing

github.com/SixLabors/Fonts - 697c727cedf941ccfbde745629eb31996a84768e authored over 7 years ago by Scott Williams <[email protected]>
Octree Quantizer now only supports 1 alpha value

... As nature intended. My Existing hack was incorrect and led to
strange results.

github.com/SixLabors/ImageSharp.Drawing - bdc3591060e57c23e6504b9ca4d34c8e595ac716 authored over 7 years ago by James Jackson-South <[email protected]>
add guards to constructors

github.com/SixLabors/Fonts - 90fac91df74dab2ec150d2511f4d229688af338f authored over 7 years ago by Scott Williams <[email protected]>
Add wrapped text scaling

github.com/SixLabors/Demos - e0c05f4fcf7e7ac524c2c2df17da10448b04e320 authored over 7 years ago by Scott Williams <[email protected]>
update to latest SixLabors.Fonts

Now support text wrapping

github.com/SixLabors/ImageSharp.Drawing - 89497c0026ccb8cce3be4763b69b1178ffa02e0b authored over 7 years ago by Scott Williams <[email protected]>
wrapping width should be float

github.com/SixLabors/Fonts - 894cd7ec7aac6495a8af06f450c1e9e08c2250f5 authored over 7 years ago by Scott Williams <[email protected]>
word wrapping support

github.com/SixLabors/Fonts - 4b9d99c5535f9d94f699f09d8d468230f4aa70ab authored over 7 years ago by Scott Williams <[email protected]>
add test coverage for accented glyphs

github.com/SixLabors/Fonts - 9a1ecd9e2f1ae2c170e1052405a0bd9d5fc3d29a authored almost 8 years ago by Scott Williams <[email protected]>
Merge branch 'master' of https://github.com/JimBobSquarePants/ImageSharp into drop-pointers

github.com/SixLabors/ImageSharp.Drawing - 0f73abf4840be0994585bd59897df1c4f9fd10f9 authored almost 8 years ago by Anton Firszov <[email protected]>
fix default image

github.com/SixLabors/Home - 869d7344986991b08dcb5ebc7c3d4cfc6eb9fa57 authored almost 8 years ago by Scott Williams <[email protected]>
add post images for social

github.com/SixLabors/Home - 9bdf1267337c12592a2578c6b27c8fd9be1a9aa9 authored almost 8 years ago by Scott Williams <[email protected]>
enable twitter sharing

github.com/SixLabors/Home - 3b06d6f631e311b2a380d2c4dfc629f724e31aab authored almost 8 years ago by Scott Williams <[email protected]>
add disqus

github.com/SixLabors/Home - d0d3ea906cc3a72231094554ff0187d8cf5047fe authored almost 8 years ago by Scott Williams <[email protected]>
fixed typos

github.com/SixLabors/Home - 59ddbb50397d22ea2cb736950bc2e9eb27a98a5f authored almost 8 years ago by Scott Williams <[email protected]>
add watermarking blog post

github.com/SixLabors/Home - ed28125f5d8f42210756ffdf1700ff7cbcdfc00e authored almost 8 years ago by Scott Williams <[email protected]>
add watermark demo

github.com/SixLabors/Demos - b0a1a0edada025f5d5bc670ea3a3f6fdc8e4dafc authored almost 8 years ago by Scott Williams <[email protected]>
Initial commit

github.com/SixLabors/Demos - f47683859a5a02a4dd03d186e25c243b5c341ce2 authored almost 8 years ago by Scott Williams <[email protected]>
Issue #132: Handle undefined EXIF data type where no number of components set

github.com/SixLabors/ImageSharp.Drawing - 0ec84b2c89de119ea37d8ca9ec9218b33fe52461 authored almost 8 years ago by Steffen Habermehl <[email protected]>
Fix duplicate [skip ci]

github.com/SixLabors/ImageSharp.Drawing - ef461d918276e665c95a3e9e5f1f0355b2e1c917 authored almost 8 years ago by James Jackson-South <[email protected]>
Fix bold [skip ci]

github.com/SixLabors/ImageSharp.Drawing - 846223ce7607cbea7ece9894e27cbd7d0e29faa9 authored almost 8 years ago by James Jackson-South <[email protected]>
Update readme [skip ci]

github.com/SixLabors/ImageSharp.Drawing - bb39d4649a8c0de018ed1057541e13d539ecdca2 authored almost 8 years ago by James Jackson-South <[email protected]>
Merge branch 'master' of https://github.com/JimBobSquarePants/ImageSharp

github.com/SixLabors/ImageSharp.Drawing - d7ed4e7f40b60e64a7436c02a3c326b5a61d65e2 authored almost 8 years ago by James Jackson-South <[email protected]>
bump SixLabors.Shapes version for perf increase

github.com/SixLabors/ImageSharp.Drawing - 49888e41f17c8bee16a50434b6f8ed90564f4fbc authored almost 8 years ago by Scott Williams <[email protected]>
initial commit

github.com/SixLabors/Svg - 7c835d52e2297fd691416c3dcd00c2e45d665455 authored almost 8 years ago by Scott Williams <[email protected]>
Merge pull request #162 from piamancini/patch-1 [skip ci]

Add backers and sponsors from Open Collective

github.com/SixLabors/ImageSharp.Drawing - f1c1e329d417bfb5df56e45f2ac45a179e506e26 authored almost 8 years ago by James Jackson-South <[email protected]>
Add backers and sponsors from Open Collective

Now your open collective backers and sponsors can to appear directly on your README.
see how i...

github.com/SixLabors/ImageSharp.Drawing - 57c99c0e31560bc3973b0e02533502dc6a5f9524 authored almost 8 years ago by Pia Mancini <[email protected]>
Merge pull request #14 from SixLabors/internalpath-optermisations

Internalpath optermisations

github.com/SixLabors/ImageSharp.Drawing - 7ebff77262e4cb87df30e277eeae04937da6ba62 authored almost 8 years ago by Scott Williams <[email protected]>
Merge pull request #14 from SixLabors/internalpath-optermisations

Internalpath optermisations

github.com/SixLabors/Shapes - 7ebff77262e4cb87df30e277eeae04937da6ba62 authored almost 8 years ago by Scott Williams <[email protected]>
Update appveyor.yml

github.com/SixLabors/Fonts - 0f2574c0940dda97f8a1c3f236477e70e72d860d authored almost 8 years ago by Scott Williams <[email protected]>
Update appveyor.yml

github.com/SixLabors/Shapes - fb70079e690f1069632b719241fc4095693c4077 authored almost 8 years ago by Scott Williams <[email protected]>
Update appveyor.yml

github.com/SixLabors/ImageSharp.Drawing - fb70079e690f1069632b719241fc4095693c4077 authored almost 8 years ago by Scott Williams <[email protected]>
fix benchmarks

github.com/SixLabors/ImageSharp.Drawing - 710c65138e4918b2024199f88fad048c187f9978 authored almost 8 years ago by Scott Williams <[email protected]>
fix benchmarks

github.com/SixLabors/Shapes - 710c65138e4918b2024199f88fad048c187f9978 authored almost 8 years ago by Scott Williams <[email protected]>
pre-segment

github.com/SixLabors/Shapes - 192ee5eaec5827bf7180ecfd34c0d6cdec880d67 authored almost 8 years ago by Scott Williams <[email protected]>
pre-segment

github.com/SixLabors/ImageSharp.Drawing - 192ee5eaec5827bf7180ecfd34c0d6cdec880d67 authored almost 8 years ago by Scott Williams <[email protected]>
add segment

github.com/SixLabors/ImageSharp.Drawing - 16a3fea8afd0f6fa21746ca4c19e980df44a5eb5 authored almost 8 years ago by Scott Williams <[email protected]>
add segment

github.com/SixLabors/Shapes - 16a3fea8afd0f6fa21746ca4c19e980df44a5eb5 authored almost 8 years ago by Scott Williams <[email protected]>
minimise calls to CalculateOrientation

github.com/SixLabors/Shapes - 972b98dac7404bf6d3bc05dcdf2d99d24c427aaf authored almost 8 years ago by Scott Williams <[email protected]>
minimise calls to CalculateOrientation

github.com/SixLabors/ImageSharp.Drawing - 972b98dac7404bf6d3bc05dcdf2d99d24c427aaf authored almost 8 years ago by Scott Williams <[email protected]>
remove redundent code

github.com/SixLabors/ImageSharp.Drawing - 4c9fdd76bcd34f17333f31a04d58a0320262a3c0 authored almost 8 years ago by Scott Williams <[email protected]>
remove redundent code

github.com/SixLabors/Shapes - 4c9fdd76bcd34f17333f31a04d58a0320262a3c0 authored almost 8 years ago by Scott Williams <[email protected]>
remove duplication

github.com/SixLabors/Shapes - 3ac6801cc9aad3fe6515efc06937af7c25cfd0a3 authored almost 8 years ago by Scott Williams <[email protected]>
remove duplication

github.com/SixLabors/ImageSharp.Drawing - 3ac6801cc9aad3fe6515efc06937af7c25cfd0a3 authored almost 8 years ago by Scott Williams <[email protected]>
reduce code duplication

github.com/SixLabors/ImageSharp.Drawing - cfe028d83b716dc16301df7f40775fc80955b3c1 authored almost 8 years ago by Scott Williams <[email protected]>
reduce code duplication

github.com/SixLabors/Shapes - cfe028d83b716dc16301df7f40775fc80955b3c1 authored almost 8 years ago by Scott Williams <[email protected]>
update imagesharp

github.com/SixLabors/Shapes - b1dc2cb14d7e80c0032087286392a308f929672e authored almost 8 years ago by Scott Williams <[email protected]>
update imagesharp

github.com/SixLabors/ImageSharp.Drawing - b1dc2cb14d7e80c0032087286392a308f929672e authored almost 8 years ago by Scott Williams <[email protected]>
prefilter and calculate data per point

github.com/SixLabors/ImageSharp.Drawing - 172236263d179ff8c016caf576a990492921c3a0 authored almost 8 years ago by Scott Williams <[email protected]>
prefilter and calculate data per point

github.com/SixLabors/Shapes - 172236263d179ff8c016caf576a990492921c3a0 authored almost 8 years ago by Scott Williams <[email protected]>
Add HunterLab plus more conversions

github.com/SixLabors/ImageSharp.Drawing - a90fd3198d8f6efaa9663fde40ba413ba69c9d03 authored almost 8 years ago by James Jackson-South <[email protected]>
Merge remote-tracking branch 'refs/remotes/origin/master' into feature/icc

# Conflicts:
# src/ImageSharp/Colors/ColorspaceTransforms.cs
# src/ImageSharp/Colors/Spaces/CieL...

github.com/SixLabors/ImageSharp.Drawing - 04bffad4b297a66faeb7e302be5a7bc6cb0c6cb7 authored almost 8 years ago by James Jackson-South <[email protected]>
Merge pull request #156 from JimBobSquarePants/feature/mathsf

Update to use MathsF

github.com/SixLabors/ImageSharp.Drawing - 755923581d4170e51ddd3957b4f17522b4acdd41 authored almost 8 years ago by James Jackson-South <[email protected]>
Merge pull request #152 from JimBobSquarePants/Image-Comparer

Add image comparer test helper

github.com/SixLabors/ImageSharp.Drawing - a942bf2afd2f9ca294bee8ecdec2c42d1d6d130f authored almost 8 years ago by Scott Williams <[email protected]>
Update to use MathsF

github.com/SixLabors/ImageSharp.Drawing - 0b395227e2ef0996eb710a02548925b9542d01fa authored almost 8 years ago by James Jackson-South <[email protected]>
Merge remote-tracking branch 'refs/remotes/origin/master' into feature/icc

github.com/SixLabors/ImageSharp.Drawing - 65f047810d265d185985c659d707c19b717679b2 authored almost 8 years ago by James Jackson-South <[email protected]>
Merge remote-tracking branch 'origin/master' into Image-Comparer

github.com/SixLabors/ImageSharp.Drawing - 73a75192c270b169b561bdf38f357a370ee18eb4 authored almost 8 years ago by Scott Williams <[email protected]>
Merge pull request #143 from JimBobSquarePants/tocsoft/refactor-image-load

Move image loading out of constructors and into static methods

github.com/SixLabors/ImageSharp.Drawing - 7c21da30fb88e746b381821f9e424ccbbf860d4a authored almost 8 years ago by Scott Williams <[email protected]>
Merge remote-tracking branch 'origin/master' into tocsoft/refactor-image-loader

github.com/SixLabors/ImageSharp.Drawing - c181f54274ceee0411a25ad809babcc58df58b42 authored almost 8 years ago by Scott Williams <[email protected]>
decoder configuration argument order

github.com/SixLabors/ImageSharp.Drawing - e1057ef081e2d2cf6d4fa8021aa0653b18da50c3 authored almost 8 years ago by Scott Williams <[email protected]>
Increment version

github.com/SixLabors/ImageSharp.Drawing - 087a03f5c78f7b0649ba3a0e386ae71d36dd2fa3 authored almost 8 years ago by Scott Williams <[email protected]>
Update readme

github.com/SixLabors/ImageSharp.Drawing - e2bf686ce92e120a5734048af6b74435babdf90d authored almost 8 years ago by Scott Williams <[email protected]>
System fonts loading for Linus and Mac

fixes #14

github.com/SixLabors/Fonts - bc38b0ef3129c1c64b2a8a49d4227b6eb0a2caf9 authored almost 8 years ago by Scott Williams <[email protected]>
Improve method name

Added comments too

github.com/SixLabors/ImageSharp.Drawing - 15eb486ae041f7bda95c51daff7a9e038af3bd81 authored almost 8 years ago by Scott Williams <[email protected]>
Merge pull request #149 from JimBobSquarePants/tocsoft/point-as-pixel

Default text drawing at an image dpi independent size

github.com/SixLabors/ImageSharp.Drawing - cf449eecce5dcfd2d6538615282c8a04a46c71e5 authored almost 8 years ago by Scott Williams <[email protected]>
Add explanatory comments

github.com/SixLabors/ImageSharp.Drawing - 9ae3d8a1929f1ae75a70d1a67b9c0170ef4bd4f0 authored almost 8 years ago by Scott Williams <[email protected]>
fix stylecop issues

github.com/SixLabors/ImageSharp.Drawing - 8bafab67ec3cf1a1ca7312364502d4b7a6dc2654 authored almost 8 years ago by Scott Williams <[email protected]>
Add image comparer test helper

Add a couple of png smoke tests that encode and then decode an image in png then does a visual c...

github.com/SixLabors/ImageSharp.Drawing - 7ab734be49733bb228d903c8f52a43353ea63788 authored almost 8 years ago by Scott Williams <[email protected]>