Search found 1 match

by catseye
Fri Jul 22, 2011 9:08 pm
Forum: NConvert
Topic: Using NConvert from another exe
Replies: 1
Views: 1034

Using NConvert from another exe

Hi,

I'm trying to use NConvert to convert many images after they are scanned by a third party software.
I use in my exe, CreateProcess to call NConvert with the command line parameters:
nconvert -out jpeg -q 60 image0001.tif
It works fine, no problem with that, it works also with ShellExecute ...