MolotovCherry/Android-ImageMagick7

if anybody compil please share apk

fob014 opened this issue · 4 comments

if anybody compil please share apk

There are some old releases. There's also a prebuilt binary and lib in the examples folder. Also one in an issue. Of course, they're outdated compared to the project source, but it's something right?

Edit: Thankfully, you're also in luck. Github Actions now works and built the library for you. Here's the latest built with the default config.
imagemagick-7-android-staticlib.zip

Other than the build above, just check the main page and examples for how to use it (all the info is on the readme on the front page)

By the way, the latest version was JUST released. You can find the updated binary build on the releases page.

but it doesn't have apk
how to get apk of it

This is not an Android app. This is an Android library for developers, so they can build their own app and use ImageMagick in it*. An apk would do no good for you (there'd be nothing to even show). If you'd like to use this library, feel free to check the main page which lists instructions on how to use it within Android and Java (along with an example app you can take code from and put in yours**).

* Has to be used as an Android native binary, since JNI is a %(& PAIN, and jmagick hasn't updated their code to be compliant with the latest ImageMagick. So sorry, no direct Java compatibility.
** Don't use the example app code verbatim, as it's not meant to be a complete app. It's meant for you to take the needed code from it, change it as needed, and put it into your own app.