Skip to content
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

Open
JackDropHammer opened this issue Mar 16, 2024 · 3 comments
Open

Imagemagick integration #888

JackDropHammer opened this issue Mar 16, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@JackDropHammer
Copy link

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 JackDropHammer added the enhancement New feature or request label Mar 16, 2024
@T8RIN
Copy link
Owner

T8RIN commented Mar 16, 2024

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

@JackDropHammer
Copy link
Author

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
Copy link
Owner

T8RIN commented Mar 16, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants