Possible to use ImageMagick directly?

Is it possible to use ImageMagick directly in Corona without requiring an Enterprise subscription?  I’m not trying to find a way around buying a PRO subscription for advanced graphics features; my company is going to buy two Pro subscriptions as soon as the corporate paperwork is complete.

I want to be able to use the more advanced graphics capabilities that ImageMagick provides like color manipulation and analysis.

I’ve found the following info, but I’m really not sure how it would work:

https://github.com/leafo/magick

http://luajit.org/ext_ffi.html

In particular, I want to use some of ImageMagick’s processing to do in-depth color sampling of an image to determine the dominant colors in a photo, and hopefully use some of imagemagick’s power to determine complementary colors as well. I also would like to be able to find similar colors in order to mask them, like finding a wall, for example, in order to paint it a different color.

I’ve used the built-in graphics 2.0 color sampling, and it works well, but I feel like I may need a little more power than that.

Thanks,

Dave

It is not possible to do this in Corona SDK with a Pro subscription.  You would need an Enterprise subscription to do this assuming Image Magick has a library usable by Objective-C or C++.  I don’t think any platform will let you run things from a spawned process, like many people do on a host with PHP or Perl.

Rob

It is not possible to do this in Corona SDK with a Pro subscription.  You would need an Enterprise subscription to do this assuming Image Magick has a library usable by Objective-C or C++.  I don’t think any platform will let you run things from a spawned process, like many people do on a host with PHP or Perl.

Rob