Heinrich Ulbricht

Results 61 comments of Heinrich Ulbricht

Does this ticket cover the following use case, where I need to "emulate a scanner": - take high quality photos of documents with a smartphone camera (JPG) ("scanning" the documents)...

I created a ticket specific to my use case to not highjack this ticket further: #541

I'm giving it a try and am having some success. @jbarlow83 A question: This `return` doesn't look right since it leaves the function after handling only one image. Is this...

I found the reason why my PDF containing the 1 bpp JBIG2 images was distorted. The color space of the embedded images was not correct. It was still `/DeviceRGB`: ![image](https://user-images.githubusercontent.com/3469970/80250833-dcfb3380-8674-11ea-8c3a-6db739914085.png)...

I implemented and pushed a solution that works for me and is basically a shortcut to TIF generation (see above linked commit). I added a new user script option that...

I love it!! Can't wait :)

Hi, I'm searching for a concurrent priority queue implementation as well. This transferral of the repo to a friend - has this happened? Is this bug @galmok found still present...

And looking forward, SPFx will be supported in the new modern as well, right? Or is this a slow walkback on some types of customizations?

The code generator I use (NSwag) parses the result via [Json.NET](https://www.newtonsoft.com/json) into objects. When presented with a [string] it assumes the collection contains strings and expects a " after the...

Hi, just a heads-up that the bindings for AdOtsu are missing. Noticed that when trying to use it from Python. Thanks for the addition of a new algorithm! I'm currently...