On Sunday, 15-July-2007 at 22:20:57 Graham Chiu wrote, > >ie. call "convert c:\pic.jpg c:\pic.png"
Just tried that (and probably had a few times before:) - but it doesn't work, giving a "Invalid Parameter - c:\pic.png" error. I've tried every variation of Windows' file formats and REBOL file formats that I can think of - and none have worked. The call I gave seemed to be what REBOL's docs suggested should work, but no go. -- Carl Read. >On 7/15/07, Carl Read <[EMAIL PROTECTED]> wrote: >> >> 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. >> >> >> >> -- >> To unsubscribe from the list, just send an email to >> lists at rebol.com with unsubscribe as the subject. >> >> > > >-- >Graham Chiu >http://www.synapsedirect.com >Synapse-EMR - innovative electronic medical records system >-- >To unsubscribe from the list, just send an email to >lists at rebol.com with unsubscribe as the subject. > > > > >-- >No virus found in this incoming message. >Checked by AVG Free Edition. >Version: 7.5.476 / Virus Database: 269.10.6/900 - Release Date: 14/07/2007 >3:36 p.m. > -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
