Hey Mouser - I messaged you a while back regarding Minicap and you kindly included the resize values such as -resizex and -resizexp...
However, I came back to download the newest version and several problems arise. (1) When I download the file, the version says installing 1.16.X - but the properties version states 1.08.X... this might not be a problem as the label just couldn't have been changed yet, but it relates to #2 where (2) I attempt to use the -resizex and -resizexp parameters it states "Unknown Command Line Argument"... so either its because the wrong version is uploaded, or im simply calling the method wrong.
I am doing the following:
$command &= ' -resizexp ' & $percent
where my targetimage is an image location to store the screen capture. The _pos values are just for your -captureregion parameter. Now this puppy works just fine without the -resizewhatever line (I have tried exp and x) but I need to resize the image to make it larger for me to work with it better. The problem is, I keep throwing the "Unknown Command Lind Argument" exception....
any help would be greatly appreciated...
Regards,
M