-
Notifications
You must be signed in to change notification settings - Fork 195
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Imagemagick integration #888
Comments
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 |
It's for collages like Instagram, stitching is already available in the app 👀 |
https://github.com/puelocesar/android-lib-magick |
i wanted to use this one https://github.com/paulasiimwe/Android-ImageMagick |
Power of image magick not achievable using this jni wrappers, also it costs MB, and gives a very small amount of new features |
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.
The text was updated successfully, but these errors were encountered: