Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
stevenb46
Posts: 40 Joined: 2014-08-20T08:47:18-07:00
Authentication code: 6789
Post
by stevenb46 » 2014-11-14T07:51:59-07:00
I'm using:
Code: Select all
str_convFirst = "convert -density 960 -units PixelsPerInch -colorspace sRGB g54w08.eps -flatten -scale 10% -weight Bolder g54w08.png"
l_try = Shell(str_convFirst, vbHide) 'run line to generate png
in VB6
It completes, and renders a file. I'm getting back 6600 for l_try, what does this mean?
How do I know it completed or if it failed? Anyway to determine that based on return value?
Using Windows 7 - 64bit
IM 6.8.9 Q16
Last edited by
stevenb46 on 2014-11-14T08:14:43-07:00, edited 1 time in total.
stevenb46
Posts: 40 Joined: 2014-08-20T08:47:18-07:00
Authentication code: 6789
Post
by stevenb46 » 2014-11-14T07:54:34-07:00
Sorry, using VB6