Search found 6 matches

by HairyDalek
2018-04-06T23:50:29-07:00
Forum: Users
Topic: Creating a portable, standalone version for Mac OS
Replies: 2
Views: 9841

Re: Creating a portable, standalone version for Mac OS

Did you ever solve this? I am also struggling. I ended up writing a shell script to do this for me. You’ll probably find it here: https://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=29289&p=131072#p131072 This is 2 years old, and I’m nowhere near a wizard at this kind of thing,...
by HairyDalek
2016-03-16T03:23:36-07:00
Forum: Users
Topic: What’s the bare minimum that I need for IM?
Replies: 1
Views: 2578

What’s the bare minimum that I need for IM?

After getting a portable self-contained build of IM working on my Mac (yay!) I now find that I have a shed load of folders with many, many files. These folders are: /bin/ - contains the commands, such as convert, mogrify, etc. (53.5MB) /lib/ - has some folders and files (16.7MB) /include/ - contains...
by HairyDalek
2016-03-16T03:11:24-07:00
Forum: Users
Topic: Struggling to install PNG delegate
Replies: 2
Views: 5886

Re: Struggling to install PNG delegate

HI, I had similar problems the other week getting my Mac to do much the same. Even though I had the pnglib all compiled and ready to go, it wasn’t being built into ImageMagick. It seems that I had to add an extra command to achieve this: export PKG_CONFIG_PATH=/Users/paul/Desktop/ImageMagick-6.9.3-7...
by HairyDalek
2016-03-08T05:17:27-07:00
Forum: Users
Topic: Building with PNG Delegate problems
Replies: 6
Views: 13248

Re: Building with PNG Delegate problems

I can't really help, but I suggest you look at the output of "./configure" of the ImageMagick build. Look at both the output sent to stdout, and the file "config.log" for more detail. This will tell you if the IM build found the libraries, and may give some insight. I suppose th...
by HairyDalek
2016-03-08T02:54:37-07:00
Forum: Users
Topic: Building with PNG Delegate problems
Replies: 6
Views: 13248

Building with PNG Delegate problems

I’m trying to build ImageMagick with png and jpeg delegates on a Mac - OSX 10.11.3 - and it’s not going well. Further to my attempts to build a completely standalone version of ImageMagick (see my previous post on the matter), I am having real problems getting the png delegate included. The version ...
by HairyDalek
2016-03-07T07:04:52-07:00
Forum: Users
Topic: Creating a portable, standalone version for Mac OS
Replies: 2
Views: 9841

Creating a portable, standalone version for Mac OS

Hi, I’m new to ImageMagick, and pretty inexperienced when it comes to building and compiling applications in the Terminal on a Mac. I have been spending a good portion of the last day or so trying to get what I want by trying various builds of ImageMagick, but with little success. I’m using LiveCode...