Search found 23 matches

by eric_vi
2011-01-31T11:34:41-07:00
Forum: Developers
Topic: crash while declaring Image in a second thread
Replies: 5
Views: 12103

Re: crash while declaring Image in a second thread

Well it is a huge program it is impossible to provide... i have isolated the issue in a way that if i remove the function the code works.. now i agree that it does not guarantee that something before makes that happen i am on Mac OS X.6 it is in 64bit. within the function that calls the imageMagick....
by eric_vi
2011-01-31T08:29:21-07:00
Forum: Developers
Topic: crash while declaring Image in a second thread
Replies: 5
Views: 12103

crash while declaring Image in a second thread

Hello, thank you in advance for your help... my code seems to work fine when i run it through the main thread. But now i want to open my image in a thread different than the main one and when i am trying to declare Image it crashes! here is the track line from the debugger... my declaration on Image...
by eric_vi
2010-12-08T20:56:09-07:00
Forum: Developers
Topic: make error while building ImageMagick-6.6.6-3 static
Replies: 4
Views: 10508

Re: make error while building ImageMagick-6.6.6-3 static

hello again, thank you for your fast answer ,,, i tried that , i do not get any error message this time, but it was pretty fast and i cannot see where the library can be i do not see it anywhere, i don't think that was built. i did put the what the make did below... MacX-6-startup1012:ImageMagick-6....
by eric_vi
2010-12-08T16:57:32-07:00
Forum: Developers
Topic: make error while building ImageMagick-6.6.6-3 static
Replies: 4
Views: 10508

make error while building ImageMagick-6.6.6-3 static

i am on mac OS X.6 i am doing a ./configure --disable-shared --enable-delegate-build make to build imagemagick static during the make i get the following errors. ... CCLD utilities/animate Undefined symbols: "_clEnqueueWriteBuffer", referenced from: _AccelerateConvolveImage in libMagickCor...
by eric_vi
2010-06-12T11:28:59-07:00
Forum: Developers
Topic: cannot get to link a static imagemagick on Mac OS X
Replies: 1
Views: 4986

cannot get to link a static imagemagick on Mac OS X

I am trying to link ImageMagick built as static into my application so i can deploy it easily... i have rebuilt imageMagick with the ./configure --disable-shared make make install and the different delegates inside /Library/ImageMagick-6.6.2-4/lib everything seemed to have been well, here is what i ...
by eric_vi
2010-06-06T12:15:57-07:00
Forum: Developers
Topic: 50 link errors trying to use static lib in vs2008
Replies: 4
Views: 10334

Re: 50 link errors trying to use static lib in vs2008

thank you for your fast answer... i tried this first, one problem is Magick++_demos is not in this distribution, could not find any /lib either... it seems only 6.5.8 has that
by eric_vi
2010-06-06T10:28:02-07:00
Forum: Developers
Topic: 50 link errors trying to use static lib in vs2008
Replies: 4
Views: 10334

50 link errors trying to use static lib in vs2008

Hello, i am trying desperatly to have my vs2008 x64 project to use image magick static DLL... through configure in x64 mode and all I have built a set of static .lib that are in my ViusalMagick/Lib without problem now i have added them to the configuration linker input additional dependencies of vis...
by eric_vi
2010-03-08T20:24:45-07:00
Forum: Developers
Topic: tiff and alpha
Replies: 1
Views: 4264

tiff and alpha

i am using Imagick++ . Is there a way to tell if a TIFF image has an alpha channel or not that can be read. And if yes how to read this alpha?

i was thinking type() would tell me but it does not seem so . Thank you for your help