I am facing few issues on running imagemagick
1. I used libMagick++.2.dylib, libMagickCore.2.dylib and libMagickWand.2.dylib in my application when i tried to apply bevel, stroke or Extruded. My application crashed.It printed the following message on xcode.
2. I tried using ImageMagick from x11.app, It launched but it didn't open : jpeg,tiff and raw images. It threw up a dialog sayingterminate called after throwing an instance of 'Magick::WarningOption'
what( ImageMagick: Unrecognized image format (RGBA)
then it opened an new window with title "unknown format : file path" with a dismiss button.no decode delegate for this image format ' /Users/vishvesh/Desktop/01.jpg' @ constitute c/ReadImages/503:
3. It loaded png images without alpha (24 bits) but when I selected view option and int it double option there was flickering issues in the application.
4. If I load png images with alpha (32 bits) it starts flickers without selecting any options
My machine configuration is :
I used the latest source code. Code version ImageMagick-6.5.4-10.tar.bz2, from the following linkOS : 10.5.7
Model Name: Mac mini
Model Identifier: Macmini3,1
Processor Name: Intel Core 2 Duo
Processor Speed: 2 GHz
Number Of Processors: 1
Total Number Of Cores: 2
L2 Cache: 3 MB
Memory: 3 GB
Bus Speed: 1.07 GHz
Boot ROM Version: MM31.0081.B00
SMC Version (system): 1.35f0
Serial Number (system): YM9122XS19X
http://sourceforge.net/projects/imagemagick/files/
If anybody needs the images am ready to mail them. The images are simple images. Please help me fix these issue. All suggestions are welcome.