Search found 2 matches

by Surion
2017-05-02T05:53:58-07:00
Forum: Magick.NET
Topic: Question if a builtin function is available (lowest blue value in column)
Replies: 3
Views: 19300

Re: Question if a builtin function is available (lowest blue value in column)

Hi Snibgo, thanks for the info! Luckily I don't need to check every pixel. If the blue value raises, it is clear that it "passed" already the minimum. First I'll try by column, and then by row. Do you know/think if a Parallel.Foreach would work better or is the Parallel overhead to high? I...
by Surion
2017-05-02T01:54:12-07:00
Forum: Magick.NET
Topic: Question if a builtin function is available (lowest blue value in column)
Replies: 3
Views: 19300

Question if a builtin function is available (lowest blue value in column)

Hi all, I am using Magick .NET 7 successfully in a multithreaded application. Especially after the last release, it no longer crashes with a Memory Access Violation. I mainly use crop and convert to black/white and using that picture in tesseract for OCR. Anyway, now I have a new function I need to ...