Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Calling ImageMagick on Windows...

From: anton::wilddsl::net::au at: 16-Jul-2007 1:17

You shouldn't need to use any refinements of CALL to get it to work the first time. You probably don't want to be using /output, since Convert probably isn't usually printing the contents of the result png image into stdout (which would flood the DOS console). So a single string is what you want to send to CALL. Regards, Anton.