Search found 7 matches

by xiexin36
2016-02-26T04:38:20-07:00
Forum: Users
Topic: How to build 32bit version on OS X?
Replies: 13
Views: 6519

Re: How to build 32bit version on OS X?

Anyone else can help me?
by xiexin36
2016-02-25T00:04:31-07:00
Forum: Users
Topic: How to build 32bit version on OS X?
Replies: 13
Views: 6519

Re: How to build 32bit version on OS X?

From ./configure, it seems you get i386 only if both host is *darwin* or *-macos10*, and enable_osx_universal_binary is set (./configure option "--enable-osx-universal-binary"). But I'm not an expert on configure or Macs. Yes, but if I set enable_osx_universal_binary it will get a error.
by xiexin36
2016-02-24T22:12:52-07:00
Forum: Users
Topic: How to build 32bit version on OS X?
Replies: 13
Views: 6519

Re: How to build 32bit version on OS X?

fmw42 wrote:I expect that one of the IM developers can point you in the right direction.
Thanks again, and anyone can help me?
by xiexin36
2016-02-24T21:36:44-07:00
Forum: Users
Topic: How to build 32bit version on OS X?
Replies: 13
Views: 6519

Re: How to build 32bit version on OS X?

Sorry, I do not know how to do that. I suspect there is some command that needs to be supplied to the ./configure that will do that. One of the IM developers would have to provide that information. Unfortunately, IM does not provide both as binaries, so you will have to compile from source. See ...
by xiexin36
2016-02-24T20:47:29-07:00
Forum: Users
Topic: How to build 32bit version on OS X?
Replies: 13
Views: 6519

Re: How to build 32bit version on OS X?

My notes have nothing to do with colorspace. What I have provided is the mechanism to compile IM as any Q level. IM produces images that are restricted to positive integer values depending upon how IM is compiled. For Q8 (range 0 to 255), Q16 (range 0 to 65535), Q32 range 0 to 32-bit integer. If ...
by xiexin36
2016-02-24T19:13:36-07:00
Forum: Users
Topic: How to build 32bit version on OS X?
Replies: 13
Views: 6519

Re: How to build 32bit version on OS X?

This is how I build IM on my Mac. I install all delegates from MacPorts, then install IM for whatever Q level and with/without HDRI from source. Works fine for me. See http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=21502&p=88202&hilit=OSX+MacPorts#p88202 Change quantum-depth to 32 ...
by xiexin36
2016-02-24T05:40:31-07:00
Forum: Users
Topic: How to build 32bit version on OS X?
Replies: 13
Views: 6519

How to build 32bit version on OS X?

Hi: I need a 32bit version ImageMagick on OS X, but I found there's only x86_64 version on the download page. My OS X is 10.11.3. Xcode is 7.2.1, So I tried to use Homebrew to install, with "brew install imagemagick", also I tried to use "brew install imagemagick --build-from-source", It always ...