Brian Popow

Results 67 comments of Brian Popow

I have tried to reproduce this with the latest ImageSharp (2.1.2) / Drawing(1.0.0-beta14) version. I do get an Exception in Release mode: ``` at System.ValueTuple.System.Runtime.CompilerServices.ITuple.get_Item(Int32 index) in f:\dd\ndp\fxcore\CoreRT\src\System.Private.CoreLib\shared\System\ValueTuple.cs:line 142 at...

I was able to convert the face detector to ONNX. I made a fork with an example usage for the C# ONNX Runtime: https://github.com/brianpopow/faced The conversion was done like this:...

I always hesitated to add support for decoding tiff's with "old jpeg" compression, because of ambiguity of the specification. This ambiguity will make it hard to add support for this,...

@joaovsoares Thanks for buying a license and yes I have started working on this. Decoding the provided image works so far. Having more example images maybe from different scanner vendors...

> It's some sort of confidential. BUT, if you can hide the "Aluno" field (first field), it's OK. Cannot do that without re-encoding. Maybe you can provide another black and...

@joaovsoares: Thanks, good news, we can decode all of those. I have added now a test for this.

> ImageSharp is .NET 6+ now, correct? > > If you want to assign this to me, I can work on getting a fix up and take a peek at...

This reproduction you provided is very big, it will be really hard to debug this in this form. Can you try to make it simpler?

Most of those rules could be enforced with a stylecop ruleset: https://github.com/DotNetAnalyzers/StyleCopAnalyzers Violations of those rules would then pop up as warnings (or errors if you like). If you guys...

This is only a guess, but maybe the issue is not the LZW encoder and rather the how the quantization is done? I have checked the provided test image. It...