Search found 5 matches

by Necuima
2019-06-24T00:14:05-07:00
Forum: Magick++
Topic: Magick++ attribute will not link
Replies: 2
Views: 41478

Re: Magick++ attribute will not link

The issue turned out to be due to conflicting versions of ImageMagick on the one PC. And make sure that MAGICK_CORE is set correctly in the environment variables. Once I had that sorted out the program compiled, linked and executed OK.
by Necuima
2019-04-15T19:08:25-07:00
Forum: Magick++
Topic: Magick++ attribute will not link
Replies: 2
Views: 41478

Re: Magick++ attribute will not link

Further information: On a separate Windows 7 PC the identical C++ code compiles, links and executes perfectly. On that PC the IDE is Visual Studio 2010 Express with ImageMagick 6.8.6.
by Necuima
2019-04-14T21:25:00-07:00
Forum: Magick++
Topic: Magick++ attribute will not link
Replies: 2
Views: 41478

Magick++ attribute will not link

I am trying to get the exif data from a jpeg image file using the Magick++ attribute approach but I get link errors LNK2028 and LNK2019 for the image object instance attribute. The environment is Visual Studio Community Edition 2017. The version of ImageMagick is 6.9.3-7 compiled with the Magick++ h...
by Necuima
2015-01-07T16:19:06-07:00
Forum: Users
Topic: ImageMagick for Adobe AIR Native Extension
Replies: 1
Views: 4272

Re: ImageMagick for Adobe AIR Native Extension

Hi, When I posted this question nearly 12 months ago, I did not properly understand how to build an AIR Native Extension (ane) incorporating anything. But I did make some progress and the results can be seen at http://www.larryullman.com/forums/index.php?/topic/3552-air-native-extension/ I hope that...
by Necuima
2014-01-18T23:56:12-07:00
Forum: Users
Topic: ImageMagick for Adobe AIR Native Extension
Replies: 1
Views: 4272

ImageMagick for Adobe AIR Native Extension

Hi,

I am trying to use Adobe AIR's native extension capability to invoke an ImageMagick convert operation. I understand that an .ANE package already exists with this functionality. Can someone please guide me to finding and hopefully using this feature.

Many thanks in anticipation.