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.