Hi Christian, I had changed to using conditional variables for each platform which solves that problem, but I still have a pdf delegate problem to try and get around.
I tried using GraphicsMagick and I get a similar error: Exception of class GMErrorExceptionMBS Magick: Postscript delegate failed (/Volumes/VM/mypdf.pdf) reported by ../libGraphicsMagick/GraphicsMagick/coders/pdf.c:377 (ReadPDFImage) GraphicsMagick doesn't deem to have any delegate settings that I could see. Just using Ghostscript works fine gs /Volumes/VM/mypdf.pdf Lee On 1 Jul 2013, at 14:56, Christian Schmitz wrote: > > Am 01.07.2013 um 10:14 schrieb Mr Lee Badham <[email protected]>: > >> Hi, >> >> The version being different had made a few things make sense as I was >> compressing the TIF file with compression = 8, which is zip in 6.2, but jpeg >> in 6.7 - which is not supported in 6.2. So I was compressing a file in >> Imagemagick on PC , which then could not be opened on the Mac….. > > Okay. so you use conditional compiling to use right value for each platform. > >> I have gs on the Mac and the command line works to convert from pdf to tiff >> there. I'd rather just use a single plugin though to to this work as it >> could work out the format of the file and use the correct command. >> >> I think what I need to find is the correct delegates.xml file for 6.2 in Mac. > > > Well, in environment variables, you need to define the magick home folder. > There should be stuff like modules, filters, delegate xml files. > > Really, I favor GraphicsMagick due I can compile it to use no external files. > > 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
