Page 1 of 1

I want execute ImageMagick from c#

Posted: 2009-04-09T04:20:44-07:00
by nikaan
How can I build *.dll with Main function Main(Sring arg[])?
I need a few functions from ImageMagick :

convert 1.tif -normalize 1.jpg

convert '*.jpg' -resize 120x120 thumbnail%03d.jpg

convert 1.jpg +level-colors Blue,Yellow 2.jpg

convert 1.jpg -sigmoidal-contrast 4,0% 2.jpg

convert 1.jpg 2.jpg 3.jpg -combine c.jpg

Could you help me?

It will be greatful if I may deliver reference without nemes of files
for example main("convert", *image, string, *image)...

Re: I want execute ImageMagick from c#

Posted: 2009-04-09T07:47:47-07:00
by nikaan
I build solution in VS, but I do not know which from *.dll is needed.

I can't use .exe - but for test-version I wrote *.bat and all works.