Search found 3 matches

by dbudnick
2018-07-14T23:13:37-07:00
Forum: Magick.NET
Topic: Converting CLI Command to C#
Replies: 1
Views: 6283

Converting CLI Command to C#

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. :lol: convert t.png \(Trent - Fri2.jpg - resize 1670x1070! \) -geometry + 440 + 478 - composite Trent - Fri2.pdf Thanks in advance. Dav...
by dbudnick
2018-06-08T22:44:56-07:00
Forum: Developers
Topic: Combining Commands
Replies: 2
Views: 7847

Re: Combining Commands

Thanks for the help!
by dbudnick
2018-06-07T20:31:04-07:00
Forum: Developers
Topic: Combining Commands
Replies: 2
Views: 7847

Combining Commands

Hi Everyone,

I am new to ImageMagck, I have a few commands that I am using to modify images how would I put these commands together?

convert 1.JPG -resize 847x546 1.JPG
convert 1.JPG -chop 0x25 1.JPG
convert t.png 1.JPG -geometry +228+248 -composite 1.pdf

Thanks in advance!

- David 8)