Highlights
- 69 discussions answered
Pinned
1,611 contributions in the last year
Less
More
Activity overview
Contributed to
SixLabors/ImageSharp,
SixLabors/ImageSharp.Web,
SixLabors/ImageSharp.Drawing
and 5 other
repositories
Contribution activity
June 2021
Created 66 commits in 4 repositories
Created a pull request in SixLabors/ImageSharp that received 60 comments
WIP. More Efficient MemoryAllocator
Prerequisites I have written a descriptive pull-request title I have verified that there are no overlapping pull-requests open I have verified …
+1,740
−1,095
•
60
comments
Opened 9 other pull requests in 3 repositories
SixLabors/ImageSharp
7
merged
- Update AllocatePaddedPixelRowBuffer to use IMemoryOwner<byte>
- Rename unsafe memory methods to use Dangerous prefix.
- Allow clearing and reusing a pixel map.
- Fix build configuration
- Restore StyleCop Warnings as Errors
- Use GreatestCommonDivisor to prevent overflow
- Quantization: reduce memory footprint without compromising speed and quality
SixLabors/ImageSharp.Web
1
merged
SixLabors/SharedInfrastructure
1
merged
Reviewed 15 pull requests in 1 repository
SixLabors/ImageSharp 15 pull requests
- Yet another jpeg encoder optimization
- GifDecoder: Clamp color map index
- More reliable runtime feature dependent tests skip
- WIP. More Efficient MemoryAllocator
- Quantization: reduce memory footprint without compromising speed and quality
- Restore StyleCop Warnings as Errors
- Numerics.cs Log2 implementation
- TiffEncoder: Avoid buffer2D.GetSingleSpan() and use GetPixelRowSpan instead
- Add support for decoding tiff's with additional pixel variants
- Update RemoteExecutor
- Use GreatestCommonDivisor to prevent overflow
- Jpeg encoding code optimization
- Add support for decoding 6, 12, 30, 42 bits per pixel tiff's
- Fixed Issue#1628
- Make sure encoding 4bit paletted tiff rows are byte aligned
Created an issue in RehanSaeed/EditorConfig that received 3 comments
Adding .editorconfig breaks TreatWarningsAsErrors
Describe the bug
Adding the .editorconfig file from repo main breaks TreatWarningsAsErrors
To Reproduce
Download the attached project ErrorsTest.zip
3
comments
Opened 1 other issue in 1 repository
SixLabors/ImageSharp
1
open
Answered 6 discussions in 2 repositories
SixLabors/ImageSharp.Web
SixLabors/ImageSharp.Web