Clinton Ingram
Clinton Ingram
Howdy! Thanks for sharing your fix. I like your approach, but I think I'll wait a little longer for a response from Microsoft to see if they'll fix the issue...
I came up with an alternate workaround for the bad NETStandard 2.0 docs that doesn't require any code changes and still allows for automated builds to work. ```XML $(NoWarn);IDT001 ```...
Yeah, a private copy of that variable would be a good idea. You wouldn't be able to remove the netstandard2.0 reference because that would break the base type/member resolution, but...
Hallo! I won't have any significant time to spend on this for the next couple of weeks, but I gave it a quick look, and it's a good start. :)...
Interesting... Having been spared the horrors of writing culture-aware code for most of my career, I generally tend to ignore those little `de` folders scattered around, but I can see...
BTW, `namespaces.xml` ships as part of the .NET Framework reference assemblies (both in the targeting packs and the newer NuGet packages), and it just has the documentation for all the...
Howdy! Thanks for the kind words! I'm afraid the software never made it out of the prototype stage, so I haven't published the source code anywhere. As of now, I...
Thanks for this! I've been curious about ImageFlow myself, but not quite curious enough to figure it out 😅 Looks like they don't have Arm binaries, so can you add...
> It would be nice to have a "smart crop" feature This is another good idea, however I'm not sure how it fits in the philosphy of this project. MagicScaler...
Yeah, it's not especially difficult to do a basic edge detection based crop, and it's not that expensive computationally *if you have all the pixels available to examine*. The main...