Clinton Ingram
Clinton Ingram
I finally found the document that describes use of `cicpType`: https://color.org/groups/hdr/CICP_Votable_Proposal_2020-12-08.pdf. It's intended as a bridge between imaging and video software, essentially giving video software permission to ignore the profile...
I started seeing this today, in a project that had previously been working. Getting an error from the analyzer saying I need to use at least C# 8  Which...
Ah, looks like I probably hadn't built the `net46` target since applying the fixer to use range syntax this morning, so the software updates were unrelated. Reverting that, I do...
...And it's mentioned on the readme under a note for .NET 3.5. If you don't have `ValueTuple`, you don't get `Range`. Adding a reference to the [ValueTuple](https://www.nuget.org/packages/System.ValueTuple) package fixes it...
Very cool to see this work going on here 👍 I'm following the AVX-512 work in .NET 8 closely and will be using my blake2 project for testing once more...
Brain's not fully awake yet today, but I'll give the maths a look soon.
It looks to me like the only differences are due to the change to single precision for kernel normalization and for calculation of the distances passed to the interpolation function....
Hey, thanks for logging this. I'm aware of the new package, but I chose not to use it for now, because it brings its own set of issues. The dependencies...
> That worked, thanks Glad to hear it! I'm going to leave this open for visibility and because I do hope to switch over at some point.
We should have a better error message here. Reopening to track that. Root cause is running on a Windows Server Core instance (no WIC) while using the native codec plugins....