Replies: 3 comments 1 reply
-
Can you help us with this @fmw42? I can translate it to C#. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Here are 3 possibilities:
convert img.png -colorspace gray -negate -lat 10x10+5% -negate x.png
convert img.png -colorspace gray -negate -lat 20x20+5% -negate x2.png
convert img.png \( +clone -blur 0x5 \) +swap -compose divide -composite -contrast-stretch 3x0% x3.png
Sorry, I had no luck with the dotted lines issue.
Fred
… On Oct 12, 2020, at 6:49 AM, Dirk Lemstra ***@***.***> wrote:
Can you help us with this @fmw42 <https://github.com/fmw42>? I can translate it to C#.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#757 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ADGVWKTVZ4XF5DXZ6SMYK73SKMCOTANCNFSM4SM2B3TA>.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
How can convert this to .with .Net APi ? convert img.png ( +clone -blur 0x5 ) +swap -compose divide -composite -contrast-stretch 3x0% x3.png |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Dear Expert,
How can I remove the shaded area of the following image with IM.net?
Beta Was this translation helpful? Give feedback.
All reactions