Android-ImageMagick
Android-ImageMagick copied to clipboard
ImageMagick library ported to Android
Hi, your project are using an unsafe version of the libpng library (https://github.com/lilac/Android-ImageMagick/blob/master/lib/libpng/jni/Android.mk) Could you migrate your libpng-1.2.40 on higher version? Thank you in advance for any help you could...
I wanted to rebuild the Android-ImageMagick library, but with modified files from [jmagick's misc repo](http://www.jmagick.org/misc/) containing the `distortImage` functionality. My problem is that with the rebuild script as is (though...
How i can execute commands in android
Hi! Trying to get this to work on android, working in a windows environment. getting some errors on the ndk-build command. Here is the output: C:\Android-ImageMagick\jni>ndk-build Android NDK: WARNING:C:\Android-ImageMagick\ndk-modules/ImageMagick-6.7.3-0/magick/Android.mk:M agickCore:...
Hi man, I'm trying to convert a JPEG image into TIFF group4 compression. But the only command that does not work is "CompressionType.Group4Compression". I'm trying to put it as argument...
Hi, This is a lovely project, but I just wonder what license terms it is since there's no LICENSE file in the source tree. Could I merge the code or...
I started with some errors about not being able to find api.h and some other magick headers. I was able to fix those, but now I'm getting these errors when...
Hi, really great project. But I have problems to compile it. I used the rebuild script to build the android-magick.so but it crashed with the stacktrace below. After a short...
Hi,i have got the demo from https://github.com/puelocesar/android-lib-magick ,the demo works well,but how to blend 2 images like photo shop??like "soft light" blend mode??? please give me response asap,i need your...