I want execute ImageMagick from c#

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
nikaan

I want execute ImageMagick from c#

Post 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)...
nikaan

Re: I want execute ImageMagick from c#

Post 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.
Post Reply