Created Xcode projects for Image Magick source code.
Created Xcode projects for Image Magick source code.
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.
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.
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.
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.
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.
We have seen the flicker. Its a new problem and we're working on a solution. Thanks.
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Created Xcode projects for Image Magick source code.
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.
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?
Also, I can't seem to find a link to the Xcode project?
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Created Xcode projects for Image Magick source code.
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.
I had the same problem. I solved it by removing the alpha channel.
Here's the Ruby code if you're using RMagick
Hope this helps!
Here's the Ruby code if you're using RMagick
Code: Select all
img.alpha(DeactivateAlphaChannel)
img.display
Re: Created Xcode projects for Image Magick source code.
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!