Created Xcode projects for Image Magick source code.

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
vishvesh

Created Xcode projects for Image Magick source code.

Post 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.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Created Xcode projects for Image Magick source code.

Post 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.
vishvesh

Re: Created Xcode projects for Image Magick source code.

Post 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.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Created Xcode projects for Image Magick source code.

Post by magick »

We have seen the flicker. Its a new problem and we're working on a solution. Thanks.
User avatar
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.

Post 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.
vishvesh

Re: Created Xcode projects for Image Magick source code.

Post by vishvesh »

Thanks Guys. :)
JamesGreen

Re: Created Xcode projects for Image Magick source code.

Post 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?
User avatar
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.

Post by fmw42 »

I have see the X11 display flicker on my Mac OSX Tiger when the images contain an alpha channel.
adamb

Re: Created Xcode projects for Image Magick source code.

Post 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!
maric

Re: Created Xcode projects for Image Magick source code.

Post 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!
Post Reply