Invoke magick without opening cmd window

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
jb2233
Posts: 6
Joined: 2017-09-24T19:28:03-07:00
Authentication code: 1151

Invoke magick without opening cmd window

Post by jb2233 »

I am invoking magick from a windows exe (compiled by powerbasic console compiler) using the windows ShellExecute API.

I am processing files in a loop and every invocation of magick opens windows cmd window is there a command line parameter to stop the creation of a window in this environment?
User avatar
dlemstra
Posts: 1570
Joined: 2013-05-04T15:28:54-07:00
Authentication code: 6789
Contact:

Re: Invoke magick without opening cmd window

Post by dlemstra »

.NET + ImageMagick = Magick.NET https://github.com/dlemstra/Magick.NET, @MagickNET, Donate
Post Reply