Andreas Wenger
Andreas Wenger
Great idea, however I won't be able to do that without the help of other developers in the near future.
Great idea, however I won't be able to do that without the help of other developers in the near future.
I noticed that the labels of the cameras can be language-dependent. For me (in Germany) it was "Rückkamera" (= German for rear camera). Knowing this, I could choose the right...
I noticed that the labels of the cameras can be language-dependent. For me (in Germany). iOS 12.4.6, it was "Rückkamera" (= German for rear camera). Maybe this is the reason,...
Not really. Opening another issue for this.
I had the same problem. In may case, the settings XML file had still this workaround from an earlier version: ``` netcoreapp3.0 ``` After removing these lines, the build succeeded.
Organization/Company: iovent GmbH Website: www.iovent.net Country: Germany Contact: [email protected] Usage scenario: Using NPOI to export statistics and reports in Excel format Status: Production
I created a quick experimental version, where all `System.Drawing` code is removed, either replaced by `SixLabors.ImageSharp` (image and color functionality) or commented out (text measuring functionality). Thus, calling methods like...
Also added `SixLabors.Fonts` library and reactivated the text measuring functions. Was quite simple; but maybe fallbacks for missing fonts should be added (see "TODO-Fonts" comments). The two relevant commits: -...
Our [fork](https://github.com/Xenoage/npoi), using ImageSharp instead of System.Drawing, is working fine so far and is already deployed in production. Sorry for not having the time to clean up a few things...