T8RIN / ImageToolbox

🖼️ Image Toolbox is an powerful picture editor, which can crop, apply filters, add some drawing, erase background, edit EXIF or even create PDF file
Apache License 2.0
3.28k stars 153 forks source link

Imagemagick integration #888

Closed JackDropHammer closed 1 day ago

JackDropHammer commented 5 months ago

Is your feature request related to a problem? Please describe. I would love the ability to convert an image between different formats and things like #880 would also be possible and much much more.

Describe the solution you'd like If possible, implement imagemagick in your project. Imagemagick is an open-source tool for Linux, windows, mac, etc but there are no official executables for handheld devices but can be used on Android through the command line emulator called "termux", I cannot use termux because of certain technical issues on MY specific device but that's unrelated to this thread.

Imagemagick:- https://imagemagick.org/

Links/Libraries related to that:- • https://github.com/paulasiimwe/Android-ImageMagickhttps://github.com/lilac/Android-ImageMagickhttps://github.com/puelocesar/android-lib-magickhttps://stackoverflow.com/questions/9460764/android-image-magick

Describe alternatives you've considered There's also an unmaintained library; https://github.com/MolotovCherry/Android-ImageMagick7 which I don't think you'd consider using because it's not maintained anymore.

Alternatively, you can implement your own solution.

T8RIN commented 5 months ago

Okay, i will look if this is possible but now there are also many formats you can convert between

JackDropHammer commented 5 months ago

Okay, i will look if this is possible but now there are also many formats you can convert between

I think that #881 might be looking for montage feature on image magick https://imagemagick.org/script/montage.php

T8RIN commented 5 months ago

It's for collages like Instagram, stitching is already available in the app 👀

T8RIN commented 2 months ago

https://github.com/puelocesar/android-lib-magick looks interesting

T8RIN commented 3 days ago

i wanted to use this one https://github.com/paulasiimwe/Android-ImageMagick but any built .so native package of image magick weights around 5mb, idk is it costs the revenue of small amount of filters

T8RIN commented 1 day ago

Power of image magick not achievable using this jni wrappers, also it costs MB, and gives a very small amount of new features