Scott Williams
Scott Williams
I knew what you meant, but that technique can only be useful when rendering to screen where you can take advantage of the color shifting of the pixels rendered, it...
fairly certain this won't be sufficient in all cases, because our render wont necessarily use the clipper internally. We actually use https://github.com/SixLabors/Shapes/blob/4f12a19a60b597c709618d972b2eca16e252e4ee/src/SixLabors.Shapes/InternalPath.cs#L180 to find intersections for filling purposes thats the...
the reason the cla stuff isn't working is because the commit is seen as being created by your `petertribe` account but then you've signed the CLA as `equinox2k` its your...
Hmm... there feels like there is way too much changed in this PR, this doesn't feel like the right way to tackle adding NRT into the codebase, it feeld like...
I'll drop the comment in here to, for high level general approach on how to tackle the task. This issue will need to be tackled in a few phases. 1....
The issue here is in the `.GenerateOutline()` extension/clipper library. A much reduced case can be found with ``` csharp var pathBuilder = new PathBuilder(); var transform = Matrix3x2.CreateRotation(-0.04433158f, new Vector2(948,...
seeing as chrome doesn't seem to even seem to render it then i'm inclined to think we should defiantly push it past v1 and even then see how much of...
@JimBobSquarePants .ico files seem to be more of a container format not a codec in its own right... i would put it in the same category as tiff where it...
the main reason in my head why they need to be the same dimensions if due to resize operations... if you call resize on a multi frame images what is...
First thought for a quick win create a static `Image.Create(width, height)` set of APIs that will new up the the class on behalf of the user and return it to...