ImageToolbox icon indicating copy to clipboard operation
ImageToolbox copied to clipboard

Imagemagick integration

Open JackDropHammer opened this issue 1 year ago • 4 comments

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-ImageMagick • https://github.com/lilac/Android-ImageMagick • https://github.com/puelocesar/android-lib-magick • https://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.

JackDropHammer avatar Mar 16 '24 12:03 JackDropHammer

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

T8RIN avatar Mar 16 '24 12:03 T8RIN

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

JackDropHammer avatar Mar 16 '24 12:03 JackDropHammer

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

T8RIN avatar Mar 16 '24 12:03 T8RIN

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

T8RIN avatar Jul 04 '24 14:07 T8RIN

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 avatar Sep 03 '24 23:09 T8RIN

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

T8RIN avatar Sep 05 '24 23:09 T8RIN