Converting CLI Command to C#
Posted: 2018-07-14T23:13:37-07:00
Hi all C#.net users!
I have written the command below in the ImageMagick CLI and I would love to use it in the C#.NET but I am not sure how to convert this command.
convert t.png \(Trent - Fri2.jpg - resize 1670x1070! \) -geometry + 440 + 478 - composite Trent - Fri2.pdf
Thanks in advance.
David
I have written the command below in the ImageMagick CLI and I would love to use it in the C#.NET but I am not sure how to convert this command.
convert t.png \(Trent - Fri2.jpg - resize 1670x1070! \) -geometry + 440 + 478 - composite Trent - Fri2.pdf
Thanks in advance.
David