Brian Popow

Results 96 comments of Brian Popow

I have tried `7.0.100-rc.1.22431.12` and unfortunately still see this issue.

> I've root caused the bug. There looks to be a bug with `maxps` and `minps`. > @tannergooding: very happy to see that you found the root cause of this....

closing this now with #2230 merged

This could be related to https://github.com/SixLabors/ImageSharp.Drawing/issues/93 The error message in [ImageSharp.Drawing-Issue93](https://github.com/SixLabors/ImageSharp.Drawing/issues/93) and the stack trace in [.Net-Issue70341](https://github.com/dotnet/runtime/issues/70341) both suggest that it has something to do with `System.ValueTuple`, but I am...

@TonyValenti I am not sure what we can do about this issue. This looks for me like an upstream issue.

I am still trying to understand how this is supposed to work. Judging from the explanation from wikipedia [ICC-Details](en.wikipedia.org/wiki/ICC_profile#Details) I think it should work like this (anyone with more knowledge...

Unfortunately it does not seem to work. I tried to convert the following image with adobe rgb profile: ![Momiji-AdobeRGB-yes](https://user-images.githubusercontent.com/38701097/204537367-868f76fd-20ab-4528-b45d-cb819a823b09.jpg) to sRgb with the code snipped mentioned above, but the colors...

> Can you share your test code? I can use that as a starting point to see if I can figure this out. Its the same as before: ``` private...

> Sorry I meant loading the sRGB profile that you shared. Wasn’t sure how you were going about that. > @JimBobSquarePants: Nothing special there. I have exported the profiles like...

> I'm at a loss. I cannot find equivalent checks in what I thought was the referenced library for the port. > I believe this is repository the source code...