Page 1 of 1
Created Xcode projects for Image Magick source code.
Posted: 2009-09-02T21:22:32-07:00
by vishvesh
Hi all,
I have created Xcode projects for ImageMagick Source code. It is similar to the Visual Studio Project created in the windows source code. Only difference being, I have not created Xcode projects for standard libraries other than autotrace. If anybody needs help making xcode projects, can contact me.
Re: Created Xcode projects for Image Magick source code.
Posted: 2009-09-03T05:59:11-07:00
by magick
Post a URL to your project here. The ImageMagick developers will download and work toward making it part of the standard ImageMagick distribution. Thanks.
Re: Created Xcode projects for Image Magick source code.
Posted: 2009-09-14T22:35:57-07:00
by vishvesh
Sorry, I was down with infection for sometime and had to deal with snow leopard pangs and couldn't respond. I Will uplaod the xcode projects on Saturday and post the link.
I have a little problem with display executable. The exe created by xcode launches in a X11 application and it has constant flicker. Do you have any idea, what I have done wrong.
Re: Created Xcode projects for Image Magick source code.
Posted: 2009-09-15T06:00:00-07:00
by magick
We have seen the flicker. Its a new problem and we're working on a solution. Thanks.
Re: Created Xcode projects for Image Magick source code.
Posted: 2009-09-15T09:14:39-07:00
by fmw42
FYI, I have had this flicker since I started using IM. I am on Mac OSX Tiger. Some images do not flicker, but others do. I have not figured out the conditions that this occurs as it does not always happen.
Re: Created Xcode projects for Image Magick source code.
Posted: 2009-09-15T21:00:34-07:00
by vishvesh
Thanks Guys.

Re: Created Xcode projects for Image Magick source code.
Posted: 2009-12-13T11:21:38-07:00
by JamesGreen
Sorry to dig this topic up but has there been any progress towards including this in release?
Also, I can't seem to find a link to the Xcode project?
Re: Created Xcode projects for Image Magick source code.
Posted: 2009-12-13T16:29:26-07:00
by fmw42
I have see the X11 display flicker on my Mac OSX Tiger when the images contain an alpha channel.
Re: Created Xcode projects for Image Magick source code.
Posted: 2010-03-02T14:53:37-07:00
by adamb
I had the same problem. I solved it by removing the alpha channel.
Here's the Ruby code if you're using RMagick
Code: Select all
img.alpha(DeactivateAlphaChannel)
img.display
Hope this helps!
Re: Created Xcode projects for Image Magick source code.
Posted: 2010-11-05T02:01:27-07:00
by maric
Hello, can you send me the xcode project, or some instructions how to create the ImageMagick.xcodeproj (for xcode ver 3.2.2 or previous) .thanks!