Clipping an image onto a circle without pixelated edges #830
Unanswered
hendrikdemir
asked this question in
Help
Replies: 2 comments 1 reply
-
What is your output format? |
Beta Was this translation helpful? Give feedback.
1 reply
-
I don't know what can be done to get smoother edges. You might want to ask your question here: https://github.com/ImageMagick/ImageMagick/discussions instead. I can then help you translate the command line to C#. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi folks, I'm trying to clip my profile picture onto a circle. However, it always leaves me with pixelated edges. I've tried two ways to do this.
First attempt
Code
Result

Second attempt (based upon the example made by @dlemstra at here)
Code
Result

Expected result (made using Photoshop)
Notice how both images that I made with Magick.NET are a bit cut off on the right and the bottom.
Beta Was this translation helpful? Give feedback.
All reactions