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

[REBOL] Calling ImageMagick on Windows...

From: carl:cybercraft at: 15-Jul-2007 22:08

Hi all, I've installed ImageMagick on Windows and it's working fine from the Command Prompt, but I just get errors when trying to call it from REBOL/View. This is the Command Prompt I'm trying to duplicate... convert c:\pic.jpg c:\pic.png and this is what I'm doing in REBOL... call/output/error ["convert" %/c/pic.jpg] %/c/pic.png %err.txt but it doesn't work, returning an "Invalid drive specification" error. (I get an "Invalid Parameter" error if I use paths with spaces in.) So, can anyone see what I'm doing wrong? -- Carl Read.