Replies: 1 comment
-
@dlemstra would you have the time to help me out with the .net versions of the cli commands? |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hey all I have these 3 imageMagick scripts (command line arguments) that I am trying to combine into Imagemagick.NET code.
First (merging 2 images together):
Second (Create 2 round objects with photo inside):
Third (Write text on top of photo):
If I was able to combine all 3 of those then the output would look something like this:
I've tried to put all of them into a one-liner but can not seem to find the correct way (order mainly) into doing so.
I do have some code that produces the round images in C#:
Assistance would be great!
Beta Was this translation helpful? Give feedback.
All reactions