Search found 3 matches

by CousinCocaine
2012-09-27T06:00:46-07:00
Forum: Developers
Topic: Is there ImageMagick multicore support (OpenMP) for OSX?
Replies: 4
Views: 10973

Re: Is there ImageMagick multicore support (OpenMP) for OSX?

Finally I have got it working, ImageMagick multicore support (OpenMP) on OSX Mountin Lion.

What I did:
Install MacPorts and it's dependencies, like the command-line tools for Xcode. After that I did a selfupdate for MacPorts
sudo port -v selfupdate
Then I installed some packages using MacPorts ...
by CousinCocaine
2012-09-26T10:23:47-07:00
Forum: Developers
Topic: Is there ImageMagick multicore support (OpenMP) for OSX?
Replies: 4
Views: 10973

Re: Is there ImageMagick multicore support (OpenMP) for OSX?

Hi,

I configure succesfully using your suggested command:
./configure CPPFLAGS='-I/opt/local/include' LDFLAGS='-L/opt/local/lib' \
--enable-delegate-build --enable-shared --disable-static \
--with-modules --with-quantum-depth=16 --with-gslib --without-wmf \
--disable-silent-rules --disable ...
by CousinCocaine
2012-09-24T03:09:45-07:00
Forum: Developers
Topic: Is there ImageMagick multicore support (OpenMP) for OSX?
Replies: 4
Views: 10973

Is there ImageMagick multicore support (OpenMP) for OSX?

I am running Mountin Lion OSX 10.8.2 and I am using ImageMagick for manipulating large image files (microscopy images, 30.000*30.000 pixels).

I installed ImageMagick using MacPorts using the following command, no errors occurred:
$ sudo port install ImageMagick

When I run my image manipulation ...