Compile Imagemagick for Android using NDK

android, imagemagick

Solution

I have ported it to android, and the code is in github.

Problem

I'm new in android, so i have a question to ask. I want to use the `ImageMagick` library to edit images in android but I don't wanna use the `JMagick` interface. Has anybody import `Imagemagick` on Android before? If so, can you please give me some hints on how to do this?

Original source