-
|
I use the following cmdline to get a ring from a line (similar to this https://www.imagemagick.org/Usage/distorts/#polar
if i use this the result ist not a ring but a quarter circle |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
You are very close. You will need to add p.s. The |
Beta Was this translation helpful? Give feedback.
-
|
Thank you. It works now. |
Beta Was this translation helpful? Give feedback.
You are very close. You will need to add
DistortSettingsto theDistortmethod and set theBestfittotrue. The+distortoption means thatBestfitis set totrue. And with-distortthis option is set tofalse.p.s. The
MagickImageclass isIDisposableso you should either useusingorDispose()the image.