Search found 1 match

by olleksa
2019-04-11T01:23:02-07:00
Forum: Users
Topic: How to get image's info through the starting the app?
Replies: 2
Views: 6247

How to get image's info through the starting the app?

I have a working code:
StartApp(C:\ImageMagick\magick.exe composite -geometry +1358+403 "84114к.png" "841v8_3961_17.jpg" "841v8_3961_17.jpg")

It works like command line:
start C:\ImageMagick\magick.exe composite -geometry +1358+403 "84114к.png" "841v8_3961_17.jpg" "841v8_3961_17.jpg"

But now I ...