Am 27.06.2013 um 10:27 schrieb Mr Lee Badham <[email protected]>: > Hi, > > Can anyone help me with the folder structure need to get Imagemagick to run > using the delegates?
Well, the important thing there is to have the environment variables setup right. If I remember correctly, there must be some set so ImageMagick finds the modules. > ImageMagickQ16MBS.SetCurrentDirectory(????) This is just a helper function to set current folder for the process. > im.InitializeMagick(????) That is the initialization function where you should pass path to app. like app.executablefile.UnixPathMBS Greetings Christian -- MBS Xojo Developer Conference 2013 More details and registration here: http://www.monkeybreadsoftware.de/realbasic/events/ _______________________________________________ Mbsplugins_monkeybreadsoftware.info mailing list [email protected] https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info
