标签: android image-processing android-ndk imagemagick
我想将ImageMagick用作Android应用中的库。
我已经尝试了lilac's ImageMagick build和looked at this question,但我无法构建库。我发现了一个solution to compiling the library here,但是演示应用程序仍然无法运行 - 它在Android模拟器和设备上都以空白屏幕退出(device log)。
ImageMagick库的任何端口是否适用于Android?