MolotovCherry / Android-ImageMagick7

Fully featured, latest builds of imagemagick 7 for Android. Featuring a full build of very many libraries (delegates)
170 stars 52 forks source link

how to use this software? #87

Closed kucingkembar closed 2 years ago

kucingkembar commented 2 years ago

Sorry for my bad English and using issue, I don't understand how to use discussion I like to use ImageMagick "convert" to split images that downloaded from tachiyomi because some comic pages have long-strips that slowing down the android, i usually move the file from android, do this code for /r "%~dp0" %%x in (*.jpg) do convert -crop 100%x50% "%~1" "%~dpn1_CR%~x1" then move back to android,

i don't understand how to do this, can you do something about it, my question is: how to do this on android

anyway this my android spec

OS  Android 6.0.1 (Marshmallow), MIUI 9.2
Chipset     Qualcomm MSM8937 Snapdragon 430 (28 nm)
CPU     Octa-core 1.4 GHz Cortex-A53
GPU     Adreno 505

thank you for reading, have a nice day

MolotovCherry commented 2 years ago

This library is mostly meant for Android development anyways (it's a direct port, so that's why env vars are needed)

kucingkembar commented 2 years ago

thank for the quick reply, can I have the APK?

MolotovCherry commented 2 years ago

This is a library (not app). It's meant for people to use in developing their own apps. You can use the prebuilt binaries in the download section on a terminal, or, if you'd like something easy, you can try termux off of the play store and install the imagemagick package and use it from the commandline on your device

kucingkembar commented 2 years ago

ah, thank you, that what i looking for, you can close this issue