Hi, I seem to be running around in circles not getting anywhere..
Are the versions of the libraries on Mac and PC actually the same? It looks like the Mac one is 6.2.9, whereas the PC one is 6.7. Some of the constants between the version seem to be different, so I can't compare a file made from a Mac and PC. For instance I import a file on a PC, compress and scale it, then insert it into a database. On a mac it gets the file from the database and saves it as a cached file locally On the mac I cannot check for the same compression style as on PC as they are different…. 'Look at the Imagemagick documentation' is no use is that is for version 6.8 which is different again…. Lee On 27 Jun 2013, at 16:56, Mr Lee Badham wrote: > Hi Christian, > > All seems to be ok on the PC side, but not the Mac. > > It's just trying to work out where the other files should go relative the the > libmagick10.dylib file. > > Lee > > On 27 Jun 2013, at 13:10, Christian Schmitz wrote: > >> >> 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 > > _______________________________________________ > Mbsplugins_monkeybreadsoftware.info mailing list > [email protected] > https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info _______________________________________________ Mbsplugins_monkeybreadsoftware.info mailing list [email protected] https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info
