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

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

From: gregg::pointillistic::com at: 15-Jul-2007 13:26

Hi Carl,
>>ie. call "convert c:\pic.jpg c:\pic.png"
Have you tried fully qualifying all the filenames, including the app itself? Here's what I use to build the call string in one case: reform [ img-conversion-app '-size size * 2 to-local-file file '-thumbnail size any [extra-cmd ""] to-local-file dest-file ] img-conversion-app and the filenames, in my case, are fully qualified. --Gregg